50 packages
@sisu-ai/adapter-anthropic
Connect Sisu to Anthropic models with first-class tool calling, streaming, and vision input support.
@sisu-ai/adapter-ollama
Connect Sisu to local Ollama models with native tool support and streaming.
@sisu-ai/adapter-openai
Connect Sisu to OpenAI and OpenAI-compatible APIs with tools and streaming support.
@sisu-ai/cli
CLI for discovering Sisu packages, scaffolding maintained starter projects, and running an interactive automation chat.
@sisu-ai/core
Build reliable TypeScript agents with explicit context, composable middleware, and typed tools.
@sisu-ai/discovery
@sisu-ai/mw-agent-run-api
Expose production-ready run endpoints (start, status, stream, cancel) for Sisu agents.
@sisu-ai/mw-context-compressor
Reduce token costs by compressing long conversations while preserving useful recent context.
@sisu-ai/mw-control-flow
Express branching, routing, loops, and graphs in agent pipelines with explicit middleware control flow.
@sisu-ai/mw-conversation-buffer
Keep conversations bounded and relevant with simple, predictable message buffering.
@sisu-ai/mw-cors
Add lightweight CORS handling for Sisu HTTP servers in local and production deployments.
@sisu-ai/mw-error-boundary
Prevent pipeline crashes by catching middleware errors and returning controlled fallbacks.
@sisu-ai/mw-guardrails
Enforce safety and policy constraints early to block unsafe or out-of-scope requests.
@sisu-ai/mw-invariants
Detect protocol-level mistakes early with runtime checks for message and tool-call invariants.
@sisu-ai/mw-orchestration
Orchestrate delegated multi-agent execution with scoped children, explicit traces, and policy hooks.
@sisu-ai/mw-rag
Compose retrieval-augmented generation pipelines by connecting vector retrieval outputs to prompting.
@sisu-ai/mw-react-parser
Run lightweight ReAct-style loops when you want plain-text action parsing and tool execution.
@sisu-ai/mw-register-tools
Register tool sets once and make them consistently available across your middleware pipeline.
@sisu-ai/mw-skills
Load reusable filesystem skills (`SKILL.md`) so agents can discover and apply curated workflows.
@sisu-ai/mw-tool-calling
Legacy compatibility middleware for provider-native tool call loops.
@sisu-ai/mw-trace-viewer
Generate interactive HTML and JSON traces to inspect every model call, tool action, and error.
@sisu-ai/mw-usage-tracker
Measure token usage and estimated cost across your pipeline with minimal setup.
@sisu-ai/protocol
Shared desktop runtime protocol contracts for TypeScript and generated client models.
@sisu-ai/rag-core
Reusable backend-agnostic RAG mechanics for Sisu.
@sisu-ai/runtime-desktop
Desktop runtime for Sisu apps.