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:
|
async with httpx.AsyncClient(timeout=600.0) as client:
|
||||||
effective_profile = profile or (effective_context.get("metadata", {}) or {}).get("crewai_profile")
|
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 = {
|
payload = {
|
||||||
"task": task,
|
"task": task,
|
||||||
|
|||||||
Reference in New Issue
Block a user