跳到主要内容

ideon agent

命令作用

ideon agent 用于管理本地运行时集成注册与就绪检查。

用法

ideon agent install <runtime> [--dry-run]
ideon agent uninstall <runtime> [--dry-run]
ideon agent status [--json]

支持与不支持的 Runtime

支持的 runtime id:

  • claude
  • chatgpt
  • gemini
  • generic-mcp

明确不支持的 runtime id:

  • cursor
  • vscode

子命令

ideon agent install

注册一个 runtime 集成配置。

ideon agent install claude
ideon agent install generic-mcp --dry-run

ideon agent uninstall

移除一个 runtime 集成配置。

ideon agent uninstall claude
ideon agent uninstall chatgpt --dry-run

ideon agent status

输出已安装 runtime 与就绪检查信息。

ideon agent status
ideon agent status --json

状态信息包含:

  • 已安装 runtime 列表
  • integration sync-check 状态
  • MCP tool 契约数量
  • skill 契约数量(内部 skill 元数据条目,例如 ideon-write-primary
  • config surface 就绪状态

输出与退出码

退出码含义
0命令执行成功。
1运行时 id 或状态校验失败,或发生运行时错误。
130命令被 Ctrl+C 中断。

相关命令

版本与弃用说明

  • 当前行为适用于 Ideon 0.1.6
  • Runtime 注册具备幂等性,并持久化到本地集成存储文件。