export async function runAgent(task) {
const context = await index.codebase();
const plan = await models.reason({
task, context,
models: ["OpenAI", "Claude"]
});
return execute(plan);
}Building campaign
automation
Running checks…
A unified coding environment that brings the best AI models, autonomous agents, and developer tools into one focused workspace.