# Agent Builder SDK

The **Agent Builder SDK** is the foundational layer of Hybrid’s development ecosystem, enabling developers to build AI agents with access to essential tools and resources. It simplifies the setup process by providing streamlined access to large language models (LLMs), compute resources, and the ability to train agents with integrated datasets and APIs.

The SDK focuses on covering the core needs for AI agent development while allowing developers to customize and expand functionality.

### Core Components

1. **Access to Leading LLMs**
   * The SDK provides seamless integration with the most popular LLMs, enabling developers to select the best model for their specific use case. Supported LLMs include:
     * anthropic claude 3 haiku
     * anthropic claude 3 sonnet
     * gpt-4o
     * gpt-4o mini
     * gpt 4 turbo
     * gpt 3.5
     * cohere command r
     * cohere commanr r plus
2. **Compute Resources**
   * Access to decentralized compute networks optimized for AI tasks.
   * Compatible with GPU-powered clusters for training and inferencing, ensuring cost-effective and scalable performance.
3. **Training Environments**
   * Pre-configured environments for fine-tuning and optimizing agents.
   * Supports transfer learning to reduce training time and cost by leveraging pre-trained models.
4. **Data Integration**
   * APIs for incorporating datasets from on-chain and off-chain sources.
   * Secure storage for uploading custom data to train or improve agent performance.
5. **Modular Expansion**
   * Developers can extend basic functionalities by integrating their own LLMs, APIs, or data processing pipelines.

### Developer Workflow

1. **Model Selection**
   * Choose the most suitable LLM for the use case (e.g., GPT-4 for complex tasks, PaLM for multi-modal inputs).
2. **Data Preparation**
   * Load and preprocess datasets via integrated APIs or manual uploads.
   * Use pre-built data connectors for blockchain data, market feeds, and social metrics.
3. **Agent Training**
   * Fine-tune agents in a dedicated training environment using labeled data or transfer learning.
4. **Testing and Debugging**
   * Simulate agent tasks and refine logic using the SDK’s debugging tools.
5. **Deployment**
   * Deploy trained agents to Hybrid’s Layer 2 or other supported networks with integrated compute and storage options.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.buildonhybrid.com/hybrid-overview/protocol-layers/agent-builder-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
