Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 765 Bytes

File metadata and controls

37 lines (24 loc) · 765 Bytes

Agent Playground

A collection of interactive examples demonstrating core agent capabilities.

Running the Examples

Copy .dev.vars.example to .dev.vars and fill in your OpenAI API key.

# 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