Uagents

Latest version: v0.20.1

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

Scan your dependencies

Page 3 of 7

0.15.0

What's Changed

Features
* feat(core): separate asyncio tasks and running by jrriehl in https://github.com/fetchai/uAgents/pull/477
* feat(core): add function to unregister domain name by Alejandro-Morales in https://github.com/fetchai/uAgents/pull/471
* feat(core): prepare for almanac api registration support by Alejandro-Morales in https://github.com/fetchai/uAgents/pull/457
* feat(core): add bureau shutdown event support by Archento in https://github.com/fetchai/uAgents/pull/467
* feat(core): check supported almanac contract version against deployed… by Alejandro-Morales in https://github.com/fetchai/uAgents/pull/465
* feat(core): reformat registration tests by Alejandro-Morales in https://github.com/fetchai/uAgents/pull/456
* feat(core): 2nd part (registration) of feat/almanac-registration by Alejandro-Morales in https://github.com/fetchai/uAgents/pull/458

Fixes
* fix(core): catch destination identifiers by Alejandro-Morales in https://github.com/fetchai/uAgents/pull/440
* fix(core): agent registration endpoint mismatch by Archento in https://github.com/fetchai/uAgents/pull/466
* fix(core): agent registration if no endpoint is provided by Archento in https://github.com/fetchai/uAgents/pull/478
* fix(core): Update pull_request_template.md by 5A11 in https://github.com/fetchai/uAgents/pull/481
* fix(core): python version-safe datetime parsing and almanac api url refactor by jrriehl in https://github.com/fetchai/uAgents/pull/480

Other
* refactor(core): all errors in signature verification now throw an exception by Archento in https://github.com/fetchai/uAgents/pull/468
* refactor(core): relocate query by Archento in https://github.com/fetchai/uAgents/pull/401
* chore(core): minor cleanup by Archento in https://github.com/fetchai/uAgents/pull/474
* chore(core): update grpcio by jrriehl in https://github.com/fetchai/uAgents/pull/487
* chore(core): release v0.15.0 by jrriehl in https://github.com/fetchai/uAgents/pull/488

Integration Updates
* chore(integration): AI-Engine package update to latest uagents by qati in https://github.com/fetchai/uAgents/pull/455
* feat(integration): add startup idea analyser using crewai by pratrivedi in https://github.com/fetchai/uAgents/pull/460
* feat(integration): Github repos integration by kshipra-fetch in https://github.com/fetchai/uAgents/pull/484
* feat(integration): Improved README uagent-ai-engine by NindoK in https://github.com/fetchai/uAgents/pull/476

New Contributors
* kshipra-fetch made their first contribution in https://github.com/fetchai/uAgents/pull/484

**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.14.0...v0.15.0

0.14.0

What's Changed
* feat(core): update API docs by Alejandro-Morales in https://github.com/fetchai/uAgents/pull/441
* chore(example): fix type issue in example 14 - Use `IntEnum` instead of inheriting `int` and `Enum` by andrewswait in https://github.com/fetchai/uAgents/pull/258
* refactor(integration): Updating integrations folder by devjsc in https://github.com/fetchai/uAgents/pull/420
* fix(core): digest backwards compatibility by Archento in https://github.com/fetchai/uAgents/pull/451
* chore(core): bump version to 0.14.0 by Archento in https://github.com/fetchai/uAgents/pull/454

New Contributors
* andrewswait made their first contribution in https://github.com/fetchai/uAgents/pull/258

**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.13.1...v0.14.0

0.13.1

What's Changed
* feat(integration): Update fetch-ai-engine uagents dependency by qati in https://github.com/fetchai/uAgents/pull/439
* fix(core): replace async yield hot loop with queue by ejfitzgerald in https://github.com/fetchai/uAgents/pull/445
* docs(core): update remote-agents.md by eltociear in https://github.com/fetchai/uAgents/pull/384
* test(core): model digest calculation test by Archento in https://github.com/fetchai/uAgents/pull/421
* chore(core): update ecdsa dependency to work with babble update by Archento in https://github.com/fetchai/uAgents/pull/428
* chore(core): bump version to 0.13.1 by Archento in https://github.com/fetchai/uAgents/pull/448

