Developers

Everything you need to build with Hooble. Docs, tools, and community.

Quick Start

python
pip install hooble
from hooble import Agent
agent = Agent(model="hooble-ai", tools=["chain", "cloud"])
agent.run("Your task here")
View Full Documentation →