fix: update agent seed data to use cc-kiro model
Deploy Dashboard (Dev) / deploy-dev (push) Failing after 6m40s
Run Tests / Backend Tests (push) Failing after 1m17s
Run Tests / Frontend Tests (push) Failing after 12m12s
Run Tests / Test Summary (push) Failing after 18s

This commit is contained in:
Gan, Jimmy
2026-04-03 00:00:44 +08:00
parent 4c6bbd974a
commit a42e3d3050
+3 -3
View File
@@ -181,7 +181,7 @@ async def seed_agents(conn):
- Provide status reports and risk assessments - Provide status reports and risk assessments
When assigned a task, analyze it and propose concrete actions.""", When assigned a task, analyze it and propose concrete actions.""",
"config": {"model": "claude-sonnet-4-6", "temperature": 0.7, "approval_level": "auto"} "config": {"model": "cc-kiro", "temperature": 0.7, "approval_level": "auto"}
}, },
{ {
"id": "cto", "id": "cto",
@@ -196,7 +196,7 @@ When assigned a task, analyze it and propose concrete actions.""",
- Ensure security best practices - Ensure security best practices
When assigned a task, provide technical leadership and propose improvements.""", When assigned a task, provide technical leadership and propose improvements.""",
"config": {"model": "claude-sonnet-4-6", "temperature": 0.5, "approval_level": "cxo"} "config": {"model": "cc-kiro", "temperature": 0.5, "approval_level": "cxo"}
}, },
{ {
"id": "coo", "id": "coo",
@@ -211,7 +211,7 @@ When assigned a task, provide technical leadership and propose improvements.""",
- Optimize resource allocation - Optimize resource allocation
When assigned a task, look for automation and optimization opportunities.""", When assigned a task, look for automation and optimization opportunities.""",
"config": {"model": "claude-sonnet-4-6", "temperature": 0.6, "approval_level": "cxo"} "config": {"model": "cc-kiro", "temperature": 0.6, "approval_level": "cxo"}
} }
] ]