33 projects
tai42-e2e
Cross-repo end-to-end functional test suite for the tai / AgenticOS ecosystem: boots the real multi-process deployment topology (multi-worker skeleton server, backend worker, metrics server, real Redis, real Postgres) and exercises it over HTTP.
tai42-toolbox
Reference contrib package for the TAI ecosystem: opt-in, manifest-loaded generic tools and tool extensions (a tool extension extends a single tool).
tai42-skeleton
Open-source implementation of tai42-contract: the extended MCP server hosting tools, agents, extensions, connectors, hooks, and storage for the TAI ecosystem.
tai42-tools-github
GitHub provisioning tools for the TAI ecosystem: manifest-loaded repository-webhook setup tools that create a repository webhook, list a repository's webhooks with Link-header pagination, and delete a repository webhook — the provider-side counterpart to the runtime signature verifier.
tai42-tools-twilio
Twilio provisioning tools for the TAI ecosystem: manifest-loaded REST tools that list a Twilio account's incoming phone numbers, read a number's inbound-message webhook, and set a number's inbound-message webhook URL.
tai42-channel-telegram
Telegram channel plugin for the TAI ecosystem — delivers ask_user questions to a Telegram chat and bridges the typed reply back to the interactions callback door.
tai42-channel-twilio
Twilio SMS/WhatsApp channel plugin for the TAI ecosystem — delivers ask_user questions to a human's phone and bridges the reply back.
tai42-channel-slack
Slack channel plugin for the TAI ecosystem — delivers ask_user questions to a Slack channel and bridges threaded replies back to the interactions callback door.
tai42-accounts-postgres
Postgres-backed accounts provider for the TAI ecosystem: an installable plugin that owns user accounts, password login, sessions, and invites, registers itself as the "accounts-postgres" provider, and ships a Studio users-admin UI.
tai42-kit
Generic leaf helpers, settings primitives, pooled clients, and LLM/AI factories for the TAI ecosystem.
tai42-webhook-verifier-stripe
Stripe webhook-signature verifier plugin for the TAI ecosystem: a per-provider WebhookVerifier that checks each delivery's Stripe-Signature HMAC before the payload is dispatched.
tai42-tools-whatsapp
WhatsApp provisioning tools for the TAI ecosystem: manifest-loaded Meta Graph tools that register a WhatsApp message template, list the account's message templates, delete a message template by name, and subscribe the app to a WhatsApp Business Account's webhooks.
tai42-webhook-verifier-github
GitHub webhook-signature verifier plugin for the TAI ecosystem: a per-provider WebhookVerifier that checks each delivery's X-Hub-Signature-256 HMAC before the payload is dispatched.
tai42-tools-stripe
Stripe payment tools for the TAI ecosystem: manifest-loaded tools for the external-ask checkout link, the webhook-bridge confirm, the reconciliation recovery layer, a flexible-amount non-blocking payment link, an early expire of an issued checkout session, and webhook-endpoint provisioning (create, list, delete).
tai42-sandbox-local
Direct/host sandbox provider for the TAI ecosystem — runs a session's code as a plain host subprocess, no container and no isolation.
tai42-storage-s3
S3 storage backend for the TAI ecosystem — text, binary, and media content over an S3 bucket.
tai42-config-k8s
Kubernetes ConfigManager provider plugin for the TAI ecosystem: env via Secrets, manifest via ConfigMaps.
tai42-storage-local
Local-filesystem storage backend for the TAI ecosystem: a manifest-loaded Storage plugin serving text and binary content from a directory tree.
tai42-storage-github
GitHub-backed Storage provider (text + binary/media) for the TAI ecosystem.
tai42-sandbox-docker
Docker sandbox provider for the TAI ecosystem — per-session containers on a remote engine over the Docker Engine API.
tai42-channel-whatsapp
Meta WhatsApp API channel plugin for the TAI ecosystem — delivers ask_user questions to a human on WhatsApp and bridges the reply back.
tai42-identity-redis
Redis-backed api-key identity provider for the TAI ecosystem: an installable plugin that registers itself as the "redis" identity provider (token validation plus key provisioning) over plain Redis.
tai42-backend-rq
RQ execution backend for the TAI ecosystem — background tool runs and schedules over Redis.
tai42-monitoring-langfuse
Langfuse monitoring backend for the TAI ecosystem — trace/span emission plus the observability read surface over Langfuse.
tai42-identity-oidc
Validate-only OIDC identity provider for the TAI ecosystem: an installable plugin that registers itself as the "identity-oidc" identity provider and resolves an issuer-minted JWT to an authenticated identity (no key minting, no stored state).
tai42-channel-web
Public web chat channel plugin for the TAI ecosystem — hosts a visitor chat page, delivers ask_user questions into it, and bridges the reply back.
tai42-cli
Command-line client for operating a tai42 server over its HTTP API.
tai42-accounts-oidc
OIDC/OAuth2 login accounts provider for the TAI ecosystem: an installable plugin that registers itself as the "accounts-oidc" accounts provider (session-based login via an external identity provider, sessions in Redis, SSO code hand-back).
tai42-backend-arq
arq execution backend for the TAI ecosystem — worker runtime and Redis-hash scheduling over arq.
tai42-agents
Ready-made agents for the TAI ecosystem — coding/deep agents, tool-calling, retrieval, voting, refinement, and vision agents — opt-in and manifest-loaded.
tai42-backend-celery
Celery execution backend for the TAI ecosystem — worker/beat/flower runtime, prefork-pool turnover on worker-bus ops, and RedBeat scheduling.
tai42-contract
Pure interface contracts (protocols, ABCs, models) for the TAI ecosystem. No logic; pydantic-only at runtime.
tai42-mcp-dynamic-postgres
Schema-driven generator for safe, scoped PostgreSQL DML tools in FastMCP agent systems