Skip to content

Conversation

@CasperGN
Copy link
Contributor

@CasperGN CasperGN commented Dec 10, 2025

… properly nested for approproate json representation

Description

The previous metadata object used flat structure with {"agent.name": .. rather than proper nesting. This PR also introduce the Agent type details (Agent, DurableAgent, ..) as well as the registration timestamp.

It does not include the tool type information as that requires further analysis on what the best approach is - and whether we'd want to differentiate in the model.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will closes: #298

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Created/updated tests
  • Tested this change against all the quickstarts
  • Extended the documentation

Note: We expect contributors to open a corresponding documentation PR in the dapr/docs repository. As the implementer, you are the best person to document your work! Implementation PRs will not be merged until the documentation PR is opened and ready for review.

… properly nested for approproate json representation

Signed-off-by: Casper Nielsen <casper@diagrid.io>
Signed-off-by: Casper Nielsen <casper@diagrid.io>
Signed-off-by: Casper Nielsen <casper@diagrid.io>
Copy link
Collaborator

@sicoyle sicoyle left a comment

Choose a reason for hiding this comment

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

LGTM - thank you! 🙌

@sicoyle sicoyle requested review from a team as code owners December 10, 2025 22:07
@sicoyle sicoyle merged commit 10a2974 into dapr:main Dec 10, 2025
6 checks passed
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.

Further expansion of agent metadata

2 participants