*A Beginner’s Guide on Building a Report Generation Agent 📝🤖
This is a great introductory tutorial on the set of tools you need to plug into a ReAct agent in order to build a report generator:
- A RAG tool over an existing corpus of guideline documents
- A web search tool to look up information from a web page
- A report generation tool that can take markdown formatted text and generate a PDF…*