- Step1: Clone the repository: git clone https://github.com/mstrYoda/llm-agents-example.git
- Step2: Install dependencies: pip install -r requirements.txt
- Step3: Configure API keys for OpenAI, WolframAlpha, and SerpAPI in .env
- Step4: Run example agents: python chat_agent.py or python tool_agent.py
- Step5: Explore code in examples/ to see tool registration, retrievers, and memory usage
- Step6: Customize by adding new tools, adjusting prompt templates, or connecting to different vector stores