A collection of interactive examples demonstrating core agent capabilities.
Copy .dev.vars.example to .dev.vars and fill in your OpenAI API key.
# Install dependencies
npm install
# Start the development server
npm startVisit localhost:5173 to explore the examples.
Demonstrates real-time state synchronization across multiple clients:
- Counter with shared state
- Text input synchronization
- Color picker with live updates
- Multi-window synchronization
Shows how agents can schedule and manage tasks over time:
- Immediate actions (10-second intervals)
- Daily scheduled tasks
- Cron-based scheduling
- Future date scheduling