hi, I tried cloning your repo and following the instructions above (also tried to poke around the repo). The installation instructions don't seem to work, and I don't see a pyproject.toml or sdk.py anywhere in the repo -- is this wip?
❯ uv venv --python 3.12 .venv && source .venv/bin/activate
Using CPython 3.12.10
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate
❯ uv pip install -e ".[dev]"
error: <redacted>/lanser-cli does not appear to be a Python project, as neither `pyproject.toml` nor `setup.py` are present in the directory