11# @agent-assembly/sdk
22
33[ ![ npm version] ( https://img.shields.io/npm/v/@agent-assembly/sdk.svg )] ( https://www.npmjs.com/package/@agent-assembly/sdk )
4- [ ![ CI] ( https://github.com/AI -agent-assembly/node-sdk/actions/workflows/test-matrix.yml/badge.svg?branch=master )] ( https://github.com/AI -agent-assembly/node-sdk/actions/workflows/test-matrix.yml )
4+ [ ![ CI] ( https://github.com/ai -agent-assembly/node-sdk/actions/workflows/test-matrix.yml/badge.svg?branch=master )] ( https://github.com/ai -agent-assembly/node-sdk/actions/workflows/test-matrix.yml )
55[ ![ License: Apache 2.0] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( ./LICENSE )
6- [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=AI -agent-assembly_node-sdk&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=AI -agent-assembly_node-sdk )
7- [ ![ codecov] ( https://codecov.io/gh/AI -agent-assembly/node-sdk/branch/master/graph/badge.svg )] ( https://codecov.io/gh/AI -agent-assembly/node-sdk )
6+ [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=ai -agent-assembly_node-sdk&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=ai -agent-assembly_node-sdk )
7+ [ ![ codecov] ( https://codecov.io/gh/ai -agent-assembly/node-sdk/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ai -agent-assembly/node-sdk )
88
99TypeScript/Node.js SDK for Agent Assembly, licensed under Apache 2.0.
1010
@@ -14,7 +14,7 @@ TypeScript/Node.js SDK for Agent Assembly, licensed under Apache 2.0.
1414> the ` alpha ` dist-tag. The public surface (` initAssembly ` , ` withAssembly ` ) is stabilizing
1515> but ** may change between alpha releases** , and per-platform native packaging is still
1616> being hardened. Pin an exact version for reproducible installs and review the
17- > [ release notes] ( https://github.com/AI -agent-assembly/node-sdk/releases ) before upgrading.
17+ > [ release notes] ( https://github.com/ai -agent-assembly/node-sdk/releases ) before upgrading.
1818> Production deployments should track the first ` 0.1.0 ` release.
1919
2020``` bash
@@ -232,21 +232,21 @@ across all SDKs.
232232
233233| Project | What it is |
234234| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- |
235- | [ agent-assembly] ( https://github.com/AI -agent-assembly/agent-assembly ) | Core Rust runtime — gateway, policy engine, proxy, eBPF, CLI (` aasm ` ). The protocol specification lives here. |
235+ | [ agent-assembly] ( https://github.com/ai -agent-assembly/agent-assembly ) | Core Rust runtime — gateway, policy engine, proxy, eBPF, CLI (` aasm ` ). The protocol specification lives here. |
236236| [ Documentation site] ( https://ai-agent-assembly.github.io/agent-assembly-docs/ ) | Canonical, cross-repo documentation for the whole platform. |
237- | [ python-sdk] ( https://github.com/AI -agent-assembly/python-sdk ) | Sibling SDK for Python. |
238- | [ go-sdk] ( https://github.com/AI -agent-assembly/go-sdk ) | Sibling SDK for Go. |
239- | [ Release notes] ( https://github.com/AI -agent-assembly/node-sdk/releases ) | Per-version changelog for this package. |
240- | [ Organization profile] ( https://github.com/AI -agent-assembly ) | Index of every Agent Assembly repository and its status. |
237+ | [ python-sdk] ( https://github.com/ai -agent-assembly/python-sdk ) | Sibling SDK for Python. |
238+ | [ go-sdk] ( https://github.com/ai -agent-assembly/go-sdk ) | Sibling SDK for Go. |
239+ | [ Release notes] ( https://github.com/ai -agent-assembly/node-sdk/releases ) | Per-version changelog for this package. |
240+ | [ Organization profile] ( https://github.com/ai -agent-assembly ) | Index of every Agent Assembly repository and its status. |
241241
242242## Support & security
243243
244244- ** Questions and bug reports** — open an issue on the
245- [ node-sdk issue tracker] ( https://github.com/AI -agent-assembly/node-sdk/issues ) . Include
245+ [ node-sdk issue tracker] ( https://github.com/ai -agent-assembly/node-sdk/issues ) . Include
246246 your Node.js version, OS/arch, and the SDK version (` pnpm why @agent-assembly/sdk ` ).
247247- ** Security vulnerabilities** — please do ** not** file a public issue. Report privately
248248 via the repository's
249- [ security advisories] ( https://github.com/AI -agent-assembly/node-sdk/security/advisories )
249+ [ security advisories] ( https://github.com/ai -agent-assembly/node-sdk/security/advisories )
250250 page so a fix can be coordinated before disclosure.
251251- ** Contributing** — see [ CONTRIBUTING.md] ( ./CONTRIBUTING.md ) for environment setup, the
252252 adapter-authoring guide, and the test/commit conventions.
0 commit comments