Monorepo for 8004 SDKs. Current layout includes a Python SDK and a TypeScript SDK.
python/: Python SDK (bankofai.sdk_8004)ts/: TypeScript SDK (@bankofai/8004-sdk)
Location:
python/
Entrypoint:
from bankofai.sdk_8004.core.sdk import SDK
Install (local editable):
cd python
pip install -e .Quick start and chain-specific examples:
python/README.mdpython/sample/README.md
Location:
ts/
Entrypoint:
import { SDK } from "@bankofai/8004-sdk"
Install and build (local):
cd ts
npm install
npm run buildQuick start and chain-specific examples:
ts/README.mdts/examples/README.md
The repository uses develop for normal integration and main for stable
releases. Create ordinary work from develop and open feature/* pull
requests back to develop. Package versions are updated only while preparing
a release or hotfix.
loadAgent(agentId)works today via direct on-chain reads.getAgent()/searchAgents()are index/subgraph-based and are limited until subgraph integration is enabled.- Full subgraph URL integration is planned for a future update.