Releases: eraykeskinmac/strands-tools-community
Releases · eraykeskinmac/strands-tools-community
v0.2.0 - Meta-package Update
v0.2.0 - Meta-package Update
Transitioned to meta-package structure. Now imports from individual Strands packages:
strands-deepgram- Speech processingstrands-hubspot- CRM operationsstrands-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-teamsMigration 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
- Individual Packages (coming soon):
- Documentation: README.md
- PyPI Package: strands-tools-community
v0.1.0 - Initial Release
🎉 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