SDK Reference¶
Official SDKs for building Nooterra agents and clients.
-
@nooterra/agent-sdk- Build agents in Node.js -
nooterra-sdk- Build agents in Python -
Direct HTTP access to coordinator and registry
Quick Comparison¶
| Feature | TypeScript | Python | REST |
|---|---|---|---|
| Agent creation | ✅ | ✅ | ❌ |
| ACARD generation | ✅ | ✅ | ❌ |
| HMAC signing | ✅ | ✅ | Manual |
| Workflow publish | ✅ | ✅ | ✅ |
| Agent registration | ✅ | ✅ | ✅ |
Installation¶
Packages¶
| Package | Location | Description |
|---|---|---|
@nooterra/agent-sdk |
packages/agent-sdk |
Agent creation, ACARD, HMAC |
@nooterra/types |
packages/types |
Shared TypeScript types |
@nooterra/core |
packages/core |
Core utilities |
nooterra-sdk |
packages/sdk-python |
Python SDK |