214 packages
@ahamie/agent
Wraps @mastra/core Agent with budget caps, outcome hooks, and Postgres LISTEN/NOTIFY cancellation.
@ahamie/automation
Trigger→Event→Run→Action→Delivery contract. Typed `on.*` namespace via module augmentation.
@ahamie/blobstore
Byte tier interface (put/get/delete/list/stream) with a local-FS implementation; S3-compat adapter at v1.
@ahamie/cas
Content-addressed object store: put/get/link at v0; walk/fork/refs at v1+.
@ahamie/cli
ahamie CLI: create | dev | build | deploy | ui add | publish | install | login | logout | run | eval | triggers | db migrate | db studio | secrets | factory | doctor.
@ahamie/connector-github
GitHub adapter for the Ahamie connector proxy.
@ahamie/connector-linear
Linear adapter for the Ahamie connector proxy.
@ahamie/connector-proxy
Standalone Hono server: token holding, allowlist, MCP-inside, HMAC ingress, audit. Five non-negotiable invariants (I1-I5).
@ahamie/connector-slack
Slack adapter for the Ahamie connector proxy. 150-LOC body proves the shape (T8).
@ahamie/eval
Active eval: defineSuite, run, 8 built-in metrics, defineSoftwareFactory, hidden-golden partition.
@ahamie/identity
Better-Auth wrapper + ACL + tenant middleware. Organization plugin from day 1 (T19).
@ahamie/manifest
App manifest types: defineApp, defineAction, defineView, defineResource.
@ahamie/memory
Wraps @mastra/memory; pgvector-backed default via @ahamie/storage.
@ahamie/outcomes
Passive outcome recorder: record(runId, type, value, source) + attribute(runId, subject). Sensor-isolation invariant.
@ahamie/rag
Wraps @mastra/rag (MDocument, vector tools, rerankers) for PDF/markdown/plaintext ingest.
@ahamie/registry
App registry client + bundle hashing. v0 local-only.
@ahamie/sandbox-compute-sdk
Opt-in: e2b / Modal / Daytona via @mastra/workspace-sandbox-computesdk.
@ahamie/sandbox-docker
Docker sandbox fallback for macOS / Windows.
@ahamie/sandbox-local
Re-exports @mastra/local-sandbox; auto rule (Linux+bwrap).
@ahamie/schema
Standard-Schema-conformant Zod re-export with branded ID types and common refinements.
@ahamie/sdk
Ahamie SDK — public surface for the headless company-brain framework. defineAhamieConfig + re-exports.
@ahamie/storage
Drizzle schema, migrations, and pgvector helpers for Ahamie. Postgres everywhere — no PGlite, no SQLite.
@ahamie/telemetry
Thin OTel layer for non-Mastra packages; bridges to Mastra Observability for AI spans.
@ahamie/ui
Five v0 shadcn-style UI primitives: AgentRunTree, RunConsole, ApprovalInbox, ConnectorSetup, ManifestEditor.
@ahamie/workflow
Wraps Mastra workflow engine; in-process default; suspend/resume + idempotency contract.