docs: testbed README (run/agent/conformance), setup.sh deps, build log, project status

This commit is contained in:
opencode
2026-08-08 04:29:08 +03:00
parent 8e467f22af
commit 132eb25c62
4 changed files with 134 additions and 10 deletions
+6 -2
View File
@@ -8,7 +8,11 @@ source testbed/.venv/bin/activate
pip install --upgrade pip
# aicc-py SDK from sibling checkout
pip install -e "$HOME/Desktop/aicc-py"
# Engine and demo deps go here (e.g. ursina, panda3d, pillow, websockets)
# pip install ...
# Engine + demo deps: Pillow (headless raycaster renderer), websockets (transport),
# openai (LLM demo client), pytest (test suite)
pip install pillow websockets openai pytest pytest-asyncio
echo "Setup done. Activate with: source testbed/.venv/bin/activate"
echo "Run the bridge: scripts/run_bridge.sh"
echo "Run the demo: testbed/.venv/bin/python -m testbed.demo --agent auto"
echo "Conformance: testbed/.venv/bin/python -m testbed.conformance ~/Desktop/aicc-spec/conformance/scenarios"