Agent Blueprints
Ready-to-run AI agent implementations. Complete system prompts, tool definitions, and initialization code for research, code review, and content writing agents.
Agent Blueprints
Each blueprint is a self-contained agent — system prompt, tool definitions, initialization code, and a walkthrough of how it handles a real task. Designed to work with OpenAI and Anthropic APIs. Framework-agnostic.
Note:
Start with the Research Agent. It uses the simplest tool set and demonstrates the ReAct loop clearly. Then move to Code Review (file system tools) and Content Writer (multi-step pipeline).
Prerequisites
All blueprints expect Python 3.10+ and an API key (OpenAI or Anthropic). Install the client library:
pip install openai anthropic
Research Agent
Code Review Agent
Content Writer
Related Articles
AI Agent Blueprints & Configurations
Ready-to-run AI agent blueprints, configurations, and local setup guides. Build research agents, code reviewers, and content writers with copy-paste implementations.
OpenClaw Setup Guide
Complete setup and configuration guide for OpenClaw — the agent with the fastest GitHub star growth in history. Skills & Tools model, NVIDIA NemoClaw, Pi SDK engine, security hardening.
Content Writer Agent Blueprint
Multi-step content creation agent with outline, research, draft, edit, and finalization stages. Includes grammar checking, tone adjustment, and SEO optimization tools.