fetchai / uAgents

A fast and lightweight framework for creating decentralized agents with ease.
Apache License 2.0
870 stars 228 forks source link

feat(core): api based registration to speed up initial agent discovery #449

Closed ejfitzgerald closed 1 month ago

ejfitzgerald commented 2 months ago

TBD

Proposed Changes

[describe the changes here...]

Linked Issues

[if applicable, add links to issues resolved by this PR]

Types of changes

What type of change does this pull request make (put an x in the boxes that apply)?

Checklist

Put an x in the boxes that apply:

If applicable

Further comments

[if this is a relatively large or complex change, kick off a discussion by explaining why you chose the solution you did, what alternatives you considered, etc...]

Alejandro-Morales commented 2 months ago

This PR was split into two parts, 1st part introduces data types (can be merged immediately), while the second one introduces registration changes (can be merged until almanac-api changes are released to prod)

  1. https://github.com/fetchai/uAgents/pull/457
  2. https://github.com/fetchai/uAgents/pull/458