Skip to content

Releases: fetchai/uAgents

v0.5.0

15 Jun 09:59
716ae96
Compare
Choose a tag to compare

New features:

  • Python 3.11 support
  • Envelopes now include protocol digest when appropriate
  • Agents can now support queries for their protocol manifests
  • Envelope session ID is now used to keep track of dialogues between agents

v0.4.1

04 May 14:31
616daae
Compare
Choose a tag to compare

Update CosmPy dependency for better compatibility with other projects.

v0.4.0

17 Apr 15:36
83cc55e
Compare
Choose a tag to compare

New features:

  • Add mailbox support to Bureau agents
  • Update and reorganize examples

v0.3.2

30 Mar 12:07
6d2f3c0
Compare
Choose a tag to compare

New features:

  • Protocol manifests
  • Better startup task management
  • Agentverse mailbox integration

v0.3.1

28 Feb 14:43
95c10b6
Compare
Choose a tag to compare

Updates:

  • Includes required API key in mailbox server authentication flow

v0.3.0

28 Feb 14:08
7f2a354
Compare
Choose a tag to compare

New features:

  • support for mailbox service
  • better logging output

v0.2.0

30 Jan 16:22
b2d677c
Compare
Choose a tag to compare

Features:

  • Core framework with interval tasks, message, and event handlers
  • Initial exchange protocol implementation
  • Signed and unsigned message handlers
  • Supports sync (wait for response) and async message exchange
  • Interface with Almanac smart contract on Fetch.ai ledger
  • Optional Tortoise-ORM integration
  • 10 examples
  • Initial docs and test cases