Uagents

Latest version: v0.20.1

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

0.20.1

What's Changed
* fix(core): sort reply digests in manifest by jrriehl in https://github.com/fetchai/uAgents/pull/637
* chore(core): bump version to 0.20.1 for release by jrriehl in https://github.com/fetchai/uAgents/pull/638


**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.20.0...v0.20.1

0.20.0

What's Changed
* docs(core): remove unnecessary docs by Archento in https://github.com/fetchai/uAgents/pull/617
* feat(core): Refactor release script, support uagents-core release by qati in https://github.com/fetchai/uAgents/pull/619
* chore(core): release action token fix by qati in https://github.com/fetchai/uAgents/pull/621
* chore(core): bump version of uagents-core to 0.1.1 by qati in https://github.com/fetchai/uAgents/pull/622
* test(core): fix agent registration test by jrriehl in https://github.com/fetchai/uAgents/pull/624
* chore(integration): remove duplicate agents by Archento in https://github.com/fetchai/uAgents/pull/569
* feat(core): add deployment examples by jrriehl in https://github.com/fetchai/uAgents/pull/623
* fix(core): uagents_core - fix agent url extraction by zmezei in https://github.com/fetchai/uAgents/pull/625
* chore(core): bump version of uagents-core to 0.1.2 by qati in https://github.com/fetchai/uAgents/pull/626
* chore(core): minor cleanup and fixes by Archento in https://github.com/fetchai/uAgents/pull/630
* fix(core): implement backoff logic for contract registration by ejfitzgerald in https://github.com/fetchai/uAgents/pull/629
* docs(core): scripts to update and clean docs by devjsc in https://github.com/fetchai/uAgents/pull/589
* docs(core): unify and apply new docs generation script by Archento in https://github.com/fetchai/uAgents/pull/631
* fix(core): include internal protocol on agent init by Dacksus in https://github.com/fetchai/uAgents/pull/633
* feat(core): add agentverse disconnect endpoint by jrriehl in https://github.com/fetchai/uAgents/pull/632
* chore(core): update mainnet almanac registration fees by jrriehl in https://github.com/fetchai/uAgents/pull/636
* chore(core): bump version to 0.20.0 for release by jrriehl in https://github.com/fetchai/uAgents/pull/635


**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.19.0...v0.20.0

core0.1.2
What's Changed
* test(core): fix agent registration test by jrriehl in https://github.com/fetchai/uAgents/pull/624
* chore(integration): remove duplicate agents by Archento in https://github.com/fetchai/uAgents/pull/569
* feat(core): add deployment examples by jrriehl in https://github.com/fetchai/uAgents/pull/623
* fix(core): uagents_core - fix agent url extraction by zmezei in https://github.com/fetchai/uAgents/pull/625
* chore(core): bump version of uagents-core to 0.1.2 by qati in https://github.com/fetchai/uAgents/pull/626


**Full Changelog**: https://github.com/fetchai/uAgents/compare/core0.1.1...core0.1.2

core0.1.1
What's Changed
* docs(core): remove unnecessary docs by Archento in https://github.com/fetchai/uAgents/pull/617
* feat(core): Refactor release script, support uagents-core release by qati in https://github.com/fetchai/uAgents/pull/619
* chore(core): release action token fix by qati in https://github.com/fetchai/uAgents/pull/621
* chore(core): bump version of uagents-core to 0.1.1 by qati in https://github.com/fetchai/uAgents/pull/622


**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.19.0...core0.1.1

0.19.0

What's Changed
* fix(core): mainnet registration support by jrriehl in https://github.com/fetchai/uAgents/pull/602
* chore(core): use agent identifier in almanac attestation by jrriehl in https://github.com/fetchai/uAgents/pull/603
* fix(core): enable configuring RegistrationPolicy on agent creation by Dacksus in https://github.com/fetchai/uAgents/pull/604
* feat(core): send address prefix to mailbox API by zmezei in https://github.com/fetchai/uAgents/pull/607
* feat(core): make agent address prefix optional in mailbox RegistrationRequest by zmezei in https://github.com/fetchai/uAgents/pull/608
* refactor(core): separate prefix from address in agent info by jrriehl in https://github.com/fetchai/uAgents/pull/609
* feat(core): allow general access to rest endpoints, except inspector ones by Dacksus in https://github.com/fetchai/uAgents/pull/612
* chore(core): improve logging control and experience by Dacksus in https://github.com/fetchai/uAgents/pull/610
* feat(core): Introducing uagents-core by qati in https://github.com/fetchai/uAgents/pull/597
* chore(core): update network and prefix properties by jrriehl in https://github.com/fetchai/uAgents/pull/614
* fix(core): get ledger in setup.py by jrriehl in https://github.com/fetchai/uAgents/pull/615
* feat(experimental): add mobility agent integration by Archento in https://github.com/fetchai/uAgents/pull/616
* chore(core): bump version to 0.19.0 for release by jrriehl in https://github.com/fetchai/uAgents/pull/618
* chore(core): trigger release by jrriehl in https://github.com/fetchai/uAgents/pull/620


**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.18.1...v0.19.0

0.18.1

What's Changed
* chore(integration): bump ai-engine package version by qati in https://github.com/fetchai/uAgents/pull/594
* fix(core): proxy endpoint flow by jrriehl in https://github.com/fetchai/uAgents/pull/595
* chore(core): update version to.0.18.1 for release by jrriehl in https://github.com/fetchai/uAgents/pull/596


**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.18.0...v0.18.1

0.18.0

What's Changed
* feat(core): add batch almanac api and contract registrations for Bureau by jrriehl in https://github.com/fetchai/uAgents/pull/551
* fix(core): update agent endpoints before adding to registration policy by jrriehl in https://github.com/fetchai/uAgents/pull/576
* fix(core): agent shutdown routine by Archento in https://github.com/fetchai/uAgents/pull/578
* fix(core): bureau shutdown routine by Archento in https://github.com/fetchai/uAgents/pull/579
* chore(integration): updating RAG integration deps by devjsc in https://github.com/fetchai/uAgents/pull/583
* feat(core): updates to mailbox and agentverse registration process by jrriehl in https://github.com/fetchai/uAgents/pull/588
* feat(core): publish agent details on connect by jrriehl in https://github.com/fetchai/uAgents/pull/591
* fix(core): auth header on update by jrriehl in https://github.com/fetchai/uAgents/pull/592
* chore(core): bump version to 0.18.0 for release by jrriehl in https://github.com/fetchai/uAgents/pull/593


**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.17.1...v0.18.0

0.17.1

What's Changed
* chore(integration): support uagents 0.17.0 in ai-engine package by zmezei in https://github.com/fetchai/uAgents/pull/568
* docs(core): update templates by Archento in https://github.com/fetchai/uAgents/pull/566
* fix(experimental): quota protocol fix by Archento in https://github.com/fetchai/uAgents/pull/572
* chore(core): bump version to 0.17.1 by jrriehl in https://github.com/fetchai/uAgents/pull/574


**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.17.0...v0.17.1

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.