Files
lang-agent/configs/pipeline_registry.json
2026-03-05 15:51:59 +08:00

31 lines
836 B
JSON

{
"pipelines": {
"xiaozhan": {
"enabled": true,
"config_file": "configs/pipelines/xiaozhan.yaml",
"graph_id": "routing",
"overrides": {
"llm_name": "qwen-plus"
}
},
"blueberry": {
"enabled": true,
"config_file": "configs/pipelines/blueberry.yaml",
"graph_id": "react",
"overrides": {
"llm_name": "qwen-plus"
}
}
},
"api_keys": {
"sk-6c7091e6a95f404efb2ec30e8f51b897626d670375cdf822d78262f24ab12367": {
"example-key-1": {
"default_route_id": "default",
"allowed_route_ids": [
"xiaozhan",
"blueberry"
]
}
}
}
}