Composable infrastructure for LLM and agentic systems.
Agentsy is a pnpm/turborepo monorepo of focused @agentsy/* packages for stream processing, provider integration, orchestration/runtime execution, state and memory systems, and integration surfaces.
This workspace currently contains 24 manifest-backed packages.
- Core stream/transformation primitives:
@agentsy/core,@agentsy/types - Provider adaptation + normalization boundary:
@agentsy/providers,@agentsy/mcp - Orchestration and execution:
@agentsy/orchestrator,@agentsy/runtime,@agentsy/guardrails - Durability and long-horizon state:
@agentsy/session,@agentsy/memory,@agentsy/context,@agentsy/retrieval - Surface and presentation:
@agentsy/renderers,@agentsy/ui,@agentsy/vscode,@agentsy/cli,@agentsy/connectors - Extensibility and harness contracts:
@agentsy/plugins
- Framework-level setup and doctor UX belongs to
@agentsy/cli. - Helper or background agent roles belong to
@agentsy/orchestratorand@agentsy/runtime. - Host-specific integration complexity belongs to
@agentsy/plugins,@agentsy/vscode,@agentsy/mcp, and@agentsy/connectors. @agentsy/contextremains a library package for context shaping primitives rather than an operator-facing product shell.
Important:
@agentsy/providersis currently active and not merged away into@agentsy/core.
pnpm install
pnpm build
pnpm check-types
pnpm testOptional:
pnpm test:coverage
pnpm lint
pnpm format- Docs home
- Getting started
- Package catalog
- Architecture overview
- Roadmap
- Developer docs
- Dogfood implementation plan
- Master implementation plan
The repository now follows plan/DOGFOOD-PLAN.md as the active production sequence for CLI-first delivery. Start there when implementing the next vertical slice.