Source:
examples/agent-boilerplateOverview
The boilerplate agent is the simplest starting point for building an aixyz agent. It demonstrates a multi-skill agent with three unit conversion tools — length, weight, and temperature — using the auto-generated server pattern.Project Structure
Skills
| Skill | Description |
|---|---|
| Convert Length | Convert length and distance values between metric and imperial |
| Convert Weight | Convert weight and mass values between metric and imperial |
| Convert Temperature | Convert temperature values between Celsius, Fahrenheit, and Kelvin |
Configuration
Payment
The agent charges$0.001 per request via x402 on Base (mainnet in production, Base Sepolia in development).
Running
http://localhost:3000:
| Endpoint | Protocol | Description |
|---|---|---|
/.well-known/agent-card.json | A2A | Agent discovery card |
/agent | A2A | JSON-RPC task handler |
/mcp | MCP | Tool endpoint |