Skip to content

Commit f7cfa9c

Browse files
committed
chore: rename PyPI package to bond-agent
1 parent c4b42c1 commit f7cfa9c

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Generic agent runtime wrapping PydanticAI with full-spectrum streaming.
1515
## Installation
1616

1717
```bash
18-
pip install bond
18+
pip install bond-agent
1919
```
2020

2121
## Quick Start

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Observe every execution and result. Full transparency—nothing hidden.
1919

2020
<div class="install-cmd" markdown>
2121
```bash
22-
pip install bond
22+
pip install bond-agent
2323
```
2424
</div>
2525

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Get started with Bond in minutes. Build your first transparent AI agent.
55
## Installation
66

77
```bash
8-
pip install bond
8+
pip install bond-agent
99
```
1010

1111
You'll also need an Anthropic API key:

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
2-
name = "bond"
2+
name = "bond-agent"
33
version = "0.1.0"
44
description = "The Forensic Runtime for AI agents - full-spectrum streaming with complete observability"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
license = { text = "Apache 2.0" }
8-
authors = [{ name = "Bond Contributors" }]
8+
authors = [{ name = "bordumb" }]
99
keywords = ["ai", "agent", "llm", "streaming", "observability", "pydantic-ai"]
1010
classifiers = [
1111
"Development Status :: 4 - Beta",
@@ -44,8 +44,8 @@ docs = [
4444
]
4545

4646
[project.urls]
47-
Documentation = "https://renbytes.github.io/bond/"
48-
Repository = "https://github.com/renbytes/bond"
47+
Documentation = "https://renbytes.github.io/bond-agent/"
48+
Repository = "https://github.com/renbytes/bond-agent/"
4949

5050
[build-system]
5151
requires = ["hatchling"]

scripts/publish.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ else
147147
echo ""
148148

149149
if [ "$USE_TEST_PYPI" = true ]; then
150-
echo -e "View package: ${YELLOW}https://test.pypi.org/project/bond/${VERSION}/${NC}"
150+
echo -e "View package: ${YELLOW}https://test.pypi.org/project/bond-agent/${VERSION}/${NC}"
151151
echo ""
152152
echo "Install with:"
153153
echo " pip install --index-url https://test.pypi.org/simple/ bond==${VERSION}"
154154
else
155-
echo -e "View package: ${YELLOW}https://pypi.org/project/bond/${VERSION}/${NC}"
155+
echo -e "View package: ${YELLOW}https://pypi.org/project/bond-agent/${VERSION}/${NC}"
156156
echo ""
157157
echo "Install with:"
158-
echo " pip install bond==${VERSION}"
158+
echo " pip install bond-agent==${VERSION}"
159159
fi
160160
fi
161161

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)