@nexod/infra
v0.1.0
Published
Shared infrastructure for all Nexod applications. Contains only universally proven, app-agnostic mechanism code.
Downloads
412
Readme
@nexod/infra
Shared infrastructure for all Nexod applications. Contains only universally proven, app-agnostic mechanism code.
What's Inside
- State Client (
createStateClient) -- Generic Supabase KV store replacing filesystem persistence. Solves Vercel EROFS. - LLM Client Factory (
getLlmClient) -- Anthropic direct API or AWS Bedrock, controlled byLLM_ROUTING_TARGETenv var. - Inngest Wrapper (
createNexodInngest) -- Pre-configured Inngest client with scoped encryption middleware.
What's NOT Inside
Tool definitions, prompt templates, domain schemas, or anything app-specific. This package provides the client interfaces. Applications provide the policy.
Agent Context
When working on this package, feed these context files:
docs/context/anthropic/bedrock-decision.mddocs/context/inngest/step-ai.mddocs/context/inngest/compliance.md
