Feature request: ORCH integration — use Composio tool registry from within CLI-orchestrated agent teams #2944
Alex (oxgeneral)
started this conversation in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey Composio community 👋
Feature request / integration idea: I've been building ORCH (https://github.com/oxgeneral/ORCH) — a TypeScript CLI runtime for coordinating teams of AI agents — and Composio seems like a natural tool registry layer to integrate.
Current setup with ORCH:
todo → in_progress → review → donewith mandatory review gatesWhere Composio fits:
Right now, each agent in ORCH relies on its native tool access. But Composio's standardized tool integrations (GitHub, Linear, Slack, 200+ more) would let agents share a consistent tool layer rather than each implementing their own integrations.
What I'd want from an ORCH × Composio integration:
orch agent add "pm-agent" --tools composio:linear,composio:githubTechnical path: ORCH already has an adapter system (
src/infrastructure/adapters/) for different AI providers. Acomposioadapter could inject tool credentials as environment variables when spawning agent processes.Is there an official integration pattern for tools like ORCH that spawn external agent processes? Or would the right approach be using Composio's Node.js SDK inside the adapter?
GitHub: https://github.com/oxgeneral/ORCH
All reactions