LiteLLM
This guide explains how to use Integry with LiteLLM to post a message on Slack.
pip install integry litellm2. Initialize Integry & Agent
import litellm
from integry import Integry
from integry import handle_litellm_tool_callsuser_id = "[email protected]" #replace with your email used during sign up
3. Register the Integry Function as a Tool
4. Connect Your Slack Account
5. Execute Agent

Last updated
Was this helpful?