Prerequisites
You have installed thesb0 CLI:
Create Your Agent Project
Create a new directory and scaffold your agent:my-agent/ with your agent code and configuration.
Project structure
Project structure
Your The key files are:
agent/ directory contains:handle_query.py, which contains your agent’s logic:
agent.config.yaml, which contains the build and runtime configuration:
“Hello World!”
You can now test your agent with a single prompt:This step requies an Anthropic API key. Get one at console.anthropic.com. Then add it to your environment: