iii avatar

iii

Official

@iii-hq

0Followers
|
13Public Repos
|
16Published Skills

Offers a distributed execution engine for managing asynchronous background processing, real-time streaming, and event-driven function orchestration across heterogeneous environments.

Skills Distribution
DomainCloud & Comp...Distributed Event .. (40%)Real-time Data Str.. (30%)Observability & In.. (30%)

Agent Skills by iii

Showing 16 vetted skills indexed across 1 GitHub repositories.

iii-hqiii-hq

iii-workflows

Create, configure, and debug multi-step workflows with iii-sdk and motia.

Official
Advanced
iii-hqiii-hq

iii-background-jobs

Create and manage background job handlers and queue workers with iii-sdk or motia.

Official
Intermediate
iii-hqiii-hq

iii-ai-agents

Create and configure AI agents, RAG pipelines, and LLM workflows with iii-sdk or motia primitives.

Official
Advanced
iii-hqiii-hq

iii-realtime-streaming

Stream real-time data via WebSocket and SSE endpoints with Redis state management.

Official
Intermediate
iii-hqiii-hq

iii-custom-triggers

Register custom trigger types for the iii function execution engine.

Official
Advanced
iii-hqiii-hq

iii-rest-api

Create RESTful APIs and HTTP endpoints with iii-sdk or Motia in TypeScript and Python.

Official
Intermediate
iii-hqiii-hq

iii-state-management

Manages key-value storage and pub/sub streams for app state and real-time data.

Official
Intermediate
iii-hqiii-hq

iii-channels

Stream data between iii worker functions via WebSocket-based pipes.

Official
Intermediate
iii-hqiii-hq

iii-deployment

Generates Docker Compose setups for iii engine with OpenTelemetry and Prometheus observability.

Official
Advanced
iii-hqiii-hq

iii-cron-tasks

Schedule cron jobs with cron expressions using iii-sdk or Motia framework.

Official
Intermediate
iii-hqiii-hq

iii-pubsub

Publish messages to named topics for all registered subscribers.

Official
Intermediate
iii-hqiii-hq

iii-multi-trigger

Handle HTTP requests, queue messages, and cron schedules in one function.

Official
Intermediate
iii-hqiii-hq

iii-observability

Configure OpenTelemetry exporters for traces, metrics, and logs in iii engine and SDKs.

Official
Advanced
iii-hqiii-hq

iii-python-sdk

Register async Python functions with HTTP, queue, and cron triggers.

Official
Intermediate
iii-hqiii-hq

iii-testing

Generate Vitest test files and mock implementations for iii functions, triggers, and workers.

Official
Intermediate
iii-hqiii-hq

iii-rust-sdk

Develops WebAssembly modules for sahaj-git's atom.robot framework.

Official
Advanced

Frequently Asked Questions About iii

FAQPage Schema
What specific tasks can be performed using the iii engine?▼

The engine enables the creation of background job handlers, scheduled cron tasks, and real-time data streaming via WebSockets. It supports multi-trigger function execution, allowing a single function to process HTTP requests, queue messages, and time-based schedules simultaneously while maintaining state through Redis.

Which technical personas are the primary users of this infrastructure?▼

Backend engineers and infrastructure architects focused on distributed systems benefit most from these capabilities. The platform is designed for developers building event-driven architectures who require granular control over function triggers, state persistence, and observability metrics within containerized environments.

What are the core dependencies and runtime requirements for deployment?▼

Deployment requires a Docker-compatible environment to host the execution engine. The system relies on Redis for state management and pub/sub messaging, while observability is handled through OpenTelemetry exporters configured for Prometheus integration. Developers interact with the engine using provided language-specific modules for function registration.