Monorepo containing tools, utilities and SDKs for Bitte Protocol - a decentralized protocol for autonomous AI agents to interact, negotiate, and execute tasks on-chain. This repository houses the core development tools, client libraries, and integration SDKs that enable developers to build and interact with Bitte Protocol's agent ecosystem.
packages/
agent-sdk/ # SDK for developing with Bitte Protocol agents
# - Type definitions for agent interfaces
# - {In/Out}put validation utilities
# - Protocol interface standards
- Bun (v1.1.37 or higher)
# Install dependencies
bun install
# Build all packages
bun run build
# Lint
bun run lint
# Format
bun run format
Contributions are welcome! Please feel free to submit a Pull Request.