Skip to main content
Kimitsu Mark
KIMITSU

Declarative agentic
pipeline orchestration

Tools are pure functions. Agents are stateful processes. The pipeline is a declaration. Every boundary is an HTTP contract.

$curl -fsSL https://kimitsu.ai/install.sh | sh

macOS and Linux — Windows users: use WSL


┌─────────────────────────────────────────────────────────────┐
│                    Internal Network                         │
│                                                             │
│  ┌──────────────┐    ┌──────────────┐                       │
│  │ Orchestrator │───▶│ Agent Runtime│                       │
│  │  zero LLM    │◀───│  worker pool │                       │
│  │  calls       │    │  MCP client  │                       │
│  └──────┬───────┘    └──────┬───────┘                       │
│         │                   │                               │
│         │            ┌──────▼───────┐                       │
│         └───────────▶│ LLM Gateway  │──▶ internet           │
│                      │  sole egress │                       │
│                      └──────────────┘                       │
│                                                             │
└─────────────────────────────────────────────────────────────┘
         │
         │ MCP (HTTP/SSE)
         ▼
┌─────────────────────────────────────────────────────────────┐
│  User-Provided Tool Servers  (operator-managed)             │
└─────────────────────────────────────────────────────────────┘