Building AI Agents with the Agent Builder & Flow Designer
AI agents are programs that use LLMs to reason, make decisions, and take actions. CodeAgento provides a complete toolkit for building, testing, and debugging agents, no infrastructure required.
What You'll Build
By the end of this guide, you'll have a working AI agent that can:
Step 1: Design Your Agent
Open the Agent Builder from the sidebar. Here you'll configure:
Start with a clear system prompt. For example:
You are a helpful code review assistant. When given code, analyze it for bugs, security issues, and style problems. Use the available tools to look up documentation when needed.
Step 2: Create Tools
Switch to the Tool Designer to define the tools your agent can use. Each tool needs:
Step 3: Build a Flow
The Flow Designer lets you create multi-step agent workflows visually:
1. Drag agent, tool, condition, and prompt nodes onto the canvas
2. Connect them with edges to define the flow
3. Configure each node's properties in the side panel
Step 4: Test & Debug
Use the Prompt Playground to test individual prompts, then the Agent Debugger to trace full executions:
Step 5: Export
Once your agent works, export the configuration as JSON or scaffold a complete MCP server with the MCP Server Builder.