feat(config): add user_agent_catalog.yaml with default agent configs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user