Everything You Need to Build
Autonomous Systems
A comprehensive toolkit engineered for reliability, safety, and modern TypeScript workflows.
Zod Tool Registry
Define tools with Zod schemas. Function arguments are strictly validated before execution with auto-generated JSON schema definitions.
Concurrent Guardrails
Execute input safety filters in parallel with model requests for zero added latency. Abort malicious prompt injections cleanly.
Multi-Agent Handoffs
Decompose complex agent logic into specialized agents. Control transfers dynamically between triage routers and specialist agents.
Session Memory
Storage-agnostic session managers (MemoryStore) retain conversation turn history across multiple separate Runner.run() calls.
Async Generator Streaming
Stream token text deltas, tool call lifecycle events, and handoff transitions in real time directly to your user interface.
Fluent AgentBuilder
Construct immutable agent configurations using chainable builder methods with strict .build() validation.
Why Kikoyu Agent SDK?
Designed to eliminate complex framework boilerplate without sacrificing flexibility.
| Feature | Kikoyu SDK | Traditional Frameworks |
|---|---|---|
| Type Safety | 100% Strict Zod Inferenced | Partial / Manual Casting |
| Guardrails Overhead | 0ms (Concurrent Parallel) | Sequential (+500ms Latency) |
| Agent Handoffs | Built-in First Class Tool Primitives | Custom Graph Routing Boilerplate |
| API & HTTP Streaming | Native Next.js App Router Package | Manual Adapter Wiring |