Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 691 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 691 Bytes

Agent Playground

A collection of interactive examples demonstrating core agent capabilities.

Running the Examples

# Install dependencies
npm install

# Start the development server
npm start

Visit localhost:5173 to explore the examples.

Examples

State Synchronization

Demonstrates real-time state synchronization across multiple clients:

  • Counter with shared state
  • Text input synchronization
  • Color picker with live updates
  • Multi-window synchronization

Temporal Patterns

Shows how agents can schedule and manage tasks over time:

  • Immediate actions (10-second intervals)
  • Daily scheduled tasks
  • Cron-based scheduling
  • Future date scheduling