You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
517 B
14 lines
517 B
# 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.
|
|
|