Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@eraykeskinmac eraykeskinmac released this 15 Oct 01:58
· 4 commits to main since this release

πŸš€ Initial Release - strands-hubspot v0.1.0

Welcome to the first release of strands-hubspot, a powerful HubSpot CRM integration tool for Strands Agents SDK!

✨ Features

  • Universal CRM Access: Works with ANY HubSpot object type (contacts, deals, companies, tickets, etc.)
  • Smart Search: Advanced filtering with property-based queries
  • Read-Only Safety: Secure operations that prevent accidental data modification
  • Rich Console Output: Beautiful table displays with Rich library
  • Easy Integration: Drop-in tool for Strands agents
  • Type Safe: Full type hints and validation

πŸ› οΈ Installation

pip install strands-hubspot

πŸ”§ Quick Start

from strands import Agent
from strands_hubspot import hubspot

# Create an agent with HubSpot tool
agent = Agent(tools=[hubspot])

# Search contacts
agent("find all contacts created in the last 30 days")

# Create a deal  
agent("create a deal called 'Acme Corp Q4' with amount 50000")

# Get company details
agent("get company information for ID 67890")

πŸ“‹ Requirements

  • Python 3.9+
  • Strands Agents SDK 1.11.0+
  • HubSpot API access

πŸ”— Links


Built for the Strands community πŸš€