This is API server that supports /check
, /track
& /attach
endpoint. SDK's would be build around this server
git clone https://github.com/fluxx-lab/flux-api.git
Install (UV)[https://docs.astral.sh/uv/] python package manager
uv venv
uv sync
- Locally using fastapi
uv run fastapi dev
- Locally using uvicorn
uv run uvicorn app.main:app --reload