New Contributors
* eltociear made their first contribution in https://github.com/fetchai/uAgents/pull/384

**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.13.0...v0.13.1

0.13.0

What's Changed
* chore(core): bump version to 0.13.0 by lrahmani in https://github.com/fetchai/uAgents/pull/438


**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.12.4...v0.13.0

0.12.4

What's Changed
* chore(integration): Update dependencies for ai-engine: uagents to latest, pydantic to 2.7 by qati in https://github.com/fetchai/uAgents/pull/424
* Update README.md by Autonomousweb3Dev in https://github.com/fetchai/uAgents/pull/416
* docs(core): update readme to include syntax highlighting by ejfitzgerald in https://github.com/fetchai/uAgents/pull/429
* fix(core): minor fixes to the repo health files by 5A11 in https://github.com/fetchai/uAgents/pull/431
* feat(core): added alamanc API resolver by Alejandro-Morales in https://github.com/fetchai/uAgents/pull/434
* feat(integration): Adding Spotify integration by abhifetch in https://github.com/fetchai/uAgents/pull/432
* chore(core): bump version to 0.12.4 by dominic22 in https://github.com/fetchai/uAgents/pull/437

New Contributors
* Autonomousweb3Dev made their first contribution in https://github.com/fetchai/uAgents/pull/416
* dominic22 made their first contribution in https://github.com/fetchai/uAgents/pull/437

**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.12.3...v0.12.4

0.12.3

What's Changed
* feat(core): added template for issues, feature requests and prs by FelixNicolaeBucsa in https://github.com/fetchai/uAgents/pull/364
* feat(integration): update ai-engine to support uagents 0.12 by qati in https://github.com/fetchai/uAgents/pull/381
* feat(core): add broadcast functionality to dialogues by Archento in https://github.com/fetchai/uAgents/pull/385
* fix(core): edits to template files extensions by FelixNicolaeBucsa in https://github.com/fetchai/uAgents/pull/389
* chore(core): Update feature-request.yml by 5A11 in https://github.com/fetchai/uAgents/pull/391
* docs(core): example in readme by tomekstrzeszkowski in https://github.com/fetchai/uAgents/pull/396
* chore(core): Update Templates by 5A11 in https://github.com/fetchai/uAgents/pull/390
* chore(core): Update release.md by 5A11 in https://github.com/fetchai/uAgents/pull/392
* fix(core): edits to bug report name by FelixNicolaeBucsa in https://github.com/fetchai/uAgents/pull/393
* fix(core): fix templates by 5A11 in https://github.com/fetchai/uAgents/pull/405
* fix(core): Update bug-report.yml by 5A11 in https://github.com/fetchai/uAgents/pull/406
* fix(core): Update bug-report.yml by 5A11 in https://github.com/fetchai/uAgents/pull/407
* feat(core): add files in uagents gh repo by FelixNicolaeBucsa in https://github.com/fetchai/uAgents/pull/409
* chore(core): repo health files by 5A11 in https://github.com/fetchai/uAgents/pull/411
* chore(core): minor changes to repo health files by 5A11 in https://github.com/fetchai/uAgents/pull/414
* chore(core): fix typing issues by Archento in https://github.com/fetchai/uAgents/pull/399
* feat(core): dialogue conversation filter by Dacksus in https://github.com/fetchai/uAgents/pull/412
* fix(core): return envelope if no sinks in dispatcher by jrriehl in https://github.com/fetchai/uAgents/pull/415
* chore(core): update pydantic in uagents by Archento in https://github.com/fetchai/uAgents/pull/419
* docs(core): copy readme from top level to python package folder by jrriehl in https://github.com/fetchai/uAgents/pull/418
* chore(core): bump version to 0.12.3 by jrriehl in https://github.com/fetchai/uAgents/pull/422
* fix(core): release script README path by jrriehl in https://github.com/fetchai/uAgents/pull/423

New Contributors
* 5A11 made their first contribution in https://github.com/fetchai/uAgents/pull/391
* tomekstrzeszkowski made their first contribution in https://github.com/fetchai/uAgents/pull/396

**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.12.2...v0.12.3

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.