clan: stop forcing missing zhos_mvp crew profile; use available default

This commit is contained in:
Apple
2026-02-18 09:43:33 -08:00
parent 13aa0c79f0
commit b65ed7cdf2

View File

@@ -133,8 +133,6 @@ async def call_crewai(agent_id, task, context=None, team=None, profile=None):
async with httpx.AsyncClient(timeout=600.0) as client:
effective_profile = profile or (effective_context.get("metadata", {}) or {}).get("crewai_profile")
if not effective_profile and agent_id == "clan":
effective_profile = "zhos_mvp"
payload = {
"task": task,