Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 988 Bytes

File metadata and controls

25 lines (18 loc) · 988 Bytes

Existing Apps

Add Agentuity agents to an app you already have. Each one runs two processes side by side: your framework's dev server and the Agentuity backend.

Example Framework What It Demonstrates
nextjs Next.js App Router Translate agent with history, evals, and rewrite proxy
tanstack-start TanStack Start Translate agent with history, evals, and Vite proxy
turborepo Turborepo Monorepo with shared schemas across frontend and agents

Getting Started

cd nextjs        # or tanstack-start, turborepo
bun install
bun run dev

Each example includes its own setup instructions and project layout.

More Examples

  • Step-by-step tutorials: training/
  • Integrations with other SDKs (e.g., Mastra, LangChain): integrations/
  • Agentuity platform features (e.g., sandboxes, cron jobs): features/