clan: stop forcing missing zhos_mvp crew profile; use available default
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user