Framework-agnostic · Bring your stack

Use any agent framework

12 mainstream frameworks — Python and TypeScript, single-agent and multi-agent. Pick one to start, or browse them all.

Example

A tool-using agent in a few lines with the Vercel AI SDK:

import { generateText, tool } from 'ai'
import { anthropic } from '@ai-sdk/anthropic'

const { text } = await generateText({
  model: anthropic('claude-opus-4-8'),
  tools: { search, browse },
  prompt: 'Research and summarize…',
})
Ctrl K
Submit framework

Mainstream frameworks 12

Deploy any agent