Skip to content

kqb/AgentOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentOS

Multi-agent orchestration layer for Windsurf IDE over Chrome DevTools Protocol.

AgentOS extends Windsurf's agent loop with programmatic multi-agent coordination. Spawn, route, and supervise multiple agents in a single IDE session via CDP.

Features

  • Multi-agent spawning: launch and manage N agents concurrently
  • CDP-based control: programmatic access to the Cascade panel
  • Skill routing: dispatch tasks to specialist agents by role
  • Memory bank: shared state across agent turns
  • Session recovery: restore agent state after reloads

Requirements

  • Windsurf IDE with remote debugging (--remote-debugging-port=9333)
  • Node.js 18+
  • TypeScript

Quick start

git clone https://github.com/kqb/AgentOS.git
cd AgentOS
npm install
npm run build
npm start

Structure

  • agents/: agent definitions and role specs
  • skills/: pluggable skill modules
  • memory-bank/: persistent context store
  • docs/: architecture and API reference

Related

License

MIT

About

AgentOS is an extended agent orchestration layer that operates within Windsurf IDE. It provides multi-agent coordination capabilities through Chrome DevTools Protocol integration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors