diff --git a/backend/src/core/config/static/database/user_agent_catalog.yaml b/backend/src/core/config/static/database/user_agent_catalog.yaml index 8428f80..82a8546 100644 --- a/backend/src/core/config/static/database/user_agent_catalog.yaml +++ b/backend/src/core/config/static/database/user_agent_catalog.yaml @@ -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