File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # AgentSDK
1+ # agent-runtime-kit
22
33## What This Is
44
5- AgentSDK is a new Python package, planned for publication as
6- ` agent-runtime-kit ` , that gives developers one clean API for running agentic
5+ ` agent-runtime-kit ` is a Python package that gives developers one clean API for running agentic
76coding tasks through Claude Agent SDK, OpenAI Codex SDK, and Google
87Antigravity SDK. It extracts the useful vendor-runtime ideas from Mestre while
98remaining independently useful to the community: install it, choose a runtime,
Original file line number Diff line number Diff line change 1- # Requirements: AgentSDK
1+ # Requirements: agent-runtime-kit
22
33** Defined:** 2026-06-10
44** Core Value:** Developers can run the same agentic task through Claude, Codex,
Original file line number Diff line number Diff line change 1- # Roadmap: AgentSDK
1+ # Roadmap: agent-runtime-kit
22
33## Overview
44
5- The v1.0 milestone turns the empty ` Agent-SDK ` project into a publishable
6- Python package named ` agent-runtime-kit ` . The build path starts with a small
5+ The v1.0 milestone turns the repository into a publishable Python package
6+ named ` agent-runtime-kit ` . The build path starts with a small
77installable core and public runtime contract, adds the fake-SDK harness needed
88to keep vendor drift under control, then delivers Claude/Codex adapters,
99Antigravity plus cross-runtime proof, and finally release-ready docs,
Original file line number Diff line number Diff line change 22
33## Project
44
5- ** AgentSDK **
5+ ** agent-runtime-kit **
66
7- AgentSDK is a new Python package, planned for publication as
8- ` agent-runtime-kit ` , that gives developers one clean API for running agentic
7+ ` agent-runtime-kit ` is a Python package that gives developers one clean API for running agentic
98coding tasks through Claude Agent SDK, OpenAI Codex SDK, and Google
109Antigravity SDK. It extracts the useful vendor-runtime ideas from Mestre while
1110remaining independently useful to the community: install it, choose a runtime,
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ all = [
3535]
3636
3737[project .urls ]
38- Homepage = " https://github.com/ebarti/agent-sdk "
39- Repository = " https://github.com/ebarti/agent-sdk "
40- Issues = " https://github.com/ebarti/agent-sdk /issues"
38+ Homepage = " https://github.com/ebarti/agent-runtime-kit "
39+ Repository = " https://github.com/ebarti/agent-runtime-kit "
40+ Issues = " https://github.com/ebarti/agent-runtime-kit /issues"
4141
4242[dependency-groups ]
4343dev = [
You can’t perform that action at this time.
0 commit comments