kubeagi / core-library

Core library for kubeagi to provide apis&sdk in python
Apache License 2.0
3 stars 3 forks source link

add a cli for kubeagi #10

Closed bjwswang closed 6 months ago

bjwswang commented 7 months ago

CLI would use the kubeagi-core as the core library and provides several commands :

CLI commands

cli start

This command is used to start a apiserver to handle:

cli convert

Used to convert texts,images,voices,videos

cli eval

Used for RAG evaluation

subtasks