Kwike

Composable Event-Driven Agent Orchestration

Kwike is a lightweight event queue for orchestrating LLM agents. It provides four Unix-style primitives—daemon, dispatch, watch, and consume—that let you build composable, crash-only workflows where agents communicate through JSON events rather than direct coupling.

Philosophy

Message & Event Structure

The Four Primitives

LLM Onboarding

Consumer Patterns

Workflow Patterns

CLI Tools