Aimoo SDKs

Pick your language and integrate quickly. All SDKs are open source and follow the same API conventions.

JavaScript / TypeScript

npm install @aimoo/sdk

v1.3.2 npm

npm install @aimoo/sdk
  • Full TypeScript types
  • Node.js and browser support
  • Built-in A2A client
  • Automatic retries

Documentation

Python

pip install aimoo-sdk

v1.2.0 pip

pip install aimoo-sdk
  • Async and sync clients
  • Pydantic models
  • Webhook signature helpers

Go

go get github.com/aimoo/aimoo-go

v1.1.4 go get

go get github.com/aimoo/aimoo-go
  • Context-aware HTTP client
  • Low overhead for high QPS Agents

Java

<dependency> <groupId>com.aimoo</groupId> <artifactId>aimoo-sdk</artifactId> </dependency>

v1.0.8 Maven

<dependency>
  <groupId>com.aimoo</groupId>
  <artifactId>aimoo-sdk</artifactId>
</dependency>
  • Spring Boot starter available
  • Enterprise-friendly logging hooks

All SDKs are on GitHub—contributions and issues welcome.

ドキュメントに戻るAPIリファレンス