corev0.1.0
Maintains the stream's own reduced state.
projectv0.7.0
Project root: runs the project/create-requested → project/created bootstrap saga, births the sibling processors every project gets (root capability host, primary scheduler, config repo, email router, notification facet), catalogs the project's streams and domain objects, manages custom-domain routing, and holds the egress-approval policy.
repov0.8.0
Projects repo lifecycle, Git activity, and linked GitHub default-branch imports.
agentv5.2.0
Maintains model-visible history, schedules debounced offset-identified LLM turns, runs them through the Workers AI transport, and executes scripts through the capability host.
capability-hostv0.6.0
A tiny dynamic capability table and script execution stream.
secretv0.7.0
Reduces one path-addressed secret — birth policy, encrypted material, egress pin, refresh strategy, usage audit — without ever exposing material.
sandboxv0.4.1
Sandbox lifecycle: explicit create/start/sleep/destroy commands and their completions, workspace snapshot/restore persistence, and configuration changes.
workspacev0.4.0
Workspace lifecycle and configuration: existence plus an overlay of mount deviations. The default mount table is DERIVED (every project repo at its own /repos/** path, commit-to-main); overlays add extra mounts or change a derived mount's fields.
slackv0.3.0
Routes raw Slack webhooks into Slack-backed agent streams: reduces a `channel:thread_ts → stream path` routing table, births the routed agent stream on first contact, and forwards each webhook unchanged. It never interprets webhooks as agent context — that is the slack-agent processor's job.
slack-agentv0.11.0
Handles Slack-specific behavior for one routed Slack agent stream: transcribes forwarded webhooks into agent context (mention-gated LLM wake), compiles !bang commands into script runs, and paints the agent's summary/runtime onto Slack's assistant thread UI.
This processor owns no event types.
telegramv0.4.0
Routes raw Telegram webhook updates into Telegram-backed agent streams.
telegram-agentv0.3.0
Handles Telegram-specific behavior for one routed Telegram agent stream.
browser-raw-eventsv0.1.0
Stores raw stream events in the browser SQLite events table.
This processor owns no event types.
browser-feedv0.6.0
Browser-side projector reducing every stream event into the single feed_items table (pretty agent rows and grouped raw rows in one total order) plus live in-flight agent state.
This processor owns no event types.