Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add spring-ai-alibaba-studio go CLI #117

Open
wants to merge 23 commits into
base: workflow
Choose a base branch
from

Conversation

ev1lQuark
Copy link

@ev1lQuark ev1lQuark commented Nov 20, 2024

Describe what this PR does / why we need it

The CLI(Command line interface) of Spring-AI-Alibaba-Studio, power by go and cobra.

Basic abilities

  • provide help message, usage, examples
  • config studio server URL by flag param, env var, config file
  • create one spring ai alibaba example project quickly
  • start spring ai alibaba studio frontend by one command
  • use CLI to debug chatmodel(still dev)

Available Commands

  • init: Initialize a new Spring AI Alibaba project
  • ui: Start the Spring AI Alibaba Studio UI
  • chatmodel: Used to manage chat models
  • completion: Generate the autocompletion script for the specified shell
  • help: Help about any command
  • version: Print the version number of spring-ai-alibaba

Does this pull request fix one issue?

NONE

Describe how you did it

Describe how to verify it

  • Unit tests
  • Use MAKE to build one and try any commands by help usage

Special notes for reviews

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant