TypeScript

Build and call agents with TypeScript

Everything you need to build and call Reminix agents with TypeScript.

Packages

PackagePurposeInstall
@reminix/runtimeBuild and run agentsnpm install @reminix/runtime
@reminix/adaptersWrap existing AI frameworksnpm install @reminix/adapters
@reminix/clientCall deployed agentsnpm install @reminix/client

Building Agents?

Use the runtime to create agents with invoke and chat handlers.

Wrapping Existing Agents?

Use adapters to wrap agents from OpenAI, Anthropic, LangChain, LangGraph, Vercel AI, and Mastra.

Calling Agents?

Use the client to invoke deployed agents from your application.

Examples

On this page