Files
2026-06-17 10:18:55 +02:00
..
2026-06-17 10:18:55 +02:00
2026-06-12 18:16:58 +02:00
2026-06-17 10:18:55 +02:00
2026-06-17 10:18:55 +02:00
2026-06-16 11:27:41 +02:00
2026-06-16 11:27:41 +02:00
2026-06-12 18:16:58 +02:00
2026-06-12 18:16:58 +02:00
2026-06-16 11:27:41 +02:00
2026-06-12 18:16:58 +02:00

ARC Backend

Backend minimal pour le projet ARC :

  • API FastAPI
  • orchestration LangGraph
  • agents PM / Dev / QA
  • interface Chainlit
  • intégration future Qdrant / Redis / vLLM

Installation

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8000

Lancer Chainlit

chainlit run chainlit_app.py --port 8001

Lancement auto

docker compose up --build

Tests

python .\tests\test_snowflake.py 
docker compose exec app python tests/test_qdrant.py

API dispo sur :