A collection of interactive examples demonstrating core agent capabilities.
# Install dependencies
npm install
# Start the development server
npm start
Visit 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