feat(cli): bixiweave run 支持 --llm 参数 #13

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

新增 --llm 参数(deepseek/openai),自动读取环境变量中的 API Key。

bixiweave run pipeline.json --agents agents/ -m actions --llm deepseek

LLM Provider 注入到 Agent context["llm"],action 函数内可直接调用。

新增 --llm 参数(deepseek/openai),自动读取环境变量中的 API Key。 bixiweave run pipeline.json --agents agents/ -m actions --llm deepseek LLM Provider 注入到 Agent context["llm"],action 函数内可直接调用。
bixiweave run 新增 --llm 参数(deepseek/openai):
  export DEEPSEEK_API_KEY=sk-xxx
  bixiweave run pipeline.json --agents agents/ -m actions --llm deepseek

LLM Provider 自动注入到 Agent context["llm"],action 函数可直接调用。
bootstrap/ 新增:
  - pipeline.json          — bixiweave run 可执行的 3-Agent 协作流程
  - agents/                — scanner/marker/aligner 的定义(sm + actions 映射)

使用方式:
  bixiweave run bootstrap/pipeline.json \
    -a bootstrap/agents/ \
    -m bootstrap.actions \
    -s polling

三步流程:Scanner(读文档+扫代码+对比) →
          Marker(加载报告+打标签) →
          Aligner(收集+生成对齐计划)
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!13
No description provided.