Skip to content

Commit ad32721

Browse files
committed
refactor: Comment unused variable
1 parent 7a7c999 commit ad32721

File tree

1 file changed

+1
-1
lines changed
  • examples/no-llm-framework/src/no_llm_framework/client

1 file changed

+1
-1
lines changed

examples/no-llm-framework/src/no_llm_framework/client/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ async def main():
187187
agent_urls=['http://localhost:9999/'],
188188
)
189189
agents_registry, agent_prompt = await agent.get_agents()
190-
agent_card = agents_registry['A2A Protocol Agent']
190+
# agent_card = agents_registry['A2A Protocol Agent']
191191
async for chunk in agent.stream('What is A2A protocol?'):
192192
if chunk.startswith('<Agent name="'):
193193
print(colorama.Fore.CYAN + chunk, end='', flush=True)

0 commit comments

Comments
 (0)