uAgents
uAgents copied to clipboard
A fast and lightweight framework for creating decentralized agents with ease.
Literary illustrator bot Done by CTRL_Pix-A-Thon
Team InCapables - added text to images in the integration folder
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.
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...
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 - [...
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...