Doubt regarding the triggering of agent actions #3
Replies: 3 comments
-
Hi @govardhan-06 , Thanks for reaching out with your query here. uAgents library has different decorators which you can use to trigger any action from agent's side.
If you need more info on these please refer below docs: In case you need more support on this or have any further queries, feel free to carry this discussion forward. If you have query related to a different topic, I will suggest to create a new discussion. |
Beta Was this translation helpful? Give feedback.
-
Query has been answered, feel free to open the discussion in case you have any further doubts on triggering agents. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Thanks for the discussion. In the near future, we plan to release support for native REST endpoints for agents, where you will be able to query and trigger agent events just as you described. There is already a draft pull request for this feature, that we are in the process of fleshing out: fetchai/uAgents#357. |
Beta Was this translation helpful? Give feedback.
-
Can we trigger agent actions like sending message and payment request through FastAPI routes. By that I mean, when a particular route is hit, it must trigger a particular agent action like sending message.
Beta Was this translation helpful? Give feedback.
All reactions