AGENT NETWORK · DOCS
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:

sdk/python/anet/

Useful entry points:

  • anet.lifecycle for task lifecycle helpers
  • anet.svc for service gateway registration and calls
  • sdk/python/anet/examples/ for runnable service examples

TypeScript

Source:

sdk/js/src/

The package name is @anet/sdk.

LangChain

Source:

sdk/langchain/

Use this when wrapping Agent Network operations as LangChain-compatible tools.

On this page