Skip to content

Conversation

@jayhemnani9910
Copy link

…d, etc.

The orchestrator agent sample was missing several required imports, causing a NameError when trying to run the agent.

Added imports:

  • Any from typing
  • Client, ClientCallContext, Consumer from a2a.client
  • AgentCard from a2a.types

Fixes #326

…d, etc.

The orchestrator agent sample was missing several required imports,
causing a NameError when trying to run the agent.

Added imports:
- Any from typing
- Client, ClientCallContext, Consumer from a2a.client
- AgentCard from a2a.types

Fixes google#326
Copy link
Collaborator

@wrenj wrenj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the fix!

@jayhemnani9910
Copy link
Author

happy to help @wrenj , looking forward to more contributions. let me know if any.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NameError : name 'Consumer' is not defined.

3 participants