File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This 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
77Install dependencies and run the example:
88
@@ -18,7 +18,7 @@ make quality
1818make test
1919```
2020
21- ## TypeScript package
21+ ## TypeScript package (agent-adapter-ts)
2222
2323From the ` typescript ` directory:
2424
Original file line number Diff line number Diff line change 11[project ]
2- name = " agent-adapter"
2+ name = " agent-adapter-py "
33version = " 0.1.0"
4- description = " Agent Adapter Python package"
4+ description = " Agent Adapter Py package"
55readme = " README.md"
66requires-python = " >=3.11"
77dependencies = []
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments