Uagents

Latest version: v0.17.1

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

Scan your dependencies

Page 1 of 7

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

0.17.0

What's Changed
* feat(core): enable update registration policy after agent init by Archento in https://github.com/fetchai/uAgents/pull/561
* feat(core): add experimental rate limiter agent and protocol by Archento in https://github.com/fetchai/uAgents/pull/562
* chore(core): add agent address as query param in inspector link by jrriehl in https://github.com/fetchai/uAgents/pull/559
* feat(core): add is active almanac update by lrahmani in https://github.com/fetchai/uAgents/pull/564
* feat(core): support almanac contract v2.0.0 by Alejandro-Morales in https://github.com/fetchai/uAgents/pull/560
* chore(core): bump version to 0.17.0 by jrriehl in https://github.com/fetchai/uAgents/pull/567


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

0.16.2

What's Changed
* refactor(core): metadata handling and validation by Archento in https://github.com/fetchai/uAgents/pull/552
* chore(core): add function to coerce metadata by Archento in https://github.com/fetchai/uAgents/pull/557
* chore(core): bump version to 0.16.2 for release by jrriehl in https://github.com/fetchai/uAgents/pull/556


**Full Changelog**: https://github.com/fetchai/uAgents/compare/v0.16.1...v0.16.2

0.16.1

What's Changed
* feat(core): add metadata to agent attestation and remove location by qati in https://github.com/fetchai/uAgents/pull/548
* feat(core): add agent metadata property by Archento in https://github.com/fetchai/uAgents/pull/549
* chore(core): bump version to v0.16.1 by jrriehl in https://github.com/fetchai/uAgents/pull/550


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

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

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.