Multi-Agent Orchestration
Deploy autonomous AI agents that collaborate on complex tasks. 5 semantic verbs for precise workflow control.
agent, exec, fetch, invoke, infer
minimal, default, debug, full
skills, agents, prompts, schemas...
MIT licensed, forever free
From single-agent tasks to complex multi-model pipelines. Production-ready from day one.
Deploy autonomous AI agents that collaborate on complex tasks. 5 semantic verbs for precise workflow control.
Define entire AI pipelines in readable YAML. Git-friendly, portable, and ready to share.
Switch between Claude, GPT-4, Gemini, or Ollama with one line. Mix providers freely.
Deterministic execution with auto-parallelization. Fan-out/fan-in patterns built-in.
Revolutionary context control across DAG position, transcript history, and state exposure.
Beautiful TUI with real-time streaming and progress tracking. Built in Rust for speed.
Three simple steps to automate any AI workflow
Write your agentic workflow in YAML. Define agents, tools, and how data flows between tasks.
# Define agents and their capabilities
agent:
model: claude-sonnet-4-5
tools: [Read, Write, Grep]
tasks:
- id: analyze
agent:
prompt: "Analyze this codebase"Execute your workflow with a single CLI command. Real-time streaming, progress tracking, and beautiful output.
$ nika run workflow.nika.yaml
◉ Running workflow: code-review
├─ ◎ analyze [minimal] ............ ✓
├─ ◈ review [default] ............ ●
└─ ◎ report [minimal] ............ ○
[████████████░░░░░░░░] 60% | ETA: 12sEvery workflow produces structured, typed outputs. JSON, Markdown, or custom schemas. Ready for automation.
# Output stored in DataStore
{
"analyze": {
"issues": 3,
"suggestions": [...],
"severity": "medium"
},
"review": {
"approved": true,
"comments": [...]
}
}See how Nika compares to LangChain, CrewAI, and AutoGen
No Python required. Define workflows in readable YAML that anyone on your team can understand and modify.
Unlike chat-based agents, Nika executes a deterministic DAG. Predictable, debuggable, reproducible.
Built in Rust. No Python environment, no dependencies. Just download and run nika run.
Ready to try the YAML-first approach?
Get Started FreeFrom simple scripts to complex multi-agent systems
Automate PR reviews with multi-agent analysis. Security scanner, code quality checker, and documentation validator working together.
Research, write, edit, and publish content with a chain of specialized agents. Human review gates where you need them.
Extract, transform, and analyze data with AI agents. Schema validation, error handling, and structured outputs built-in.
Generate test cases, run coverage analysis, and identify edge cases with agentic testing pipelines.
Auto-generate API docs, README files, and technical guides from your codebase. Always up-to-date.
Run the same prompt through multiple LLMs and compare results. Find the best model for your use case.
We're exploring new approaches to make AI workflows safer, more predictable, and genuinely useful. From epistemic awareness to antifragile systems — we're building on science, not hype.
Honest disclaimer: This is ongoing research. Not everything will make it to v1.0. We share openly to gather feedback and find collaborators.
Everything developers ask about agentic workflows, AI automation, and Nika
Join the waitlist for early access. Get notified when we launch and be part of shaping the future of agentic workflows.