Examples
The repository includes a small multi-agent example setup.Main example
examples/main.py registers two agents in a single AgentPool:
restaurantdental
Restaurant agent
The restaurant example shows an agent that can:- check reservation availability
- create a reservation request
- summarize menu highlights
Dental agent
The dental example shows an agent that can:- schedule a cleaning
- explain pre-visit instructions
- share office hours
