typescript-sdk
TypeScript SDK for ACP clients and agents.
파일 탐색기
최종 버전 다운로드 (.zip)- 05_bug_report.yml
- 10_accepted_protocol_changes.yml
- config.yml
- ci.yml
- publish.yml
- dependabot.yml
- meta.unstable.json
- schema.unstable.json
- meta.json
- schema.json
- generate.js
- spellcheck.sh
- final.png
- menu.png
- agent.ts
- client.ts
- dual-version-agent.ts
- http-client.ts
- http-server.ts
- README.md
- ws-client.ts
- guards.gen.ts
- index.ts
- types.gen.ts
- zod.gen.ts
- streams.ts
- test-agent.ts
- test-http-server.ts
- guards.gen.ts
- index.ts
- types.gen.ts
- zod.gen.ts
- acp.test.ts
- acp.ts
- acp.test.ts
- acp.ts
- connection.test.ts
- connection.ts
- cookie-store.test.ts
- cookie-store.ts
- http-stream.test.ts
- http-stream.ts
- jsonrpc.test.ts
- jsonrpc.ts
- line-buffer.test.ts
- line-buffer.ts
- node-adapter.test.ts
- node-adapter.ts
- protocol-router.test.ts
- protocol-router.ts
- protocol.test.ts
- protocol.ts
- schema-deserialize.test.ts
- schema-deserialize.ts
- server-permission.test.ts
- server-session-sse.test.ts
- server-sse.test.ts
- server-sse.ts
- server-websocket-upgrade.test.ts
- server.test.ts
- server.ts
- sse.test.ts
- sse.ts
- stream.test.ts
- stream.ts
- typedoc.json
- typedoc.v2.json
- ws-server.ts
- ws-stream.test.ts
- ws-stream.ts
- ws-utils.test.ts
- ws-utils.ts
- .gitignore
- .prettierignore
- .prettierrc
- .release-please-manifest.json
- AGENTS.md
- CHANGELOG.md
- eslint.config.js
- LICENSE
- MIGRATION_0.26_0.27.md
- package-lock.json
- package.json
- README.md
- release-please-config.json
- tsconfig.json
- typos.toml
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/agentclientprotocol/typescript-sdk
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd typescript-sdk
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install @agentclientprotocol/sdk
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
