Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 742 Bytes

File metadata and controls

39 lines (25 loc) · 742 Bytes

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