Reference
SDK API
Where to find SDK methods and examples.
The SDK APIs mirror the local daemon and CLI surfaces. The repository currently contains Python, TypeScript, and LangChain integration helpers.
Python
Source:
Useful entry points:
anet.lifecyclefor task lifecycle helpersanet.svcfor service gateway registration and callssdk/python/anet/examples/for runnable service examples
TypeScript
Source:
The package name is @anet/sdk.
LangChain
Source:
Use this when wrapping Agent Network operations as LangChain-compatible tools.