uAgents icon indicating copy to clipboard operation
uAgents copied to clipboard

A fast and lightweight framework for creating decentralized agents with ease.

Results 83 uAgents issues
Sort by recently updated
recently updated
newest added
trafficstars

Literary illustrator bot Done by CTRL_Pix-A-Thon

integration
changes requested

Team InCapables - added text to images in the integration folder

integration
changes requested

integration
changes requested

Revisit wallet message handlers, in particular, whether we want to allow multiple handlers for messages, overwrite them, or discriminate based on the messages in some way.

p-low
c-chore

Initially the `interval_handlers` of a protocol were meant to be put in the manifest since there is some form of validation going on during sending of a message and that...

s-blocked

It would be better to add methods to allow easier storage and access of model types to avoid having to do things like this: ```python tables = {int(num): TableStatus(**status) for...

- [ ] add Readme.md to all examples, explaining the core thing to be learned and describing other preconditions / workflow of the example if necessary / appropriate - [...

a-documentation

Created one agent and hosted on VM. Agent is responsible for Payment transaction, request for payment and verify Transaction hash. Using uagents.network module in agent. Getting below error frequently, not...

Based on feedback from the community and the opened discussion #249. Adds conditional functionality to agents callbacks by providing the following capabilities without breaking backwards compatibility: - add agent interface...

enhancement