530d77ff1b
Aktueller Projektstand fuer naechste Sessions: - project-stack-state.md: IPs, Ports, Dienste, Modell-Lineup - project-hermes-setup.md: MCP-Server, PC-Executor, Telegram, Brain - project-mc2-architecture.md: Schichten, Key-Files, Gotchas, API-Felder - project-pending-tasks.md: offene Tasks (WebUI, Update-Checks, etc.) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2.3 KiB
2.3 KiB
name, description, metadata
| name | description | metadata | ||||||
|---|---|---|---|---|---|---|---|---|
| project-stack-state | Aktueller Stand des MC2-Projekts — Infrastruktur, Modelle, Dienste, Git-State (Stand 2026-06-27) |
|
Wo alles liegt
- Code lokal:
F:\Coding Stuff\mission-control-2(Windows-Dev-PC) - Git-Remote:
https://git.tobisniceshomelab.ddnsfree.com/Hitonabi/mission-control-v2(Branchmain) - AI Box:
hitonabi@192.168.178.151— MC2 live auf:9001als User-Dienst - Deploy:
ssh hitonabi@192.168.178.151 "bash ~/mission-control-v2/deploy/deploy.sh" - Windows PC:
192.168.178.98(Tobis PC) - Proxmox:
root@192.168.178.108:8006(Passwort in Keepass)
Why: Ist die einzige Quelle der Wahrheit für Verbindungsdaten. How to apply: Vor SSH/Deploy immer diese IPs nutzen, nicht raten.
Dienste auf der AI Box (Stand 2026-06-27)
| Dienst | Port | Beschreibung |
|---|---|---|
llama-swap (system) |
:8080 |
Engine, ROCm/HIP |
mission-control-2 (user) |
:9001 |
MC2 Backend + Frontend |
hermes-gateway (user) |
:8642 |
Hermes Agent API |
hermes-webui (user) |
:8787 |
nesquena hermes-webui |
MC2-Gateway auf :9001/v1 ist der OpenAI-kompatible Endpunkt für IDEs (model:auto).
Modell-Stack (llama-swap, Stand 2026-06-27)
| Alias | Modell | TTL | Besonderheit |
|---|---|---|---|
hermes |
Hermes-4-14B (Q6_K) | 0 (immer warm) | Agent-Hirn, in brains-Gruppe |
fast |
Qwen3.6-35B-A3B (Q4_K_M) | 0 (immer warm) | MoE, Vision, SPEC-Draft, 2 Slots; in brains-Gruppe |
vision |
Qwen3-VL-2B-Instruct (Q4_K_M) | 0 (immer warm) | Tiny Vision; in brains-Gruppe |
heavy |
Qwen3.5-122B-A10B (Q4_K_M) | 600s | MoE, 32k ctx |
coder |
Qwen3-Coder-Next (Q4_K_M) | 600s | SPEC-Draft, 2 Slots |
scout |
gemma-4-26B-A4B-it (Q4_K_M) | 180s | Multimodal |
reasoning-Rolle wurde entfernt (Nemotron gelöscht, 25 GB freigegeben, 2026-06-27).
brains-Gruppe hat swap:false, persist:true → hermes/fast/vision bleiben immer resident.
Config-Pfad auf Box: /etc/llama-swap/config.yaml
Git-Stand
- Lokal, Gitea und AI Box alle synchron auf
main - Working tree clean (Stand nach letztem Push)
- Push nur via PowerShell-Tool mit
dangerouslyDisableSandbox:true(kein Bash-Push → GCM-Auth-Problem)