Programmable
Intelligence.
// Define agents as code.
// Orchestrate with precision.
// Debug with full visibility.
agent.ts
import { Agent } from '@prose/sdk';
const researcher = new Agent({
model: 'gemini-3.1-pro',
tools: [webSearch, scraper],
system: 'You are a rigorous analyst.'
});
model: 'gemini-3.1-pro',
tools: [webSearch, scraper],
system: 'You are a rigorous analyst.'
});
await researcher.run({
objective: 'Analyze competitor pricing'
});
objective: 'Analyze competitor pricing'
});
Typesafe SDK
Define agents with fully typed TypeScript/Python SDKs.
Git-based
Every change is a commit. Rollback, diff, and branch.
Local Dev
Run the entire stack locally. No cloud dependencies.
Durable State
Inspect the state of every execution step by step.