Skip to content

Releases: eraykeskinmac/strands-tools-community

v0.2.0 - Meta-package Update

14 Oct 23:36

Choose a tag to compare

v0.2.0 - Meta-package Update

Transitioned to meta-package structure. Now imports from individual Strands packages:

  • strands-deepgram - Speech processing
  • strands-hubspot - CRM operations
  • strands-teams - Microsoft Teams notifications

Changes

✅ Updated to meta-package wrapper pattern
✅ Dependencies now point to individual packages
✅ Maintains backward compatibility with fallback imports
✅ Updated README with installation options

Breaking Changes

None - fully backward compatible!

Recommended for New Projects

Use individual packages for better dependency management:

pip install strands-deepgram
pip install strands-hubspot
pip install strands-teams

Migration Path

Existing users can continue using strands-tools-community without any changes. The package will automatically use individual packages if available, or fall back to bundled versions.

Links

v0.1.0 - Initial Release

09 Oct 03:17

Choose a tag to compare

🎉 Initial Release - Strands Tools Community

Community-built production-ready tools for Strands Agents SDK.

✨ Features

Three production-ready tools for building powerful AI agents:

  • 🎤 Deepgram - Speech-to-text, text-to-speech, audio intelligence with 30+ language support
  • 🏢 HubSpot - Complete CRM operations with smart search and associations
  • 📢 Microsoft Teams - Rich notifications with adaptive cards and templates

📦 Installation

pip install strands-tools-community

🔗 Links