Skip to content

ITV/a2a-slack-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A2A Slack Bot Template

This is a simple template for a Slack bot that uses A2A to connect to kagent.

Follow along with the Integrating kagent with Slack article for a complete walkthrough.

Setup

  1. Clone the repository
git clone https://github.com/kagent-dev/a2a-slack-template.git
  1. Create a virtual environment
uv venv
  1. Install the dependencies
uv sync

Configuration

The bot is configured using environment variables. Make a copy of the .env.example file and fill in the values.

cp .env.example .env

Running the bot

uv run main.py

About

Template for integrating Slack with kagent using A2A

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%