feat: route profiled ops runs through Glas
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
This commit is contained in:
parent
68ab94581a
commit
0f01c3e421
17 changed files with 895 additions and 11 deletions
|
|
@ -14,9 +14,9 @@
|
|||
## Developer Workflow
|
||||
|
||||
```bash
|
||||
# Install (editable, pulls in the llm-connect sibling checkout)
|
||||
# Install (editable, including the governed profile-execution siblings)
|
||||
python3 -m venv .venv && source .venv/bin/activate
|
||||
pip install -e . -e ../llm-connect pytest
|
||||
pip install -e . -e ../llm-connect -e ../sand-boxer -e ../glas-harness pytest
|
||||
|
||||
# Test
|
||||
PYTHONPATH=".:$HOME/llm-connect" python3 -m pytest tests/ -q
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue