@melandlabs/ai
v0.10.3
Published
OpenContext · ai module
Readme
ai (workspace)
Workspace package. Internal monorepo build artifact; not published to npm. End users install
@melandlabs/opencontext(the facade) instead. Monorepo contributors depend on this package via the workspace protocol.
Core AI building blocks used by the OpenContext runtime. Provides the agent loop, memory interface, sandbox execution surface, audio helpers, and shared types.
Installation
pnpm add @melandlabs/opencontextSubpath Exports
ai— Main entrypoint (commonly re-exports agent runtime)ai/types— Shared types (chat messages, providers, etc.)ai/memory— Memory layer abstractions and SQLite-backed implai/store— Cross-session persistent store helpersai/audio— Audio input/output helpers (transcription, TTS glue)ai/agent— Agent runtime, native runner, supplemental inputai/agent/native-cli— Native CLI agent driverai/agent/native-runner— Native agent runnerai/agent/runtime— Agent runtime coreai/agent/supplemental-input— Supplemental input channelsai/agent/runtime-instructions— Runtime instructions builderai/agent/image-gen— Image generation wrapperai/agent/sandbox— Sandboxed tool execution surfaceai/agent/sandbox/types— Sandbox typesai/agent/sandbox/plugin— Sandbox plugin contractai/agent/sandbox/registry— Sandbox registryai/agent/sandbox/providers/native— Native sandbox providerai/agent/sandbox/providers/claude— Claude sandbox providerai/agent/sandbox/providers/vercel— Vercel sandbox provider
Peer Dependencies
None (uses the AI SDK providers as regular dependencies).
