Welcome to haive-tools¶
haive-tools provides 120+ AI tools and toolkits for the Haive ecosystem - the most comprehensive collection of production-ready integrations.
✨ Key Features¶
- 🛠️ 120+ Production Tools
Comprehensive integrations across all major APIs and services
- 🔍 Advanced Search Intelligence
Tavily context search, Google ecosystem, academic research
- 💻 Development Toolkit
CST transformers, code analysis, automated refactoring
- 💰 Financial Data APIs
FRED economic data, Alpha Vantage, Polygon, Yahoo Finance
- 📡 Communication Tools
Discord, Slack, Twilio, Gmail, Jira integration
- 🎮 Entertainment APIs
Gaming databases, reference materials, fun utilities
⚡ Quick Start¶
Install haive-tools:
poetry add haive-tools
Use advanced search tools:
from haive.tools.search_tools import tavily_qna
# Context-aware question answering
answer = tavily_qna(
query="What are the latest developments in AI?",
search_depth="advanced",
include_answer=True,
days=7
)
print(f"Answer: {answer}")
Access Google ecosystem:
from haive.tools.google import google_search_tool
# Google search with rich metadata
results = google_search_tool(
query="machine learning frameworks",
num_results=10,
include_snippets=True
)
print(f"Found {len(results)} results")
📚 Documentation¶
📖 User Guide
💻 Development
📝 Reference
🔍 API Reference¶
Complete API documentation with examples:
🔍 API Reference
📊 Project Info¶
Documentation: https://haive-tools.readthedocs.io
License: MIT