This is boilerplate code for a customer feedback analysis agent.
Install the Python dependencies.
pip install -r requirements.txtpython -m feedback_agent.agent.feedback_analysis_agent- Python 3.10+
- autogen
- ollama
- fix-busted-json
In the agent/calculator_agent.py file, there is a minimal example of how to use Autogen to create an agent that can use tools.
Note
Open source LLM's need to support tool calling for this to work. LLama 3.1 and LLama 3.1 Instruct support tool calling.