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
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
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.
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.
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.
Modular Expansion
Developers can extend basic functionalities by integrating their own LLMs, APIs, or data processing pipelines.
Developer Workflow
Model Selection
Choose the most suitable LLM for the use case (e.g., GPT-4 for complex tasks, PaLM for multi-modal inputs).
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.
Agent Training
Fine-tune agents in a dedicated training environment using labeled data or transfer learning.
Testing and Debugging
Simulate agent tasks and refine logic using the SDK’s debugging tools.
Deployment
Deploy trained agents to Hybrid’s Layer 2 or other supported networks with integrated compute and storage options.
Last updated