@@ -6,8 +6,8 @@ single design philosophy: **intercept, evaluate, report**.
66
77| | Python | TypeScript | Go |
88| ---| --------| ------------| -----|
9- | ** Repository** | [ trusera-agent-sdk] ( https://github.com/Trusera/trusera-agent-sdk ) | [ trusera-sdk-js] ( https://github.com/Trusera/trusera-sdk-js ) | [ trusera-sdk-go] ( https://github.com/Trusera/trusera-sdk-go ) |
10- | ** Package** | ` trusera-sdk ` (PyPI) | ` trusera-sdk ` (npm) | ` github.com/Trusera/trusera-sdk-go ` |
9+ | ** Repository** | [ trusera-agent-sdk] ( https://github.com/Trusera/trusera-agent-sdk ) | [ trusera-sdk-js] ( https://github.com/Trusera/trusera-sdk-js ) | [ trusera-sdk-go] ( https://github.com/Trusera/ai-bom/ trusera-sdk-go ) |
10+ | ** Package** | ` trusera-sdk ` (PyPI) | ` trusera-sdk ` (npm) | ` github.com/Trusera/ai-bom/ trusera-sdk-go ` |
1111| ** License** | Apache 2.0 | Apache 2.0 | Apache 2.0 |
1212
1313---
@@ -68,7 +68,7 @@ Choose the SDK that matches your agent's language:
6868| Feature | Python | TypeScript | Go |
6969| ---------| --------| ------------| -----|
7070| ** Package name** | ` trusera-sdk ` | ` trusera-sdk ` | ` trusera-sdk-go ` |
71- | ** Install command** | ` pip install trusera-sdk ` | ` npm install trusera-sdk ` | ` go get github.com/Trusera/trusera-sdk-go ` |
71+ | ** Install command** | ` pip install trusera-sdk ` | ` npm install trusera-sdk ` | ` go get github.com/Trusera/ai-bom/ trusera-sdk-go ` |
7272| ** HTTP Interception** | ` @monitor ` decorator | ` fetch ` monkey-patch | ` http.RoundTripper ` wrapper |
7373| ** LangChain Integration** | ` TruseraCallbackHandler ` | ` TruseraLangChainHandler ` | -- |
7474| ** CrewAI Integration** | ` TruseraCrewCallback ` (StepCallback) | -- | -- |
@@ -212,7 +212,7 @@ package main
212212
213213import (
214214 " net/http"
215- " github.com/Trusera/trusera-sdk-go"
215+ " github.com/Trusera/ai-bom/ trusera-sdk-go"
216216)
217217
218218func main () {
@@ -551,7 +551,7 @@ package main
551551import (
552552 " fmt"
553553 " net/http"
554- " github.com/Trusera/trusera-sdk-go"
554+ " github.com/Trusera/ai-bom/ trusera-sdk-go"
555555)
556556
557557func main () {
@@ -1202,7 +1202,7 @@ regardless of which SDK generated them.
12021202- [ Cedar Policy Language] ( https://www.cedarpolicy.com )
12031203- [ Python SDK Reference] ( https://docs.trusera.io/sdk/python )
12041204- [ TypeScript SDK Reference] ( https://docs.trusera.io/sdk/typescript )
1205- - [ Go SDK Reference] ( https://pkg.go.dev/github.com/Trusera/trusera-sdk-go )
1205+ - [ Go SDK Reference] ( https://pkg.go.dev/github.com/Trusera/ai-bom/ trusera-sdk-go )
12061206- [ AI-BOM Scanner] ( https://github.com/Trusera/ai-bom )
12071207
12081208---
0 commit comments