@agentback/config |
Zod-validated config loader with env overlays and DI bindings |
@agentback/security |
User, subject, and principal primitives |
@agentback/authentication |
Authentication decorator and strategy pipeline |
@agentback/authentication-jwt |
JWT bearer strategy |
@agentback/authentication-oauth2 |
OAuth2 introspection and JWKS bearer-token strategies |
@agentback/authorization |
@authorize decorator and voter pipeline |
@agentback/extension-health |
Health/readiness probes |
@agentback/extension-metrics |
Prometheus /metrics endpoint and HTTP timing |
@agentback/extension-otel |
OpenTelemetry spans across REST, MCP, and jobs |
@agentback/extension-rate-limit |
In-memory or Redis-backed rate limiting |
@agentback/metering |
Per-principal REST/MCP usage events, audit sinks, and quota |
@agentback/payments |
x402/MPP/Stripe payment authorization and billing seams |
@agentback/messaging |
Zod-typed JobQueue/EventBus/Scheduler ports with in-memory adapter |
@agentback/messaging-bullmq |
BullMQ + Redis Streams durable adapter for messaging ports |
@agentback/actors |
Zod-typed actor runtime port — @actor/@actorCommand, per-identity serialized turns, idempotent replay, in-memory adapter |
@agentback/actors-redis |
Redis-backed actor runtime adapter — per-identity leases + atomic state/dedup commit |
@agentback/drizzle |
Drizzle ORM binding and drizzle-zod recipe |
@agentback/files |
FileStore port for uploads/downloads + in-memory adapter (the disk FsFileStore is the Node-only @agentback/files/fs subpath) |
@agentback/files-s3 |
S3 FileStore adapter (streaming via AWS SDK v3) |
@agentback/files-sdk |
FileStore adapter over files-sdk — one port, 40+ storage backends (S3, R2, GCS, Azure, fs, …) |
@agentback/plugin |
Plugin discovery, gating, and component mounting |
@agentback/testing |
Test harness with typed REST client, supertest, and in-memory MCP |
@agentback/testlab |
Lower-level test helpers used by the package test suites |
create-agentback |
npm create scaffold for REST, MCP, and hybrid services |
@agentback/cli |
agentback/abc CLI — deploy to Vercel and Cloudflare Workers (bundle doctor + wrangler) |
@agentback/console |
Combined context, schema, REST/OpenAPI, and MCP admin console |
@agentback/console-theme |
Shared styling for console and explorer UIs |
@agentback/console-chat |
ACP agent dock for the console: see the live app + evolve source via a grounded coding-agent session (Node-host-only; off by default) |