Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssistantAgent.metadata for user/application identity information associated with the agent. #6048

Closed
1 task done
ekzhu opened this issue Mar 21, 2025 · 0 comments · Fixed by #6057
Closed
1 task done
Labels
good first issue Good for newcomers help wanted Extra attention is needed proj-agentchat
Milestone

Comments

@ekzhu
Copy link
Collaborator

ekzhu commented Mar 21, 2025

Confirmation

  • I confirm that I am a maintainer and so can use this template. If I am not, I understand this issue will be closed and I will be asked to use a different template.

Issue body

metadata field should be a Dict[str, str] allowing the application to assign identities to agents.

it should be also included in the config for proper serialization.

@ekzhu ekzhu added this to the 0.4.x-python milestone Mar 21, 2025
@ekzhu ekzhu added good first issue Good for newcomers help wanted Extra attention is needed labels Mar 21, 2025
ekzhu added a commit that referenced this issue Mar 23, 2025
…ociated with the agent. #6048 (#6057)

This PR introduces a metadata field in AssistantAgentConfig, allowing
applications to assign and track identity information for agents.
The metadata field is a Dict[str, str] and is included in the
configuration for proper serialization.


---------

Co-authored-by: Eric Zhu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed proj-agentchat
Projects
None yet
1 participant