English 繁體中文 日本語 한국어 Español Français Deutsch ไทย Indonesia Filipino
Tetora

Tetora

AI Agent Orchestration Platform — workflows, taskboards, and multi-agent collaboration in a single binary.

GitHub Download v2.2.1 Blog
curl -fsSL https://raw.githubusercontent.com/TakumaLee/Tetora/main/install.sh | bash click to copy

Why Tetora?

🔀

Workflow Engine

DAG-based workflow execution with conditions, parallel steps, and checkpoint resume. Define multi-step pipelines in YAML.

📋

Kanban Taskboard

Built-in task management with auto-dispatch. Agents pick up tasks, execute workflows, create branches, and submit PRs automatically.

🤖

Multi-Agent Teams

Define agent roles with personalities (SOUL.md). Route tasks by expertise. Agents collaborate through shared memory and knowledge.

💬

Discord Integration

Chat with your agents on Discord. Multi-session support, terminal bridge, and real-time activity streaming.

🧠

Knowledge System

Rules, skills, and memory that agents learn from experience. The Lesson → Rule → Skill pipeline promotes patterns automatically.

📦

Zero Dependencies

Single binary, stdlib-only Go. SQLite via CLI. Install in 10 seconds, runs anywhere — macOS, Linux, Windows.

How it works

backlog → triage (agent assigns) → todo → auto-dispatch → doing
    │                                                          │
    │                                          ┌───────────────┤
    │                                          ▼               ▼
    │                                      review        partial-done
    │                                          │          (resume from
    │                                          ▼           checkpoint)
    │                                       done
    │
    └── clarify → human replies → re-triage

Download

v2.2.1 — Latest Release

🍎 macOS Apple Silicon (M1+) 🍎 macOS Intel 🐧 Linux x86_64 🐧 Linux ARM64 🪟 Windows x86_64

Or install via script: curl -fsSL https://tetora.dev/install.sh | bash