Developer primitives
SDK
TypeScript and Python libraries for memory, reasoning, and agent orchestration.
import { Agent } from '@engram/sdk'
const agent = new Agent({
memory: 'locus',
models: ['vq', 'embed']
})
const result = await agent.run({
task: 'analyze',
context: documents
})
Overview
The Engram SDK provides TypeScript and Python interfaces for integrating our systems into your applications. Available to partners and enterprise customers—request access to start building.
Key Features
Agent Builder
Declarative API for constructing agents with custom configurations
Memory Clients
Direct access to Locus and World State systems
Model Inference
Unified interface for all Engram models
Enterprise Support
Dedicated integration support and custom deployment options
Ready to get started with SDK?
Contact us to discuss your use case and explore how SDK can accelerate your R&D.
