FabianHildebrandt commited on
Commit
e5edaf5
·
verified ·
1 Parent(s): 7cc9758

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -559,7 +559,7 @@ def orchestrator_agent(state: ApplicationAgentState) -> Command[Literal["recruit
559
 
560
  if state.phase == "PLAN":
561
  agent_descriptions = "\n".join([
562
- f"{agent.get("title")}\nDescription: {agent.get("description")}"
563
  for name, agent in state.available_agents.items()
564
  ])
565
 
 
559
 
560
  if state.phase == "PLAN":
561
  agent_descriptions = "\n".join([
562
+ f"{agent.get('title')}\nDescription: {agent.get('description')}"
563
  for name, agent in state.available_agents.items()
564
  ])
565