ea4all-gradio-agents-mcp-hackathon-refactored-gra-graphviz-ssh
Browse files- 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 |
-
|
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 |
"""
|