TypeScript
Build and call agents with TypeScript
Everything you need to build and call Reminix agents with TypeScript.
Packages
| Package | Purpose | Install |
|---|---|---|
@reminix/runtime | Build and run agents | npm install @reminix/runtime |
@reminix/adapters | Wrap existing AI frameworks | npm install @reminix/adapters |
@reminix/client | Call deployed agents | npm install @reminix/client |
Building Agents?
Use the runtime to create agents with invoke and chat handlers.
Installation
Install the runtime package
Quickstart
Build your first agent
Streaming
Stream responses with async generators
Testing
Test agents locally
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.