Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AiOS 未来 CLI 命令模型的规划参考,以及当前仓库的 bootstrap/server 边界说明。
当前仓库尚未交付下列 CLI 命令。本页保留的是未来命令模型方向,不应被视为 cmd/aios 当前已实现行为。
cmd/aios
go run ./cmd/aios
curl http://localhost:8080/healthz curl http://localhost:8080/readyz
--profile
aios --profile prod infra cluster status
--output
aios --output json agent run list
--help
aios infra --help
--version
aios --version
infra cluster up
aios infra cluster up
infra app deploy
aios infra app deploy my-api --namespace dev-ai --replicas 2
infra app logs
aios infra app logs my-api --follow
agent tool add
aios agent tool add codex --token $CODEX_TOKEN
agent run
aios agent run --tool codex --task "补齐接口测试"
agent run list
aios agent run list --limit 20
agent run logs
aios agent run logs <run-id>