feat(cli): bixiweave run 支持 --llm 参数 #13
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?
新增 --llm 参数(deepseek/openai),自动读取环境变量中的 API Key。
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(收集+生成对齐计划)