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

feat(core): integrate domain + full agent address in Envelope and handler #573

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Archento
Copy link
Member

Proposed Changes

This PR will enable users to set the domain name of an agent they have registered. The domain parameter will be set once the agent has started and successfully verified that the domain actually belongs to this agent.

In subsequent messages the agent will use this domain as well as the prefix when sending messages, i.e. it will be part of the Envelope and available in the message handler through the sender variable.

Types of changes

  • Bug fix (non-breaking change that fixes an issue).
  • New feature added (non-breaking change that adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to stop working as expected).
  • Documentation update.
  • Something else (e.g., tests, scripts, example, deployment, infrastructure).

Checklist

  • I have read the CONTRIBUTING guide
  • Checks and tests pass locally

If applicable

  • I have added tests that prove my fix is effective or that my feature works
  • I have added/updated the documentation (executed the script in python/scripts/generate_api_docs.py)

Further comments

This needs to be tested for Agentverse compatibility.

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.

2 participants