Recent Releases of uagents
uagents - v0.22.8
What's Changed
- fix(experimental): update quota protocol to allow protocol spec by @jrriehl in https://github.com/fetchai/uAgents/pull/774
- fix(uagents): use digest-based message parsing for sendandreceive by @jrriehl in https://github.com/fetchai/uAgents/pull/775
- chore(uagents): bump version from 0.22.7 to 0.22.8 by @jrriehl in https://github.com/fetchai/uAgents/pull/776
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.7...v0.22.8
- Python
Published by github-actions[bot] 6 months ago
uagents - v0.22.7
What's Changed
- chore(uagents): set missing mailbox log level to warning and only log once by @jrriehl in https://github.com/fetchai/uAgents/pull/762
- feat(uagents): add aname api resolver by @jrriehl in https://github.com/fetchai/uAgents/pull/585
- chore(core): add agent type and port to agent info model by @jrriehl in https://github.com/fetchai/uAgents/pull/767
- chore(core): bump version to 0.3.7 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/768
- chore(uagents): update to use new agent info model by @jrriehl in https://github.com/fetchai/uAgents/pull/769
- chore(uagents): bump version to 0.22.7 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/773
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.6...v0.22.7
- Python
Published by github-actions[bot] 7 months ago
uagents - core@0.3.7
What's Changed
- chore(uagents): set missing mailbox log level to warning and only log once by @jrriehl in https://github.com/fetchai/uAgents/pull/762
- feat(uagents): add aname api resolver by @jrriehl in https://github.com/fetchai/uAgents/pull/585
- chore(core): add agent type and port to agent info model by @jrriehl in https://github.com/fetchai/uAgents/pull/767
- chore(core): bump version to 0.3.7 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/768
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.6...core@0.3.7
- Python
Published by github-actions[bot] 7 months ago
uagents - v0.22.6
What's Changed
- docs(core): add PyPi link to the Python badge #2 by @Archento in https://github.com/fetchai/uAgents/pull/721
- feat(core): add utility to set agent active status by @jrriehl in https://github.com/fetchai/uAgents/pull/725
- chore(core): change type annotation so that agent category list is "allowed" to be sent via registerinalmanac by @zmezei in https://github.com/fetchai/uAgents/pull/726
- chore(core): bump version to 0.3.2 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/727
- feat(integration): Adding async support to langchain adapter by @abhifetch in https://github.com/fetchai/uAgents/pull/729
- feat(integration): release for adding async methods to langchain-adapter by @abhifetch in https://github.com/fetchai/uAgents/pull/731
- feat(core): Add registerbatchin_almanac function by @AaronJamesKing in https://github.com/fetchai/uAgents/pull/728
- Update broken Fetch.ai agents documentation link by @VolodymyrBg in https://github.com/fetchai/uAgents/pull/732
- chore(core): bump version to 0.3.3 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/733
- feat(core): add subscription check method by @Archento in https://github.com/fetchai/uAgents/pull/730
- chore(core): bump version to 0.3.4 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/734
- docs(core): Fixing documentation links by @bleib1dj in https://github.com/fetchai/uAgents/pull/735
- chore(core): bump uagents-core dependency to 0.3.4 by @jrriehl in https://github.com/fetchai/uAgents/pull/736
- fix(integration): fixing crewai and langchain adapters to handle EndS… by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/740
- chore(core): bump version uagents-adapter to 0.4.1 by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/741
- feat(integration): adding A2A Adapter by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/743
- feat(integration): adding a2a inbound adapter by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/746
- chore(core): bump version uagents-adapter to 0.5.0 by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/747
- refactor(core): move resolver interface to uagents-core by @qati in https://github.com/fetchai/uAgents/pull/750
- chore(core): bump version to 0.3.5 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/751
- feat(core): add constructors with default values to chat messages by @jrriehl in https://github.com/fetchai/uAgents/pull/754
- fix(core): add missing type parameter to chat content constructors by @jrriehl in https://github.com/fetchai/uAgents/pull/757
- feat(core): support sync messaging in uagents-core by @jrriehl in https://github.com/fetchai/uAgents/pull/755
- feat(core): display mailbox quotas errors by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/749
- feat(core): better handling of agent prefix in domain resolution by @jrriehl in https://github.com/fetchai/uAgents/pull/748
- chore(core): allow zero radius in agent geolocation by @jrriehl in https://github.com/fetchai/uAgents/pull/758
- chore(core): bump version to 0.3.6 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/759
- chore(uagents): bump version to 0.22.6 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/761
New Contributors
- @AaronJamesKing made their first contribution in https://github.com/fetchai/uAgents/pull/728
- @VolodymyrBg made their first contribution in https://github.com/fetchai/uAgents/pull/732
- @bleib1dj made their first contribution in https://github.com/fetchai/uAgents/pull/735
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.5...v0.22.6
- Python
Published by github-actions[bot] 7 months ago
uagents - core@0.3.6
What's Changed
- feat(core): add constructors with default values to chat messages by @jrriehl in https://github.com/fetchai/uAgents/pull/754
- fix(core): add missing type parameter to chat content constructors by @jrriehl in https://github.com/fetchai/uAgents/pull/757
- feat(core): support sync messaging in uagents-core by @jrriehl in https://github.com/fetchai/uAgents/pull/755
- feat(core): display mailbox quotas errors by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/749
- feat(core): better handling of agent prefix in domain resolution by @jrriehl in https://github.com/fetchai/uAgents/pull/748
- chore(core): allow zero radius in agent geolocation by @jrriehl in https://github.com/fetchai/uAgents/pull/758
- chore(core): bump version to 0.3.6 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/759
Full Changelog: https://github.com/fetchai/uAgents/compare/core@0.3.5...core@0.3.6
- Python
Published by github-actions[bot] 7 months ago
uagents - core@0.3.5
What's Changed
- refactor(core): move resolver interface to uagents-core by @qati in https://github.com/fetchai/uAgents/pull/750
- chore(core): bump version to 0.3.5 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/751
Full Changelog: https://github.com/fetchai/uAgents/compare/adapter@0.5.0...core@0.3.5
- Python
Published by github-actions[bot] 7 months ago
uagents - adapter@0.5.0
What's Changed
- feat(integration): adding A2A Adapter by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/743
- feat(integration): adding a2a inbound adapter by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/746
- chore(core): bump version uagents-adapter to 0.5.0 by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/747
Full Changelog: https://github.com/fetchai/uAgents/compare/adapter@0.4.1...adapter@0.5.0
- Python
Published by github-actions[bot] 8 months ago
uagents - adapter@0.4.1
What's Changed
- docs(core): Fixing documentation links by @bleib1dj in https://github.com/fetchai/uAgents/pull/735
- chore(core): bump uagents-core dependency to 0.3.4 by @jrriehl in https://github.com/fetchai/uAgents/pull/736
- fix(integration): fixing crewai and langchain adapters to handle EndS… by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/740
- chore(core): bump version uagents-adapter to 0.4.1 by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/741
New Contributors
- @bleib1dj made their first contribution in https://github.com/fetchai/uAgents/pull/735
Full Changelog: https://github.com/fetchai/uAgents/compare/core@0.3.4...adapter@0.4.1
- Python
Published by github-actions[bot] 8 months ago
uagents - core@0.3.4
What's Changed
- feat(core): add subscription check method by @Archento in https://github.com/fetchai/uAgents/pull/730
- chore(core): bump version to 0.3.4 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/734
Full Changelog: https://github.com/fetchai/uAgents/compare/core@0.3.3...core@0.3.4
- Python
Published by github-actions[bot] 8 months ago
uagents - core@0.3.3
What's Changed
- feat(core): Add registerbatchin_almanac function by @AaronJamesKing in https://github.com/fetchai/uAgents/pull/728
- Update broken Fetch.ai agents documentation link by @VolodymyrBg in https://github.com/fetchai/uAgents/pull/732
- chore(core): bump version to 0.3.3 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/733
New Contributors
- @AaronJamesKing made their first contribution in https://github.com/fetchai/uAgents/pull/728
- @VolodymyrBg made their first contribution in https://github.com/fetchai/uAgents/pull/732
Full Changelog: https://github.com/fetchai/uAgents/compare/adapter@0.4.0...core@0.3.3
- Python
Published by github-actions[bot] 9 months ago
uagents - adapter@0.4.0
What's Changed
- feat(integration): Adding async support to langchain adapter by @abhifetch in https://github.com/fetchai/uAgents/pull/729
- feat(integration): release for adding async methods to langchain-adapter by @abhifetch in https://github.com/fetchai/uAgents/pull/731
Full Changelog: https://github.com/fetchai/uAgents/compare/core@0.3.2...adapter@0.4.0
- Python
Published by github-actions[bot] 9 months ago
uagents - core@0.3.2
What's Changed
- docs(core): add PyPi link to the Python badge #2 by @Archento in https://github.com/fetchai/uAgents/pull/721
- feat(core): add utility to set agent active status by @jrriehl in https://github.com/fetchai/uAgents/pull/725
- chore(core): change type annotation so that agent category list is "allowed" to be sent via registerinalmanac by @zmezei in https://github.com/fetchai/uAgents/pull/726
- chore(core): bump version to 0.3.2 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/727
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.5...core@0.3.2
- Python
Published by github-actions[bot] 9 months ago
uagents - v0.22.5
What's Changed
- feat(integration): adding MCP Server Adapter by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/713
- chore(core): bump version uagents-adapter to 0.3.0 by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/714
- feat(core): fix double encoding by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/715
- chore(core): bump version to 0.3.1 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/716
- fix(core): correct storage upload typo by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/717
- chore(libs): update uagents-ai-engine package to use new pyprojects.toml standard by @lrahmani in https://github.com/fetchai/uAgents/pull/678
- fix(core): update to use latest cosmpy tx fees by @jrriehl in https://github.com/fetchai/uAgents/pull/723
- chore(core): bump version to 0.22.5 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/724
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.4...v0.22.5
- Python
Published by github-actions[bot] 9 months ago
uagents - core@0.3.1
What's Changed
- feat(core): fix double encoding by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/715
- chore(core): bump version to 0.3.1 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/716
Full Changelog: https://github.com/fetchai/uAgents/compare/adapter@0.3.0...core@0.3.1
- Python
Published by github-actions[bot] 10 months ago
uagents - adapter@0.3.0
What's Changed
- feat(integration): adding MCP Server Adapter by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/713
- chore(core): bump version uagents-adapter to 0.3.0 by @kshipra-fetch in https://github.com/fetchai/uAgents/pull/714
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.4...adapter@0.3.0
- Python
Published by github-actions[bot] 10 months ago
uagents - v0.22.4
What's Changed
- feat(core): add storage api upload/download to agent by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/685
- feat(integration): Adding langchain and crewai adapter for uAgents by @abhifetch in https://github.com/fetchai/uAgents/pull/679
- chore(core): add release CI for adapter by @qati in https://github.com/fetchai/uAgents/pull/690
- chore(integration): initial uagents adapter release by @jrriehl in https://github.com/fetchai/uAgents/pull/691
- chore(integration): initial adapter release by @jrriehl in https://github.com/fetchai/uAgents/pull/692
- feat(core): check for contract role when getting registration fee by @jrriehl in https://github.com/fetchai/uAgents/pull/697
- feat(core): Updated CosmPy to v0.93 by @MissingNO57 in https://github.com/fetchai/uAgents/pull/698
- chore(core): update almanac contract version by @jrriehl in https://github.com/fetchai/uAgents/pull/701
- fix(core): dialogues outbound messages validation by @Archento in https://github.com/fetchai/uAgents/pull/695
- fix(core): set default replies to empty set by @jrriehl in https://github.com/fetchai/uAgents/pull/699
- fix(integration): Updating and fixing crewai and langchain adapters by @abhifetch in https://github.com/fetchai/uAgents/pull/700
- chore(integration): updating adapters registration class by @abhifetch in https://github.com/fetchai/uAgents/pull/704
- chore(core): return registration tx response by @jrriehl in https://github.com/fetchai/uAgents/pull/703
- feat(integration): Adding agent utils to langchain adapters by @abhifetch in https://github.com/fetchai/uAgents/pull/707
- feat(integration): release for Agent Manager to support Langchain MCP… by @abhifetch in https://github.com/fetchai/uAgents/pull/708
- chore(core): add almanac api timeout config by @jrriehl in https://github.com/fetchai/uAgents/pull/710
- feat(core): enable ExternalStorage to create assets using token by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/706
- chore(core): bump version to v0.3.0 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/711
- chore(core): bump version to 0.22.4 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/712
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.3...v0.22.4
- Python
Published by github-actions[bot] 10 months ago
uagents - core@0.3.0
What's Changed
- chore(core): add almanac api timeout config by @jrriehl in https://github.com/fetchai/uAgents/pull/710
- feat(core): enable ExternalStorage to create assets using token by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/706
- chore(core): bump version to v0.3.0 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/711
Full Changelog: https://github.com/fetchai/uAgents/compare/adapter@0.2.1...core@0.3.0
- Python
Published by github-actions[bot] 10 months ago
uagents - adapter@0.2.1
What's Changed
- chore(core): return registration tx response by @jrriehl in https://github.com/fetchai/uAgents/pull/703
- feat(integration): Adding agent utils to langchain adapters by @abhifetch in https://github.com/fetchai/uAgents/pull/707
- feat(integration): release for Agent Manager to support Langchain MCP… by @abhifetch in https://github.com/fetchai/uAgents/pull/708
Full Changelog: https://github.com/fetchai/uAgents/compare/adapter@0.2.0...adapter@0.2.1
- Python
Published by github-actions[bot] 10 months ago
uagents - adapter@0.2.0
What's Changed
- feat(core): check for contract role when getting registration fee by @jrriehl in https://github.com/fetchai/uAgents/pull/697
- feat(core): Updated CosmPy to v0.93 by @MissingNO57 in https://github.com/fetchai/uAgents/pull/698
- chore(core): update almanac contract version by @jrriehl in https://github.com/fetchai/uAgents/pull/701
- fix(core): dialogues outbound messages validation by @Archento in https://github.com/fetchai/uAgents/pull/695
- fix(core): set default replies to empty set by @jrriehl in https://github.com/fetchai/uAgents/pull/699
- fix(integration): Updating and fixing crewai and langchain adapters by @abhifetch in https://github.com/fetchai/uAgents/pull/700
- chore(integration): updating adapters registration class by @abhifetch in https://github.com/fetchai/uAgents/pull/704
Full Changelog: https://github.com/fetchai/uAgents/compare/adapter@0.1.0...adapter@0.2.0
- Python
Published by github-actions[bot] 10 months ago
uagents - adapter@0.1.0
What's Changed
- feat(core): add storage api upload/download to agent by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/685
- feat(integration): Adding langchain and crewai adapter for uAgents by @abhifetch in https://github.com/fetchai/uAgents/pull/679
- chore(core): add release CI for adapter by @qati in https://github.com/fetchai/uAgents/pull/690
- chore(integration): initial uagents adapter release by @jrriehl in https://github.com/fetchai/uAgents/pull/691
- chore(integration): initial adapter release by @jrriehl in https://github.com/fetchai/uAgents/pull/692
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.3...adapter@0.1.0
- Python
Published by github-actions[bot] 11 months ago
uagents - v0.22.3
What's Changed
- chore(core): update almanac contract version and check by @jrriehl in https://github.com/fetchai/uAgents/pull/687
- chore(core): bump version to 0.22.3 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/688
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.2...v0.22.3
- Python
Published by github-actions[bot] 11 months ago
uagents - v0.22.2
What's Changed
- fix(core): uagent-core send message util bug by @qati in https://github.com/fetchai/uAgents/pull/674
- chore(core): bump version of uagents-core to 0.2.2 by @qati in https://github.com/fetchai/uAgents/pull/675
- fix(integration): ai-engine uagents.models import by @Archento in https://github.com/fetchai/uAgents/pull/676
- fix(core): response not assigned error by @Archento in https://github.com/fetchai/uAgents/pull/680
- feat(core): metadata support in registerinalmanac method by @zmezei in https://github.com/fetchai/uAgents/pull/681
- feat(core): add response text to error logs by @jrriehl in https://github.com/fetchai/uAgents/pull/682
- chore(core): bump uagents-core version to 0.2.3 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/683
- fix(core): reply validation by @jrriehl in https://github.com/fetchai/uAgents/pull/684
- chore(core): bump version to 0.22.2 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/686
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.1...v0.22.2
- Python
Published by github-actions[bot] 11 months ago
uagents - core@0.2.3
What's Changed
- fix(integration): ai-engine uagents.models import by @Archento in https://github.com/fetchai/uAgents/pull/676
- fix(core): response not assigned error by @Archento in https://github.com/fetchai/uAgents/pull/680
- feat(core): metadata support in registerinalmanac method by @zmezei in https://github.com/fetchai/uAgents/pull/681
- feat(core): add response text to error logs by @jrriehl in https://github.com/fetchai/uAgents/pull/682
- chore(core): bump uagents-core version to 0.2.3 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/683
Full Changelog: https://github.com/fetchai/uAgents/compare/core@0.2.2...core@0.2.3
- Python
Published by github-actions[bot] 11 months ago
uagents - core@0.2.2
What's Changed
- fix(core): uagent-core send message util bug by @qati in https://github.com/fetchai/uAgents/pull/674
- chore(core): bump version of uagents-core to 0.2.2 by @qati in https://github.com/fetchai/uAgents/pull/675
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.1...core@0.2.2
- Python
Published by github-actions[bot] 11 months ago
uagents - v0.22.1
What's Changed
- chore(integration): update uagents version in uagents-ai-engine by @jrriehl in https://github.com/fetchai/uAgents/pull/667
- chore(core): add init files to contrib module by @jrriehl in https://github.com/fetchai/uAgents/pull/669
- chore(core): bump version to 0.2.1 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/670
- feat(core): sendandreceive allow multiple response types by @Archento in https://github.com/fetchai/uAgents/pull/671
- chore(core): bump version to 0.22.1 for release by @Archento in https://github.com/fetchai/uAgents/pull/672
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.0...v0.22.1
- Python
Published by github-actions[bot] 11 months ago
uagents - core@0.2.1
What's Changed
- chore(integration): update uagents version in uagents-ai-engine by @jrriehl in https://github.com/fetchai/uAgents/pull/667
- chore(core): add init files to contrib module by @jrriehl in https://github.com/fetchai/uAgents/pull/669
- chore(core): bump version to 0.2.1 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/670
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.22.0...core@0.2.1
- Python
Published by github-actions[bot] 11 months ago
uagents - v0.22.0
What's Changed
- chore(integration): bump versions for uagents-ai-engine release by @jrriehl in https://github.com/fetchai/uAgents/pull/657
- fix(core): isvalidreply should return True by default by @jrriehl in https://github.com/fetchai/uAgents/pull/658
- refactor(core): import from uagents-core by @jrriehl in https://github.com/fetchai/uAgents/pull/613
- feat(core): add agent chat protocol by @jrriehl in https://github.com/fetchai/uAgents/pull/659
- feat(core): add agent subscription protocol spec by @Archento in https://github.com/fetchai/uAgents/pull/661
- chore(core): bump version to 0.2.0 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/660
- fix(core): update release script by @jrriehl in https://github.com/fetchai/uAgents/pull/663
- chore(core): bump version to 0.22.0 for release by @Archento in https://github.com/fetchai/uAgents/pull/665
- chore(core): update uagents-core dependency and release by @jrriehl in https://github.com/fetchai/uAgents/pull/666
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.21.0...v0.22.0
- Python
Published by github-actions[bot] 11 months ago
uagents - core@0.2.0
What's Changed
- chore(integration): bump versions for uagents-ai-engine release by @jrriehl in https://github.com/fetchai/uAgents/pull/657
- fix(core): isvalidreply should return True by default by @jrriehl in https://github.com/fetchai/uAgents/pull/658
- refactor(core): import from uagents-core by @jrriehl in https://github.com/fetchai/uAgents/pull/613
- feat(core): add agent chat protocol by @jrriehl in https://github.com/fetchai/uAgents/pull/659
- feat(core): add agent subscription protocol spec by @Archento in https://github.com/fetchai/uAgents/pull/661
- chore(core): bump version to 0.2.0 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/660
- fix(core): update release script by @jrriehl in https://github.com/fetchai/uAgents/pull/663
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.21.0...core@0.2.0
- Python
Published by github-actions[bot] 11 months ago
uagents - v0.21.0
New Features
- feat(core): add send and receive function by @jrriehl in https://github.com/fetchai/uAgents/pull/639
- feat(core): add protocol specification by @jrriehl in https://github.com/fetchai/uAgents/pull/646
- feat(core): add python3.13 compatibility and code coverage checks by @Archento in https://github.com/fetchai/uAgents/pull/651
- feat(core): aname v2.3.0 support by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/628
- feat(core): add message history storage by @jrriehl in https://github.com/fetchai/uAgents/pull/648
Fixes
- fix(core): run startup tasks in the background by @jrriehl in https://github.com/fetchai/uAgents/pull/643
- fix(core): do not check replies when destination is not message sender by @jrriehl in https://github.com/fetchai/uAgents/pull/642
Other
- chore(integration): bump ai-engine version by @qati in https://github.com/fetchai/uAgents/pull/640
- chore(core): less restrictive pydantic version constraint by @jrriehl in https://github.com/fetchai/uAgents/pull/644
- chore(core): bump version of uagents-core to 0.1.3 by @jrriehl in https://github.com/fetchai/uAgents/pull/645
- refactor(example): remove examples from this repo (moved to new repo) by @5A11 in https://github.com/fetchai/uAgents/pull/565
- feat(core): add back fetch-ai-engine by @qati in https://github.com/fetchai/uAgents/pull/649
- style(core): update python reference implementation with builtin annotations by @Archento in https://github.com/fetchai/uAgents/pull/650
- chore(core): update fetchai-babble version by @jrriehl in https://github.com/fetchai/uAgents/pull/652
- chore(core): update fetchai-babble by @jrriehl in https://github.com/fetchai/uAgents/pull/653
- chore(core): bump version to 0.21.0 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/656
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.20.1...v0.21.0
- Python
Published by github-actions[bot] 12 months ago
uagents - core@0.1.3
What's Changed
- chore(integration): bump ai-engine version by @qati in https://github.com/fetchai/uAgents/pull/640
- feat(core): add send and receive function by @jrriehl in https://github.com/fetchai/uAgents/pull/639
- chore(core): less restrictive pydantic version constraint by @jrriehl in https://github.com/fetchai/uAgents/pull/644
- chore(core): bump version of uagents-core to 0.1.3 by @jrriehl in https://github.com/fetchai/uAgents/pull/645
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.20.1...core@0.1.3
- Python
Published by github-actions[bot] 12 months ago
uagents - v0.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
- Python
Published by github-actions[bot] about 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] about 1 year ago
uagents - core@0.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/core@0.1.1...core@0.1.2
- Python
Published by github-actions[bot] about 1 year ago
uagents - core@0.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...core@0.1.1
- Python
Published by github-actions[bot] about 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] about 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] about 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] about 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.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 pullrequesttemplate.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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.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
IntEnuminstead of inheritingintandEnumby @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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.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
- Python
Published by github-actions[bot] over 1 year ago
uagents - v0.12.2
What's Changed
- fix(core): check for agents on bureau init by @jrriehl in https://github.com/fetchai/uAgents/pull/382
- chore(core): bump version to 0.12.2 by @jrriehl in https://github.com/fetchai/uAgents/pull/383
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.12.1...v0.12.2
- Python
Published by github-actions[bot] almost 2 years ago
uagents - v0.12.1
What's Changed
- fix(core): context session management by @Archento in https://github.com/fetchai/uAgents/pull/377
- chore(core): bump version to 0.12.1 by @jrriehl in https://github.com/fetchai/uAgents/pull/378
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.12.0...v0.12.1
- Python
Published by github-actions[bot] almost 2 years ago
uagents - v0.12.0
What's Changed
Context
The Context class has been significantly refactored to achieve a more logical grouping of objects, including them only where they are needed and removing them where they are not. We also introduced a new Context interface class that should provide you with a distraction free overview of what the Context has to offer.
The refactoring results in slimmer contexts throughout the framework but also incurs some breaking changes:
Some known
Contextmethods were relocated to theuagents.communicationmodule including:Context.send_raw_exchange_envelope(...)which is now replaced byCommunication.send_exchange_envelope(...)and slightly altered to accept envelopes and a list of endpointsContext.send_sync_message(...)is moved touagents.communicationas well and provides a practical usage example of the above method
ctx.name,ctx.identifierandctx.addressare moved toctx.agent(seeuagents.agent.AgentRepresentation)ctx.walletwas removed from theContext: useagent.walletinsteadctx.send()andctx.send_raw()no longer handle the actual http requests of sending the message, but only put the envelope in a queue which is constantly processed by theDispenser(seeuagents.communication)ctx.experimental_broadcasthas been renamed toctx.broadcast
Envelope
The schema_digest field has had the protocol alias removed.
Storage
Storage has been unified with an interface class (StorageAPI) to prepare easier integration with other storage methods like ORM or DB adapters.
Dialogues
The experimental Dialogue class uagents.experimental.dialogues.Dialogue has also been updated in a few ways. Most notably:
- instantiation now only needs the name of the dialogue everything else was made optional
- the
dialogue.storageproperty accepts the newStorageAPIcompatible instances so to use the agents existing storage writestorage=agent.storage, leaving it empty creates a new .json file for the dialogue - dialogues are specifically started with the
dialogue.start_dialogue()method - a new
dialogue.cleanup_intervalproperty together with the existingdialogue.timeoutproperty will give you more control over storage management
Commits
- feat(integration): Block time agents by @qati in https://github.com/fetchai/uAgents/pull/352
- initial submission by @chakka-guna-sekhar-venkata-chennaiah in https://github.com/fetchai/uAgents/pull/300
- feat(integration): Google tools integration by @abhifetch in https://github.com/fetchai/uAgents/pull/303
- PICT - Mitochondria by @BhavyamSanghavi in https://github.com/fetchai/uAgents/pull/358
- PICT- uAgent Alchemists by @Prem07a in https://github.com/fetchai/uAgents/pull/351
- Added Integrated MakeTrip Project by @ParasY1724 in https://github.com/fetchai/uAgents/pull/355
- Update README.md by @devrajshetake in https://github.com/fetchai/uAgents/pull/346
- PICT Tech Wizards by @FireFeast7 in https://github.com/fetchai/uAgents/pull/356
- feat(core): generalise dialogue storage solution by @Archento in https://github.com/fetchai/uAgents/pull/367
- refactor(core): context stage 2 by @Archento in https://github.com/fetchai/uAgents/pull/363
- refactor(core): dialogue cleanup task handling by @Archento in https://github.com/fetchai/uAgents/pull/370
- feat(core): add persistent dialogue sessions by @Archento in https://github.com/fetchai/uAgents/pull/371
- chore(example): fix agent examples for new context by @Archento in https://github.com/fetchai/uAgents/pull/373
- chore(core): bump version to 0.12.0 by @jrriehl in https://github.com/fetchai/uAgents/pull/372
New Contributors
- @chakka-guna-sekhar-venkata-chennaiah made their first contribution in https://github.com/fetchai/uAgents/pull/300
- @BhavyamSanghavi made their first contribution in https://github.com/fetchai/uAgents/pull/358
- @Prem07a made their first contribution in https://github.com/fetchai/uAgents/pull/351
- @ParasY1724 made their first contribution in https://github.com/fetchai/uAgents/pull/355
- @devrajshetake made their first contribution in https://github.com/fetchai/uAgents/pull/346
- @FireFeast7 made their first contribution in https://github.com/fetchai/uAgents/pull/356
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.11.1...v0.12.0
- Python
Published by github-actions[bot] almost 2 years ago
uagents - v0.11.1
What's Changed
- chore: improve consistency of project classifications in integrations/ by @devjsc in https://github.com/fetchai/uAgents/pull/257
- add multi-agent adapter to integrations by @zmezei in https://github.com/fetchai/uAgents/pull/255
- add-infura-gas-price-into-integrations by @pratrivedi in https://github.com/fetchai/uAgents/pull/238
- feat: add-rainforest-product-integration by @pratrivedi in https://github.com/fetchai/uAgents/pull/243
- feat: add tavily search integration by @pratrivedi in https://github.com/fetchai/uAgents/pull/242
- feat: add chat with pdf integration by @pratrivedi in https://github.com/fetchai/uAgents/pull/244
- feat: add invoice data retrieval by @pratrivedi in https://github.com/fetchai/uAgents/pull/247
- add chef service integration by @pratrivedi in https://github.com/fetchai/uAgents/pull/246
- Update project.json by @mariamina in https://github.com/fetchai/uAgents/pull/287
- feat: add ai web scraper by @gautamgambhir97 in https://github.com/fetchai/uAgents/pull/266
- Wikipedia summary integration by @devjsc in https://github.com/fetchai/uAgents/pull/267
- integration: add code navigator by @jrriehl in https://github.com/fetchai/uAgents/pull/268
- integration: dynamic database connector and query builder by @Archento in https://github.com/fetchai/uAgents/pull/271
- Update README.md by @mariamina in https://github.com/fetchai/uAgents/pull/286
- fix: remove extra space from folder's name by @pratrivedi in https://github.com/fetchai/uAgents/pull/283
- feat: allow setting log level in agents by @jrriehl in https://github.com/fetchai/uAgents/pull/289
- ci(core): add PR title linting to GH ci by @Archento in https://github.com/fetchai/uAgents/pull/290
- Implement the GitHub PR Review AI Assistant by @cmaliwal in https://github.com/fetchai/uAgents/pull/262
- Notion Duplicate Feedback Checker RAG by @zmezei in https://github.com/fetchai/uAgents/pull/264
- Add top-5-priority-emails-agent project files by @NindoK in https://github.com/fetchai/uAgents/pull/269
- Elderly Assistant Agent by @mjdev-1 in https://github.com/fetchai/uAgents/pull/280
- feat: added integration for finding a job of description given by @Shanugoyanka in https://github.com/fetchai/uAgents/pull/281
- Web Summarizer Integration by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/282
- feat(integration): Adding AI Language translator Agent by @abhifetch in https://github.com/fetchai/uAgents/pull/285
- ci(core): add auth token to ci by @Archento in https://github.com/fetchai/uAgents/pull/291
- wordapiagentxcognizanceteamcodex by @gitone912 in https://github.com/fetchai/uAgents/pull/278
- Agentx- TravelAgent-TombaAPI by @shukabum in https://github.com/fetchai/uAgents/pull/276
- agentx hackthon done by @Sar2580P in https://github.com/fetchai/uAgents/pull/272
- Megalo (with intergration of APIMedic) - AgentX by @rajatbalyan in https://github.com/fetchai/uAgents/pull/274
- Video agent: article, short summary and QA about youtube videos by @qati in https://github.com/fetchai/uAgents/pull/270
- Integration/seo agent by @Dacksus in https://github.com/fetchai/uAgents/pull/284
- fix(integration): Rename Translator-Agent.mdx to README.md by @abhifetch in https://github.com/fetchai/uAgents/pull/296
- feat(integration): AI-Engine: Add dialogue support by @qati in https://github.com/fetchai/uAgents/pull/297
- fix(integration): ai-engine package datetime issue for py 3.10 by @qati in https://github.com/fetchai/uAgents/pull/307
- feat(core): add default state support to dialogues by @Archento in https://github.com/fetchai/uAgents/pull/304
- feat(core): add capability to define default behaviour to dialogue edges by @Archento in https://github.com/fetchai/uAgents/pull/306
- ci(core): upgrade CI actions versions by @Archento in https://github.com/fetchai/uAgents/pull/308
- feat(integration): AI Engine: Extend target in dialogue metadata by @qati in https://github.com/fetchai/uAgents/pull/311
- feat(core): add capability to define persistent functionality to a dialogue edge by @Archento in https://github.com/fetchai/uAgents/pull/310
- feat(core,example): better support for sending synchronous messages by @jrriehl in https://github.com/fetchai/uAgents/pull/312
- Mars Trip Planning Agent using UAgents by @Rushikesh-24 in https://github.com/fetchai/uAgents/pull/326
- New Integration for Marketing Assistant (SI.TRON Team) by @manas842 in https://github.com/fetchai/uAgents/pull/329
- adding YoutubeContentAgent to integrations by @AleenDhar in https://github.com/fetchai/uAgents/pull/302
- Mach07 - REAL-TIME STOCK PRICE & ANALYSIS by @travis2319 in https://github.com/fetchai/uAgents/pull/338
- feat(integration): dallE Image generation Agent Integration by @abhifetch in https://github.com/fetchai/uAgents/pull/279
- feat(integration): caption matching by @kriishukla in https://github.com/fetchai/uAgents/pull/292
- feat(integration): multilingual-agent by @lem0n4id in https://github.com/fetchai/uAgents/pull/294
- feat(integration): Adding Business Analysis Integration by @abhifetch in https://github.com/fetchai/uAgents/pull/295
- refactor(core): dialogue logic restructure by @Archento in https://github.com/fetchai/uAgents/pull/345
- chore(core): bump version to 0.11.1 and fix release script by @jrriehl in https://github.com/fetchai/uAgents/pull/347
New Contributors
- @mariamina made their first contribution in https://github.com/fetchai/uAgents/pull/287
- @cmaliwal made their first contribution in https://github.com/fetchai/uAgents/pull/262
- @NindoK made their first contribution in https://github.com/fetchai/uAgents/pull/269
- @mjdev-1 made their first contribution in https://github.com/fetchai/uAgents/pull/280
- @Shanugoyanka made their first contribution in https://github.com/fetchai/uAgents/pull/281
- @abhifetch made their first contribution in https://github.com/fetchai/uAgents/pull/285
- @gitone912 made their first contribution in https://github.com/fetchai/uAgents/pull/278
- @shukabum made their first contribution in https://github.com/fetchai/uAgents/pull/276
- @Sar2580P made their first contribution in https://github.com/fetchai/uAgents/pull/272
- @rajatbalyan made their first contribution in https://github.com/fetchai/uAgents/pull/274
- @Dacksus made their first contribution in https://github.com/fetchai/uAgents/pull/284
- @Rushikesh-24 made their first contribution in https://github.com/fetchai/uAgents/pull/326
- @manas842 made their first contribution in https://github.com/fetchai/uAgents/pull/329
- @AleenDhar made their first contribution in https://github.com/fetchai/uAgents/pull/302
- @travis2319 made their first contribution in https://github.com/fetchai/uAgents/pull/338
- @kriishukla made their first contribution in https://github.com/fetchai/uAgents/pull/292
- @lem0n4id made their first contribution in https://github.com/fetchai/uAgents/pull/294
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.11.0...v0.11.1
- Python
Published by github-actions[bot] almost 2 years ago
uagents - v0.11.0
New Features
- feat: add stateful communication in experimental module by @Archento in https://github.com/fetchai/uAgents/pull/186
- chore: rename broadcast method by @Archento in https://github.com/fetchai/uAgents/pull/250
Examples
- feat: add agent proxy example by @Archento in https://github.com/fetchai/uAgents/pull/229
Integrations
- Add a json files for integrations by @gautamgambhir97 in https://github.com/fetchai/uAgents/pull/220
- add langchain RAG agent to integrations by @zmezei in https://github.com/fetchai/uAgents/pull/225
- Add business finder integration by @dpdrabla in https://github.com/fetchai/uAgents/pull/224
- Feat: London Transport Integration by @dpdrabla in https://github.com/fetchai/uAgents/pull/226
- Live flight data integration by @dpdrabla in https://github.com/fetchai/uAgents/pull/227
- Feat: Live scores integration and Gemini AI integration by @dpdrabla in https://github.com/fetchai/uAgents/pull/228
- Feat/add hf text to image integration by @pratrivedi in https://github.com/fetchai/uAgents/pull/236
- add-pdf-summarization-into-integrations by @pratrivedi in https://github.com/fetchai/uAgents/pull/237
- Feat/add mobility agents on mobility integrations by @pratrivedi in https://github.com/fetchai/uAgents/pull/235
- chore: adding CONTRIBUTING for integrations and removing DS_Store by @devjsc in https://github.com/fetchai/uAgents/pull/231
- Adding mobility integrations by @devjsc in https://github.com/fetchai/uAgents/pull/239
- Fixing json of integrations by @devjsc in https://github.com/fetchai/uAgents/pull/240
- Adding Infura agent by @devjsc in https://github.com/fetchai/uAgents/pull/241
Other
- fix: workaround to alwaystrigger matrix ci checks by @lrahmani in https://github.com/fetchai/uAgents/pull/233
- docs: fix installation instructions by @Archento in https://github.com/fetchai/uAgents/pull/248
- chore: restructure linting & formatting by @Archento in https://github.com/fetchai/uAgents/pull/252
- chore: bump version to 0.11.0 for release by @jrriehl in https://github.com/fetchai/uAgents/pull/254
New Contributors
- @gautamgambhir97 made their first contribution in https://github.com/fetchai/uAgents/pull/220
- @zmezei made their first contribution in https://github.com/fetchai/uAgents/pull/225
- @dpdrabla made their first contribution in https://github.com/fetchai/uAgents/pull/224
- @pratrivedi made their first contribution in https://github.com/fetchai/uAgents/pull/236
- @devjsc made their first contribution in https://github.com/fetchai/uAgents/pull/231
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.10.0...v0.11.0
- Python
Published by github-actions[bot] almost 2 years ago
uagents - v0.10.0
New features
- feat: updates to match aname contract-V2 by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/215
Fixes and other
- fix(ci): dynamic path filtering by @lrahmani in https://github.com/fetchai/uAgents/pull/216
- chore: update workflow link in README by @jrriehl in https://github.com/fetchai/uAgents/pull/218
- docs: update README.md by @jrriehl in https://github.com/fetchai/uAgents/pull/219
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.9.3...v0.10.0
- Python
Published by github-actions[bot] about 2 years ago
uagents - v0.9.0
New features:
- feat: update README links to new docs by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/200
- refactor: to make exchange adapter by @ejfitzgerald in https://github.com/fetchai/uAgents/pull/199
- feat: add wallet messaging by @jrriehl in https://github.com/fetchai/uAgents/pull/53
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.8.1...v0.9.0
- Python
Published by github-actions[bot] about 2 years ago
uagents - v0.8.0
New features
- feat: readiness probe by @jrriehl in https://github.com/fetchai/uAgents/pull/194
- feat: automate faucet claims for test agents by @jrriehl in https://github.com/fetchai/uAgents/pull/197
Fixes
- fix: remove verify-tag flag from create release cmd by @jrriehl in https://github.com/fetchai/uAgents/pull/187
- fix: parse user addresses by @jrriehl in https://github.com/fetchai/uAgents/pull/195
- fix: mailbox config by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/189
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.7.0...v0.8.0
- Python
Published by github-actions[bot] over 2 years ago
uagents - v0.7.0
New features
- feat: update resolvers to try multiple endpoints by @jrriehl in https://github.com/fetchai/uAgents/pull/150
- add broadcast by protocol example by @Archento in https://github.com/fetchai/uAgents/pull/165
- fix: improve request header parsing by @jrriehl in https://github.com/fetchai/uAgents/pull/166
- feat: use dynamic path filtering for github ci by @lrahmani in https://github.com/fetchai/uAgents/pull/167
- feat: add default error handler by @jrriehl in https://github.com/fetchai/uAgents/pull/176
- feat: update agent addresses by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/173
FIxes
- fix: use weighted random sampling without replacement by @jrriehl in https://github.com/fetchai/uAgents/pull/169
- docs: fixed broken examples link by @bgoober in https://github.com/fetchai/uAgents/pull/180
- fix(ai-engine): Import BookingRequest by @qati in https://github.com/fetchai/uAgents/pull/181
- fix: agent identifier by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/184
Integrations
- openai whisper model integration by @abhi141 in https://github.com/fetchai/uAgents/pull/160
- T5 Base Model Integration by @PrajnaSaikia in https://github.com/fetchai/uAgents/pull/162
- BERT Integration! by @sangramsam in https://github.com/fetchai/uAgents/pull/168
- feat: Add booking request type to ai-engine integration by @qati in https://github.com/fetchai/uAgents/pull/178
New Contributors
- @lrahmani made their first contribution in https://github.com/fetchai/uAgents/pull/167
- @abhi141 made their first contribution in https://github.com/fetchai/uAgents/pull/160
- @bgoober made their first contribution in https://github.com/fetchai/uAgents/pull/180
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.6.2...v0.7.0
- Python
Published by github-actions[bot] over 2 years ago
uagents - v0.6.2
Fixes
- fix: make http headers case insensitive by @jrriehl in https://github.com/fetchai/uAgents/pull/163
Integrations
- feat: finbert integration with uagents by @sangramsam in https://github.com/fetchai/uAgents/pull/151
- Integrating BLIP Image Captioning model with UAgents by @gaurav19908 in https://github.com/fetchai/uAgents/pull/144
New Contributors
- @sangramsam made their first contribution in https://github.com/fetchai/uAgents/pull/151
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.6.1...v0.6.2
- Python
Published by github-actions[bot] over 2 years ago
uagents - v0.6.1
New Features
- feat: AI Engine types by @qati in https://github.com/fetchai/uAgents/pull/155
Fixes
- fix: Change package name by @qati in https://github.com/fetchai/uAgents/pull/156
- fix: remove docstring that changed all model digests by @jrriehl in https://github.com/fetchai/uAgents/pull/157
New Contributors
- @qati made their first contribution in https://github.com/fetchai/uAgents/pull/155
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.6.0...v0.6.1
- Python
Published by github-actions[bot] over 2 years ago
uagents - v0.6.0
New features
- feat: publish protocol manifest to agentverse by @jrriehl in https://github.com/fetchai/uAgents/pull/109
- feat: new almanac and name service registration flow by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/114
- feat: add broadcast to agents via protocol by @Archento in https://github.com/fetchai/uAgents/pull/116
- feat: better exception handling by @jrriehl in https://github.com/fetchai/uAgents/pull/133
- feat: api docs automation by @Alejandro-Morales in https://github.com/fetchai/uAgents/pull/131
- feat: update permissions query for name service contract by @jrriehl in https://github.com/fetchai/uAgents/pull/143
- feat: add release automation by @jrriehl in https://github.com/fetchai/uAgents/pull/141
- feat: report validation errors back to sender by @jrriehl in https://github.com/fetchai/uAgents/pull/147
Fixes
- fix: registration exceptions and retries by @jrriehl in https://github.com/fetchai/uAgents/pull/128
- fix: add new session id to envelope if not already present in context by @jrriehl in https://github.com/fetchai/uAgents/pull/145
Integrations
- feat: restructure repository and add integrations by @jrriehl in https://github.com/fetchai/uAgents/pull/126
- feat: Add EV charger and car parking agents by @coderlktripathi in https://github.com/fetchai/uAgents/pull/132
- Integrating Stable Diffusion v1-4 with UAgents by @PrajnaSaikia in https://github.com/fetchai/uAgents/pull/139
- Integrating DistilGPT-2 into UAgent Ecosystem by @gaurav19908 in https://github.com/fetchai/uAgents/pull/130
Docs
- Update README.md by @rishankjhavar in https://github.com/fetchai/uAgents/pull/127
- docs: add missing docstrings and other updates by @jrriehl in https://github.com/fetchai/uAgents/pull/140
Dependencies
- deps: bump cosmpy to 0.9.1 by @jrriehl in https://github.com/fetchai/uAgents/pull/121
New Contributors
- @coderlktripathi made their first contribution in https://github.com/fetchai/uAgents/pull/132
- @gaurav19908 made their first contribution in https://github.com/fetchai/uAgents/pull/130
- @rishankjhavar made their first contribution in https://github.com/fetchai/uAgents/pull/127
- @PrajnaSaikia made their first contribution in https://github.com/fetchai/uAgents/pull/139
Full Changelog: https://github.com/fetchai/uAgents/compare/v0.5.1...v0.6.0
- Python
Published by github-actions[bot] over 2 years ago
uagents - v0.2.0
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
- Python
Published by jrriehl about 3 years ago