$registry / leaderboard
leaderboard
20+ workersranked by installs over the last 7 utc days. switch to all-time for lifetime totals.
01947+30.3%02843+27.1%03277+75.3%04273+3312.5%05125-7.4%06113+27%0795+10.5%0893-53.5%0990+38.5%1082+10.8%11820%1282-32.8%1382+1.2%1478-7.1%1566-46.8%1653-26.4%1735+3400%1825+66.7%19220%2018+157.1%
iii-stream
Build durable streams for real-time data subscriptions.
iii-sandbox
Spawn ephemeral microVMs and expose 14 sandbox::* triggers (lifecycle + filesystem) for isolated command execution and file ops.
configuration
Register, store, and watch typed configuration values for the engine.
queue
Durable function queues - registers the `durable:subscriber` trigger type and the queue/DLQ service functions.
llm-router
One front door + provider protocol in front of every LLM provider.
iii-directory
Engine introspection (functions / triggers / workers), workers registry proxy, and filesystem-backed skill + prompt reader.
session-manager
Durable, reactive, branching store of typed conversation entries with six emitted trigger types.
iii-observability
OpenTelemetry-based traces, metrics, logs, alerts, and sampling.
console
Web console for iii — bundles the React UI and proxies the engine WebSocket on a single port.
provider-openai
OpenAI Responses provider worker with Chat Completions compatibility; implements provider::openai::stream and provider::openai::refresh_models behind llm-router.
shell
Unix shell + filesystem worker — exec with denylist/timeout/output caps and background jobs; fs::ls|stat|mkdir|rm|chmod|mv|grep|sed|read|write with host jail, denylist, size caps, and sandbox-target forwarding
harness
Thin durable turn loop that wires session-manager, context-manager, and llm-router into an agent loop; spawns sub-agents as child sessions.
context-manager
Turns a raw conversation history plus a target model into a model-ready context — token counting, function-result pruning, and history compaction.
provider-anthropic
Anthropic Messages API provider worker; implements provider::anthropic::stream and provider::anthropic::refresh_models behind llm-router.
database
Talk to PostgreSQL, MySQL, and SQLite from iii — query, execute, transactions, prepared statements, and change feeds.
web
Outbound HTTP client on the iii bus (web::fetch).
scrapling
Scrapling as an iii worker — scrapling::* functions run HTTP / anti-bot / browser fetches, CSS/XPath/regex/adaptive extraction, persistent sessions, and a declarative crawl over the iii bus.
iii-lsp
III Language Server — autocompletion and hover for III engine functions and triggers
memory
Durable cross-session agent memory — named banks of always-injected markdown rules and auto-extracted memories, hybrid BM25 + entity recall, pinning, and supersede-never-delete history. Plain files on disk; every operation is a traced function.
provider-openai-codex
OpenAI Codex (ChatGPT subscription) provider; implements provider::openai-codex::stream and provider::openai-codex::refresh_models behind llm-router, sourcing credentials from the auth-credentials vault.