CrewAI
This guide explains how to use Integry with CrewAI to post a message on Slack.
1. Install Required Libraries
pip install integry crewai2. Initialize Integry & Agent
import os
from integry import Integry
from crewai import Agent, Task, Crew, LLM
from crewai.tools.structured_tool import CrewStructuredTooluser_id = "[email protected]"
3. Initialize Agent with an Integry Function as a Tool

4. Connect Your Slack Account
5. Execute Agent
Last updated
Was this helpful?