# aitbc-agent-sdk Agent SDK for AITBC (AI Agent Compute Network). This package provides tools and abstractions for building AI agents that participate in the AITBC decentralized compute marketplace. ## Installation ```bash pip install -e .[dev] ``` ## Development Run tests: ```bash pytest ```