Skip to content

Commit d5ccf5f

Browse files
committed
docs: add Go SDK link; repoint protocol links to agent-passport.org
1 parent 1099f61 commit d5ccf5f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ This repo IS NOT:
5858
## Related
5959

6060
- TypeScript SDK: https://github.com/aeoess/agent-passport-system
61+
- Go SDK: https://github.com/aeoess/agent-passport-go
6162
- MCP server: https://github.com/aeoess/agent-passport-mcp
6263
- Website: https://aeoess.com

README.md

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

33
[![PyPI](https://img.shields.io/pypi/v/agent-passport-system)](https://pypi.org/project/agent-passport-system/)
44

5-
**Enforcement and accountability layer for AI agents. Bring your own identity.** Python implementation of the [Agent Passport Protocol](https://aeoess.com), cross-language compatible with the [TypeScript SDK](https://www.npmjs.com/package/agent-passport-system) — signatures created in Python verify in TypeScript and vice versa. The Python port is a strict subset of the TS SDK; see the note under "What's Included" below for the current scope boundary.
5+
**Enforcement and accountability layer for AI agents. Bring your own identity.** Python implementation of the [Agent Passport Protocol](https://agent-passport.org), cross-language compatible with the [TypeScript SDK](https://www.npmjs.com/package/agent-passport-system) — signatures created in Python verify in TypeScript and vice versa. The Python port is a strict subset of the TS SDK; see the note under "What's Included" below for the current scope boundary.
66

77
## Install
88

@@ -114,8 +114,9 @@ Cross-language parity with the [TypeScript SDK](https://www.npmjs.com/package/ag
114114

115115
## Links
116116

117-
- **Website**: https://aeoess.com
117+
- **Website**: https://agent-passport.org
118118
- **TypeScript SDK**: https://www.npmjs.com/package/agent-passport-system
119+
- **Go SDK**: https://pkg.go.dev/github.com/aeoess/agent-passport-go
119120
- **MCP Server**: https://www.npmjs.com/package/agent-passport-system-mcp
120121
- **Remote MCP**: https://mcp.aeoess.com/sse
121122
- **Papers**:
@@ -128,7 +129,7 @@ Cross-language parity with the [TypeScript SDK](https://www.npmjs.com/package/ag
128129
- [Cognitive Attestation](https://doi.org/10.5281/zenodo.19646276)
129130
- [The Evidence-Safety Gap](https://doi.org/10.5281/zenodo.19914628)
130131
- IETF Internet-Draft: `draft-pidlisnyi-aps-00`
131-
- **LLM docs**: https://aeoess.com/llms-full.txt
132+
- **LLM docs**: https://agent-passport.org/llms-full.txt
132133

133134
## Tests
134135

0 commit comments

Comments
 (0)