Skip to content
github-actions[bot] edited this page Aug 22, 2026 · 4 revisions

Generated by npm run wiki:build — edit the generator, not this page.


TSUKA — Wiki

TSUKA (TypeScript Unified Kit for Agents) is a lightweight, educational multi-agent framework and agentic CLI in TypeScript, for local models (Ollama, llama.cpp/llama-server, Unsloth) and cloud gateways (OpenRouter).

🇬🇧 English

Page What it covers
Quickstart Install, initialize a workspace and run the first turn
Slash commands Every command, its aliases and what it does — generated from the code
Architecture ReAct loop, layers, tool registry, TUI rendering
Multi-agent workflows Conferences, teams with four strategies, goal orchestrator
Security Permission tiers, workspace jail, sandbox for self-authored tools
Memory Persistent shared memory: eviction engine, dedup, keyword search, architectural rationale
Benchmarks Capability fingerprinting: /benchmark, the test DSL, scoring, tier derivation, effort sweep
MCP integration Plugging external MCP servers into the tool registry: config, naming, safety model
Use cases Recipes and prompts across characters, roles and teams
Educational guide Building an agentic harness from scratch, milestone by milestone

🇮🇹 Italiano

Pagina Contenuto
Guida rapida Installazione, inizializzazione della workspace e primo turno
Architettura Ciclo ReAct, strati, registro dei tool, rendering della TUI
Workflow multi-agente Conferenze, team con quattro strategie, orchestratore di obiettivi
Sicurezza Livelli di permesso, workspace jail, sandbox dei tool auto-creati
Memoria Memoria persistente condivisa: motore di eviction, dedup, ricerca keyword, razionale architetturale
Benchmark Capability fingerprinting: /benchmark, il DSL dei test, punteggi, derivazione del tier, sweep degli effort
Integrazione MCP Collegare server MCP esterni al registro dei tool: configurazione, naming, modello di sicurezza
Casi d'uso Ricette e prompt su personaggi, ruoli e team
Guida didattica Costruire un harness agentico da zero, milestone per milestone

Clone this wiki locally