First Success Path: This guide walks you through the first step of Aden Hive’s developer success journey: create → debug → maintain → deploy → iterate. By the end, you’ll have a working agent ready to test and refine.
Prerequisites
Before building your first agent, ensure you have:- Python 3.11+ installed
- Claude Code, Cursor, or OpenAI Codex CLI
- At least one LLM API key configured
1. Install Hive
frameworkruntime packageaden_toolsMCP tools package- Workspace dependencies for local development
2. Create an Agent
Open Claude Code in the repo and run:- Define the goal and success criteria
- Pick nodes and execution strategy
- Add constraints and human checkpoints
- Export the generated agent package under
exports/
3. Validate and Test
Run the testing skill:4. Run the Agent
Project Structure
Agents created through Hive are exported toexports/:
Next Steps
Goals
Define measurable outcomes and constraints
Node Types
Learn when to use LLM, router, function, and human nodes
Edges
Configure success, failure, and conditional routing
Testing
Build goal-based test coverage for your agent
Debugging
Diagnose and fix issues before production
Deployment
Move your agent to production safely
Iteration
Evolve your agent based on production feedback