Uagents

Latest version: v0.22.1

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

Scan your dependencies

Page 3 of 8

0.16.0

Features:
- **feat(core):** native rest endpoints for agents by ejfitzgerald in https://github.com/fetchai/uAgents/pull/357
- **feat(core):** add message endpoint for inspector by Alejandro-Morales in https://github.com/fetchai/uAgents/pull/490
- **feat(core):** log inspector link on startup by jrriehl in https://github.com/fetchai/uAgents/pull/528
- **feat(core):** add agent location to AgentRegistrationAttestation by qati in https://github.com/fetchai/uAgents/pull/545

Fixes:
- **fix(core):** asgi error message due to missing body by Archento in https://github.com/fetchai/uAgents/pull/516
- **fix(core):** consistently generated session ids by ejfitzgerald in https://github.com/fetchai/uAgents/pull/531

Other:
- **chore(core):** Update CODEOWNERS by 5A11 in https://github.com/fetchai/uAgents/pull/493
- **chore(core):** update ruff by Archento in https://github.com/fetchai/uAgents/pull/508
- **chore(core):** refactor ASGI module by Archento in https://github.com/fetchai/uAgents/pull/514
- **chore(core):** fix some comments by longhutianjie in https://github.com/fetchai/uAgents/pull/525
- **chore(core):** update codeowners file by Archento in https://github.com/fetchai/uAgents/pull/527
- **chore(integration):** Updating repo to have community folder by devjsc in https://github.com/fetchai/uAgents/pull/534
- **chore(core):** add exp backoff to almanac registration by ejfitzgerald in https://github.com/fetchai/uAgents/pull/537
- **chore(core):** bump version to 0.16.0 for release by jrriehl in https://github.com/fetchai/uAgents/pull/546

Integrations:
- **feat(integration):** USGS Earthquake Details Integration by steeevin88 in https://github.com/fetchai/uAgents/pull/533
- **feat(integration):** GitHub GraphQL lookup of user contributions to non-user owned repositories by Luceium in https://github.com/fetchai/uAgents/pull/532
- **feat(integration):** User GitHub Repositories Integration by jonathanguven in https://github.com/fetchai/uAgents/pull/530
- **feat(integration):** Chess player integration by tanaygodse in https://github.com/fetchai/uAgents/pull/529
- **feat(integration):** add speaker diarization integration using hugging face model by pratrivedi in https://github.com/fetchai/uAgents/pull/473
- **feat(integration):** add payment solution integration through stripe ecosystem by neerajkrbansal1996 in https://github.com/fetchai/uAgents/pull/511
- **feat(integration):** add website validation agent by pratrivedi in https://github.com/fetchai/uAgents/pull/463
- **feat(integration):** Telegram Integration by ekzarov in https://github.com/fetchai/uAgents/pull/175
- **refactor(integration):** removing community folder, integrations now at: https://github.com/fe… by devjsc in https://github.com/fetchai/uAgents/pull/543


New Contributors
* longhutianjie made their first contribution in https://github.com/fetchai/uAgents/pull/525
* steeevin88 made their first contribution in https://github.com/fetchai/uAgents/pull/533
* Luceium made their first contribution in https://github.com/fetchai/uAgents/pull/532
* jonathanguven made their first contribution in https://github.com/fetchai/uAgents/pull/530
* tanaygodse made their first contribution in https://github.com/fetchai/uAgents/pull/529
* neerajkrbansal1996 made their first contribution in https://github.com/fetchai/uAgents/pull/511
* ekzarov made their first contribution in https://github.com/fetchai/uAgents/pull/175

**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.15.2...v0.16.0

0.15.2

What's Changed
* fix(core): check for env signature instead of trying to verify by jrriehl in https://github.com/fetchai/uAgents/pull/503
* fix(core): add timeout and retries to almanac api registration by jrriehl in https://github.com/fetchai/uAgents/pull/505
* chore(core): verify sync envelope if signed by jrriehl in https://github.com/fetchai/uAgents/pull/507
* chore(core): bump version to 0.15.2 for release by jrriehl in https://github.com/fetchai/uAgents/pull/506


**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.15.1...v0.15.2

0.15.1

What's Changed
* chore(integration): Bump version for ai-engine by qati in https://github.com/fetchai/uAgents/pull/489
* fix(core): pass almanac api url to resolver by jrriehl in https://github.com/fetchai/uAgents/pull/491
* chore(core): bump version to 0.15.1 by jrriehl in https://github.com/fetchai/uAgents/pull/492


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

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

Page 3 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.