This repository contains a series of agents intended to be used with the Agent Chat UI (repo). This is a plain chat agent, which simply passes the conversation to an LLM and generates a text response.
Requires python3 but otherwise no special packages. Easiest way to install is to use pip inside a virtual/conda environment. python -m pip install -e . If you want to ...