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.gitInstall (UV)[https://docs.astral.sh/uv/] python package manager
uv venvuv sync- Locally using fastapi
uv run fastapi dev- Locally using uvicorn
uv run uvicorn app.main:app --reload