Skip to content

Commit 3c27f1d

Browse files
Copilothiyouga
andcommitted
chore: rename agent adapter package metadata
Co-authored-by: hiyouga <16256802+hiyouga@users.noreply.github.com>
1 parent 5126f2a commit 3c27f1d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository contains a minimal Python package and a minimal TypeScript package for the Agent Adapter hello world examples.
44

5-
## Python package
5+
## Python package (agent-adapter-py)
66

77
Install dependencies and run the example:
88

@@ -18,7 +18,7 @@ make quality
1818
make test
1919
```
2020

21-
## TypeScript package
21+
## TypeScript package (agent-adapter-ts)
2222

2323
From the `typescript` directory:
2424

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "agent-adapter"
2+
name = "agent-adapter-py"
33
version = "0.1.0"
4-
description = "Agent Adapter Python package"
4+
description = "Agent Adapter Py package"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = []

typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "agent-adapter",
2+
"name": "agent-adapter-ts",
33
"version": "0.1.0",
4-
"description": "Agent Adapter TypeScript package",
4+
"description": "Agent Adapter TS package",
55
"main": "dist/index.js",
66
"scripts": {
77
"build": "tsc -p tsconfig.json",

0 commit comments

Comments
 (0)