Oreilly Openai Agentkit
Description
Source Code for the openai agentkit project repo
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
O'Reilly Live Training - OpenAI AgentKit
Welcome to the O'Reilly Live Training on OpenAI AgentKit! This course covers the full OpenAI agent stack — from raw API calls with the Responses API, through the Agents SDK, up to the AgentKit product platform (Agent Builder, ChatKit, Connector Registry, and Evals). You'll build real demo applications along the way.
Setup
**Using uv (Recommended)**
This project uses [uv](https://github.com/astral-sh/uv), a fast Python package installer and resolver. The Makefile handles most setup automatically.
**Install uv:**
curl -LsSf https://astral.sh/uv/install.sh | sh**One-command setup:**
make allThis creates a virtual environment in `.venv`, installs dependencies, and sets up Jupyter kernel.
**Activate the environment:**
source .venv/bin/activate**Setup your OpenAI API key:**
- Get your API key from OpenAI Platform
- Create a
.envfile in the project root:
echo "OPENAI_API_KEY=your-api-key-here" > .env
**Using Pip (Traditional Method)**
**Create a Virtual Environment:** Navigate to your project directory. Make sure you have Python 3.11+ installed!
python -m venv .venv**Activate the Virtual Environment:**
- On macOS and Linux:
source .venv/bin/activate - On Windows:
.\.venv\Scripts\activate
- On macOS and Linux:
**Install Dependencies:**
pip install --upgrade pip pip install -r ./requirements/requirements.txt**Setup Jupyter Kernel:**
python -m ipykernel install --user --name=openai-agentkit**Setup your OpenAI API key:** Create a `.env` file in the project root:
echo "OPENAI_API_KEY=your-api-key-here" > .env
Remember to deactivate the virtual environment when done: `deactivate`
**Using Conda**
- Install anaconda or [miniconda](https:
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11