feat(cli): bixiweave run 通用启动命令 #10

Merged
shaotao merged 2 commits from feat/pipeline-orchestration into main 2026-06-12 12:25:02 +08:00
Owner

新增 bixiweave run 通用命令,支持:
-a/--agents Agent 状态机目录自动发现
-c/--context 初始上下文(JSON 文件/字符串/key=value)
-s/--scheduler 调度策略切换
-o/--output 结果输出
-v/--verbose 详细日志

所有 demo 可以直接用 bixiweave run 启动,无需自写 run_xxx.py。

新增 bixiweave run 通用命令,支持: -a/--agents Agent 状态机目录自动发现 -c/--context 初始上下文(JSON 文件/字符串/key=value) -s/--scheduler 调度策略切换 -o/--output 结果输出 -v/--verbose 详细日志 所有 demo 可以直接用 bixiweave run 启动,无需自写 run_xxx.py。
bixiweave run <pipeline.json> [options]

选项:
  -a, --agents    Agent 状态机定义目录(自动发现)
  -c, --context   初始上下文(JSON 文件 / JSON 字符串 / key=value)
  -s, --scheduler 调度策略(hybrid / polling / event_driven)
  -o, --output    结果输出文件路径
  -v, --verbose   详细日志

目录约定:agents/*.json 自动注册为 Agent。
shaotao deleted branch feat/pipeline-orchestration 2026-06-12 12:25:02 +08:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bixiu/bixiweave!10
No description provided.