Skip to content

signalrush/orchestrate

Repository files navigation

orchestrate

Thin wrapper over the Claude Agent SDK for coordinating multiple Claude agents.

Install

pip install -e .

Usage

import asyncio
from orchestrate import Auto

async def main():
    auto = Auto()
    result = await auto.remind("Say hello")
    print(result)

asyncio.run(main())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors