Initial commit: localgenai stack
Containerized local LLM stack for the Framework Desktop / Strix Halo,
plus the OpenCode harness on the Mac side.
- pyinfra/framework/: pyinfra deploy targeting the box
- llama.cpp (Vulkan), vLLM (ROCm), Ollama (ROCm with HSA override
for gfx1151), OpenWebUI
- Beszel (host + container + AMD GPU dashboard via sysfs)
- OpenLIT (LLM fleet metrics)
- Phoenix (per-trace agent waterfall)
- OpenHands (autonomous agent in a Docker sandbox)
- opencode/: OpenCode config + Phoenix bridge plugin (OTel exporter)
- install.sh deploys to ~/.config/opencode/
- StrixHaloSetup.md / StrixHaloMemory.md / Roadmap.md / TODO.md:
documentation and planning
- testing/qwen3-coder-30b/: small evaluation harness
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
pyinfra-debug.log
|
||||
|
||||
# Python build artefacts
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Local agent state files (binary, machine-specific)
|
||||
agentdb.rvf
|
||||
agentdb.rvf.lock
|
||||
ruvector.db
|
||||
**/ruvector.db
|
||||
|
||||
# Test outputs
|
||||
testing/**/test_results/
|
||||
testing/**/__pycache__/
|
||||
|
||||
# Node deps in the OpenCode plugin — install.sh's `npm install` regenerates
|
||||
opencode/.opencode/plugin/node_modules/
|
||||
|
||||
# Phoenix bridge diagnostic log (Mac path, written at runtime)
|
||||
/tmp/phoenix-bridge.log
|
||||
|
||||
# Per-machine Claude Code permissions (each clone gets its own)
|
||||
.claude/settings.local.json
|
||||
Reference in New Issue
Block a user