feat(cli): bixiweave run 通用启动命令 #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/pipeline-orchestration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
新增 bixiweave run 通用命令,支持:
-a/--agents Agent 状态机目录自动发现
-c/--context 初始上下文(JSON 文件/字符串/key=value)
-s/--scheduler 调度策略切换
-o/--output 结果输出
-v/--verbose 详细日志
所有 demo 可以直接用 bixiweave run 启动,无需自写 run_xxx.py。