feat(config): add user_agent_catalog.yaml with default agent configs

This commit is contained in:
qzl
2026-03-02 15:27:24 +08:00
parent bc40bc36c2
commit 06e9a25f57
@@ -1 +1,18 @@
agents: []
agents:
- agent_type: INTENT_RECOGNITION
llm_model_code: qwen3.5-flash
status: active
config:
temperature: 0.7
- agent_type: TASK_EXECUTION
llm_model_code: deepseek-v3.2
status: active
config:
temperature: 0.7
- agent_type: RESULT_REPORTING
llm_model_code: deepseek-v3.2
status: active
config:
temperature: 0.7