Skip to content

Latest commit

 

History

57 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8004-sdk

Monorepo for 8004 SDKs. Current layout includes a Python SDK and a TypeScript SDK.

Repository Structure

  • python/: Python SDK (bankofai.sdk_8004)
  • ts/: TypeScript SDK (@bankofai/8004-sdk)

Python 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.md
  • python/sample/README.md

TypeScript SDK

Location:

  • ts/

Entrypoint:

  • import { SDK } from "@bankofai/8004-sdk"

Install and build (local):

cd ts
npm install
npm run build

Quick start and chain-specific examples:

  • ts/README.md
  • ts/examples/README.md

Subgraph Status

  • 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.

About

8004 SDK

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages