https://github.com/0xintuition/agent-registry
https://github.com/0xintuition/agent-registry
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xintuition/agent-registry
- Owner: 0xIntuition
- Created: 2025-07-21T15:19:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T15:02:55.000Z (10 months ago)
- Last Synced: 2025-08-06T17:21:05.419Z (10 months ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reference implementation for agent registry
## Install
```
pnpm i
```
## Usage
```
pnpm tsx src/01-register-agent.ts
pnpm tsx src/03-find-agent.ts
pnpm tsx src/02-update-agent.ts
pnpm tsx src/03-find-agent.ts
```