21 packages matching “ayepi”
@ayepi/mcp
v0.4.0 · 18 days ago
Model Context Protocol server for @ayepi/core — expose any ayepi spec as schema-validated MCP tools, executed against your app
No known vulnerabilities
@ayepi/redis
v0.4.0 · 18 days ago
Redis backends for ayepi (ioredis) — pub/sub Broker, @ayepi/work Store + PubSub, and an @ayepi/cache store, all retry-wrapped
No known vulnerabilities
@ayepi/aws
v0.4.0 · 18 days ago
AWS backends for ayepi — an SQS @ayepi/work queue (large payloads offloaded to S3) and an S3 @ayepi/files store, all retry-wrapped for throttle resilience
No known vulnerabilities
@ayepi/bun
v0.4.0 · 18 days ago
Bun adapter for @ayepi/core — fetch-native HTTP + native WebSocket, zero dependencies
No known vulnerabilities
@ayepi/rate
v0.4.0 · 18 days ago
Rate-limiting middleware for @ayepi/core — pluggable stores, multiple algorithms, customizable 429 responses
No known vulnerabilities
@ayepi/context
v0.4.0 · 18 days ago
Pull ayepi's agent context into your repo — flatten ayepi.md + every installed @ayepi/* package's ayepi-*.md into one folder to point a coding agent at.
No known vulnerabilities
@ayepi/otel
v0.4.0 · 18 days ago
Observability middleware for @ayepi/core — request/response logging, trace-context enrichment, configurable fields, and per-endpoint overrides
No known vulnerabilities
@ayepi/node
v0.4.0 · 18 days ago
Node.js (node:http + ws) adapter for @ayepi/core — bridges IncomingMessage ⇄ fetch Request/Response and serves WebSocket upgrades
No known vulnerabilities
@ayepi/auth
v0.4.0 · 18 days ago
Authentication middleware for @ayepi/core — typed Bearer (JWT) and Basic auth with signing/verification, user context, and OpenAPI security docs
No known vulnerabilities
@ayepi/log
v0.4.0 · 18 days ago
Structured logging for ayepi — AsyncLocalStorage trace context, console interception, console/file transports, error serialization, middleware
No known vulnerabilities
@ayepi/deno
v0.4.0 · 18 days ago
Deno adapter for @ayepi/core — fetch-native HTTP + native WebSocket, zero dependencies
No known vulnerabilities
@ayepi/mock
v0.4.0 · 18 days ago
Mock server for @ayepi/core — generate schema-valid fake data from a spec, with deterministic seeding and automatic pagination
No known vulnerabilities
@ayepi/files
v0.4.0 · 18 days ago
Generic S3-like key-based file storage for @ayepi/core — stream-first put/get, prefix listing, presigned upload/download URLs, with a filesystem default and stream/transfer helpers
No known vulnerabilities
@ayepi/cache
v0.4.0 · 18 days ago
Response-caching middleware for @ayepi/core — keyed by request + a dev-defined vary, with time (ttl/stale-while-revalidate) and space (maxBytes/maxEntries) bounds
No known vulnerabilities
@ayepi/work
v0.4.0 · 18 days ago
Type-safe distributed work / job-queue + workflow engine for ayepi — pluggable queue/pubsub/kv ports, in-memory bundled, retries, dependencies, scheduling
No known vulnerabilities
@ayepi/plugin
v0.4.0 · 18 days ago
A plugin system for @ayepi/core — compose an API from independent plugins (spec + implementation + state service + lifecycle + deps) and install/uninstall them into a running server
No known vulnerabilities
@ayepi/stress
v0.4.0 · 18 days ago
Load/stress harness for ayepi apps — archetype workloads (noop/io/net/cpu), a closed-loop generator, breaking-point search, and server-side instrumentation (event-loop lag, memory, in-flight, latency).
No known vulnerabilities
@ayepi/core
v0.4.0 · 18 days ago
zod-first, painfully-typed HTTP + WebSocket API library with OpenAPI 3.1 + AsyncAPI 3.0 generation
No known vulnerabilities
@ayepi/env
v0.4.0 · 18 days ago
Typed, lazy, reactive environment/config on zod — env({...}) reads process.env, records, .env/JSON files; coerces scalars and JSON-decodes complex types; computed fields, aliasing, and async/dynamic (live, subscribable) values
No known vulnerabilities
@ayepi/updown
v0.4.0 · 18 days ago
Graceful startup/shutdown orchestration — named components with dependencies, two-phase shutdown, liveness/readiness
No known vulnerabilities