Uses composio to summarize slack issues for a day. Finds the NPS for that day.
- Create a slack integration. (https://docs.composio.dev/apps/slack)
- Create channels with issues in title (Ex:
crewai-issues
,composio-issues
). This is where user's issues are reported. - Create a channel called
today-summary-bot
. This is where the final summary would be posted. - This ai agent will fetch the issues reported in the channels. Combine them based on the priority.
- Posts the summary in
today-summary-bot
channel. - We will analyse the sentiment for that day based on the user queries.
- Same sentiment parameter will be posted in the channel.
- pip install pyautogen composio_autogen
- composio-cli add slack (this is for the authentication)
These are the channels on slack.
Issues mentioned in the channels.
On summary.py
execution