跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.skrmir.com/llms.txt

Use this file to discover all available pages before exploring further.

CLI 规划参考

当前仓库尚未交付下列 CLI 命令。本页保留的是未来命令模型方向,不应被视为 cmd/aios 当前已实现行为。

当前可执行入口

终端 A:
go run ./cmd/aios
终端 B:
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

规划中的 Infrastructure 子命令(尚未实现)

命令说明示例
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 子命令(尚未实现)

命令说明示例
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>

相关页面