Skip to content

Releases: eraykeskinmac/strands-teams

v0.1.0 - Initial Release

15 Oct 00:59

Choose a tag to compare

🚀 Features

  • Adaptive Cards: Rich, interactive Microsoft Teams message cards
  • Pre-built Templates: Notifications, approvals, status updates, and simple messages
  • Custom Cards: Full adaptive card schema support
  • Action Buttons: Add interactive elements to messages
  • Rich Formatting: Markdown support, images, and media
  • Type Safe: Full type hints and validation
  • Easy Integration: Drop-in tool for Strands Agents SDK

📦 Installation

pip install strands-teams

🔗 Quick Start

from strands import Agent
from strands_teams import teams

agent = Agent(tools=[teams])
agent("send a Teams notification: New lead from Acme Corp")

📚 Documentation

Full documentation available in the README

Built for the Strands community 🚀