We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad9f52 commit 09686c7Copy full SHA for 09686c7
examples/no-llm-framework/src/no_llm_framework/client/agent.py
@@ -187,7 +187,7 @@ async def main():
187
agent_urls=['http://localhost:9999/'],
188
)
189
agents_registry, agent_prompt = await agent.get_agents()
190
- agent_card = agents_registry['A2A Protocol Agent']
+ # agent_card = agents_registry['A2A Protocol Agent']
191
async for chunk in agent.stream('What is A2A protocol?'):
192
if chunk.startswith('<Agent name="'):
193
print(colorama.Fore.CYAN + chunk, end='', flush=True)
0 commit comments