Agentic CLI
Commands:
--help - Get help
models - list some popular LLM models
list - List all settings.
set - Set a config value.
get - Get a config value.
delete - Delete a config value.
list-secrets List all secrets.
set-secret Set a secret.
get-secret Get a secret.
delete-secret Delete a secret.
ollama - List the latest popular models from Ollama. Use "ollama pull <model> to download.
claude - Runs a completion with Anthropic's Claude sonnet model
gpt - Runs a completion with OpenAI's GPT-4o-mini model. Use --model to override.
webui - Runs the agentic NextJS UI