# Single Agent Demos This directory contains demonstration examples of single agent implementations for specific use cases. ## Examples - [insurance_agent.py](insurance_agent.py) - Insurance processing agent - [persistent_legal_agent.py](persistent_legal_agent.py) - Legal document processing agent with persistence ## Overview These demos showcase single agent implementations for domain-specific tasks, demonstrating how to configure and use agents for real-world applications in insurance and legal domains.