avfranco commited on
Commit
e4f065f
·
1 Parent(s): 51e778a

ea4all-gradio-agents-mcp-hackathon-refactored-gra-graphviz-ssh

Browse files
Files changed (1) hide show
  1. ea4all/ea4all_mcp.py +1 -2
ea4all/ea4all_mcp.py CHANGED
@@ -163,8 +163,7 @@ async def run_reference_architecture_agentic_system(business_query: str) -> Asyn
163
  ) #astream not loading the graph
164
  vision_target = response['vision_target']
165
  architecture_runway = response['architecture_runway']
166
- print (f"Diagram output: {architecture_runway}\n")
167
- yield [vision_target, None]
168
 
169
  async def run_pmo_agentic_system(question:str) -> AsyncGenerator[list, None]:
170
  """
 
163
  ) #astream not loading the graph
164
  vision_target = response['vision_target']
165
  architecture_runway = response['architecture_runway']
166
+ yield [vision_target, architecture_runway]
 
167
 
168
  async def run_pmo_agentic_system(question:str) -> AsyncGenerator[list, None]:
169
  """