semif-api-rocm

SemIf HTTP API and rocm flake
Log | Files | Refs | README | LICENSE

Download .tar.gz

ModeNameSize
-rw-r--r--.gitignore24L
-rw-r--r--AGENTS.md79L
-rw-r--r--LICENSE15L
-rw-r--r--README.md71L
-rw-r--r--docs/games.md87L
-rw-r--r--docs/llama-backend.md82L
-rw-r--r--docs/usage.md75L
-rw-r--r--examples/examples-shared.jsonl4L
-rw-r--r--examples/game-fixtures.cjs23L
-rw-r--r--examples/reference-direct.jsonl4L
-rw-r--r--examples/reference-shared.jsonl4L
-rw-r--r--flake.lock45L
-rw-r--r--flake.nix202L
-rw-r--r--scripts/compare.py36L
-rwxr-xr-xscripts/validate.sh55L
-rw-r--r--semif-api/README.md98L
-rw-r--r--semif-api/pyproject.toml36L
-rw-r--r--semif-api/src/semif_api/__init__.py1L
-rw-r--r--semif-api/src/semif_api/app.py281L
-rw-r--r--semif-api/src/semif_api/llama.py403L
-rw-r--r--semif-api/src/semif_api/web/app.js786L
-rw-r--r--semif-api/src/semif_api/web/game-rules.js221L
-rw-r--r--semif-api/src/semif_api/web/game.js259L
-rw-r--r--semif-api/src/semif_api/web/index.html300L
-rw-r--r--semif-api/src/semif_api/web/planner.js73L
-rw-r--r--semif-api/src/semif_api/web/room-rules.js450L
-rw-r--r--semif-api/src/semif_api/web/room-self-game.js562L
-rw-r--r--semif-api/src/semif_api/web/room-self-rules.js97L
-rw-r--r--semif-api/src/semif_api/web/room.js297L
-rw-r--r--semif-api/src/semif_api/web/self-game.js502L
-rw-r--r--semif-api/src/semif_api/web/self-rules.js112L
-rw-r--r--semif-api/src/semif_api/web/style.css346L
-rw-r--r--tests/test_api.py145L
-rw-r--r--tests/test_game.cjs228L
-rw-r--r--tests/test_llama.py237L
-rw-r--r--tests/test_llama_api.py132L
-rw-r--r--tests/test_roomself.cjs317L
-rw-r--r--tests/test_self.cjs179L