I need to create an automation system where my agent have to fetch the code from the legacy codebase and then generate the document and then store tin confluence for the business usecase. i need guidance to implement to this project.
Hi @Hemalathaa
Thanks for reaching out and for using Agno! I’ve looped in the right engineers to help with your question. We usually respond within 48 hours, but if this is urgent, just let us know, and we’ll do our best to prioritize it.
Appreciate your patience—we’ll get back to you soon!
It would be great, If you could respond me swiftly
Hello @Hemalathaa !
This workflow can be achieved with the help of custom tools. I am sharing a gist here with the pseudo code.
The workflow would look like:
+----------------------+
| User/Trigger |
+----------------------+
|
v
+--------------------------------+
| Agent 1: Code Fetcher |
| - Calls Tool to Get Code |
| - Retrieves Legacy Code |
+--------------------------------+
|
v
+--------------------------------+
| Agent 2: Confluence Storer |
| - Generates Documentation |
| - Uploads to Confluence |
+--------------------------------+
|
v
+----------------------+
| Confluence Wiki |
+----------------------+
Please let us know if you have any questions
Thanks a lot yash . How to create custom tools in agno .how to connect company API for this task
Hi @Hemalathaa ,
- To create your own toolkit you can refer to this section in our doc .
- To install and setup agno you can refer to the below links Install & Setup - Agno
Contributing to Agno - Agno
Let us know if you have any issue in the process.