Skip to content

Commit 21a0004

Browse files
committed
chore: update repository metadata
1 parent 5565b68 commit 21a0004

5 files changed

Lines changed: 11 additions & 13 deletions

File tree

.planning/PROJECT.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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
76
coding tasks through Claude Agent SDK, OpenAI Codex SDK, and Google
87
Antigravity SDK. It extracts the useful vendor-runtime ideas from Mestre while
98
remaining independently useful to the community: install it, choose a runtime,

.planning/REQUIREMENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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,

.planning/ROADMAP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
77
installable core and public runtime contract, adds the fake-SDK harness needed
88
to keep vendor drift under control, then delivers Claude/Codex adapters,
99
Antigravity plus cross-runtime proof, and finally release-ready docs,

AGENTS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
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
98
coding tasks through Claude Agent SDK, OpenAI Codex SDK, and Google
109
Antigravity SDK. It extracts the useful vendor-runtime ideas from Mestre while
1110
remaining independently useful to the community: install it, choose a runtime,

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]
4343
dev = [

0 commit comments

Comments
 (0)