Implemented basic discovery library in Rust + python bindings

Co-authored-by: Gelu Vrabie <gelu@exolabs.net>
Co-authored-by: Seth Howes <sethshowes@gmail.com>
Co-authored-by: Matt Beton <matthew.beton@gmail.com>
This commit is contained in:
Andrei Cravtov
2025-07-23 13:11:29 +01:00
committed by GitHub
parent 76f903504c
commit 8d2536d926
83 changed files with 3448 additions and 655 deletions

View File

@@ -17,13 +17,16 @@ lint-check:
uv run ruff check master worker shared engines/*
test:
uv run pytest master worker shared engines/*
uv run pytest master worker shared engines/* rust/exo_pyo3_bindings/tests
check:
basedpyright --project pyproject.toml
uv run basedpyright --project pyproject.toml
sync:
uv sync --all-packages --reinstall
uv sync --all-packages
sync-clean:
uv sync --all-packages --force-reinstall
protobufs:
just regenerate-protobufs