add model client component (#2)

This commit is contained in:
Jack Gerrits
2024-05-17 11:09:59 -04:00
committed by GitHub
parent 02675126be
commit ebee8b856f
14 changed files with 867 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ echo "--- Running ruff format ---"
ruff format
echo "--- Running ruff check ---"
ruff check
echo "--- Running ruff lint ---"
echo "--- Running pyright ---"
pyright
echo "--- Running ruff test ---"
echo "--- Running mypy ---"
mypy