Introduction
What is CloneJutsu?
CloneJutsu is a developer-first toolkit for building, deploying, and scaling agentic interfaces. It comes with guardrails, RAG, security, multi-model support, debugging, and evals built-in—focused on an excellent developer experience.
Key Features
- Agents: Compose Coordinators and Subagents with tools and rules.
- Streaming Chat: NDJSON event stream for iterative responses.
- Security & Rules: Project-scoped tokens and enforceable policies.
- Tooling: Register Python tools with typed arguments and docstrings.
- Observability: Built-in logs and breadcrumbs for debugging.
Architecture Overview
A Coordinator orchestrates work across Subagents, guided by Rules and powered by Tools. Clients interact via REST endpoints and receive streaming updates.