MVP0
This commit is contained in:
14
agents_service/README.md
Normal file
14
agents_service/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Agents Service (FastAPI)
|
||||
|
||||
```bash
|
||||
python -m venv .venv
|
||||
# Windows: .venv\Scripts\activate
|
||||
pip install -r requirements.txt
|
||||
cp .env.example .env
|
||||
python -m uvicorn src.main:app --reload --port 8001
|
||||
```
|
||||
|
||||
- Swagger: http://localhost:8001/docs
|
||||
|
||||
|
||||
Docker: build from root with `docker compose up --build`
|
||||
Reference in New Issue
Block a user