capabilities, installed like packages
Modules
A module is a container image running as a Kubernetes operator. Install one and its components appear in your palette — prompt-built agents install what they're missing on demand.
Install with tiny
Installing from someone else's index? tiny repo add <alias> <index-url> once, then install the same way.
Without tiny — plain Helm
No magic: a module is a container image and a Helm chart of the shared operator. Nothing requires the CLI.
Each module page carries its exact chart values.
Core
Flow plumbing: signal, ticker, router, retry, and the primitives that wire an agent together.
Tools
HTTP server and client. Expose an agent as a public endpoint, or call any API.
Tools
Reach people: Slack messages and slash commands, email sending.
Tools
gRPC client and server for talking to typed services.
Tools
Google Workspace: Gmail, Calendar, Sheets, Drive.
Core
Encode and decode: JSON, base64, URL, and friends.
Core
Evaluate JavaScript for quick, custom transforms inside an agent.
Tools
Operate a cluster: watch pods, read logs, scale deployments, apply manifests.
Tools
Fan-out, queue, and rate-limit to control how work spreads across an agent.
Tools
Hashing, HMAC, and JWT signing for auth and integrity.