Ensure having Python 3.11 and poetry installed.
pip install poetry==1.7.1Install dependencies
poetry shell
poetry installCopy the .env.example file to .env and fill in the required environment variables.
cp .env.example .envFollow instructions in the Ollama
ollama serve
ollama pull mistrallangchain servedocker compose up --buildslack_socket_modeflowchart LR
A((Request)) --> B(Supervisor)
B --> C{Select Agent}
C --> D1[DatetimeProvider]
D1 --> B
C --> D2[GenericSearch]
D2 --> B
C --> D3[RandomNumber]
D3 --> B
C --> D4[RandomSelect]
D4 --> B
C --> D5[SlackSearcher]
D5 --> B
C --> D6[SlackToolkit]
D6 --> B
C --> D7[ThreadSummary]
D7 --> B
C --> D8[WebrcaCreate]
D8 --> B
C --> |FINISH| E((Response))