scv-cli 0.2.0

A small, extensible terminal agent runtime with a TUI and headless server
[provider]
active = "openai"

[providers.openai]
kind = "openai-compatible"
model = "gpt-4.1-mini"
base_url = "https://api.openai.com/v1"
api_key = "sk-your-key"
api_key_env = "OPENAI_API_KEY"
timeout_seconds = 600

[providers.local]
kind = "openai-compatible"
model = "llama3.1"
base_url = "http://localhost:11434/v1"
api_key = "local"
timeout_seconds = 600

# Chat accounts, one table each. `scv channels run|stop|logout` edit only
# their own table and keep the rest of this file; you may edit them too.
# [channels.wechat.default]
# enabled = true
# workspace = "/absolute/path/to/workspace"
# remote_tools = "none" # "owner" gives the account's owner every tool