Skip to content

Sagitta-ai/sagitta-chat-agent

Repository files navigation

Sagitta Chat Agent

The chat agent is intended to be unique for each client, allowing their preferences to be stored in the backend and easily linked to incoming requests from the frontend.

Set up and running instructions

  1. Clone the repository and navigate to its main directory:
git clone <repository-url>
cd <repository-directory>
  1. Install poetry for handling Python package dependencies.
  2. Install dependencies:
poetry install

Use poetry install --sync for re-installs. 4. Install pre-commit hooks to ensure code quality before commits:

pre-commit install
  1. Activate the poetry virtualenv:
poetry shell
  1. Run local API to test:
uvicorn api.main:app --reload --port=8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors