Ai Agent Bootcamp
Description
My journey building AI agents with Claude — progressively more advanced agentic systems
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
AI Agent Bootcamp
A collection of progressively advanced AI agents built with the Anthropic Claude API. Part of my journey into AI engineering.
What's Inside
`hello_claude.py`
Basic API integration — single message request/response with token accounting.
`first_agent.py`
First multi-turn agent implementing the **ReAct pattern** (Reason + Act). Demonstrates:
- Tool definition with JSON Schema
- Agent loop with stop-reason handling
- Parallel tool execution
- Multi-turn reasoning
Tools: `get_weather`, `calculate`
`agent_v2.py`
Enhanced agent with production-grade features:
- System prompt for behavior/personality control
- Three tools including currency conversion
- Graceful error handling for unknown inputs
- Pre-emptive reasoning (agent skips tools when it knows they'll fail)
- Structured logging of each turn and tool call
Tech Stack
- Python 3.12
- Anthropic Python SDK
python-dotenvfor secret management
Setup
python3.12 -m venv venv
source venv/bin/activate
pip install anthropic python-dotenv
# Add your API key to .env
echo "ANTHROPIC_API_KEY=sk-ant-..." > .env
python agent_v2.py
Concepts Demonstrated
- ReAct (Reasoning + Acting) loop
- Tool use / function calling
- Parallel tool invocation
- System prompt engineering
- Error handling in agentic systems
What's Next
- Streaming responses
- Conversational memory
- Model Context Protocol (MCP) integration
- RAG (Retrieval-Augmented Generation)
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI