01 / AGENT STUDIO
Your agents. Your rules.
Define identity, instructions, memory, tools, and execution boundaries. Agents live inside the same workspace they operate on.
agent.config.ts / LIVE
ATLASCONSTITUTIONTOOLSMEMORYVOICEPOLICIES
const agent = defineAgent({
name: "Atlas",
role: "researcher",
tools: [web, files, code],
memory: "project",
approval: "irreversible-only"
})
name: "Atlas",
role: "researcher",
tools: [web, files, code],
memory: "project",
approval: "irreversible-only"
})