Aktualisiere Entwicklungsstand zum Agent-Lifecycle
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
parent
45fb9b2bf4
commit
9294f5e324
2 changed files with 3 additions and 1 deletions
|
|
@ -192,6 +192,7 @@ Ergaenzt seit dem ersten Geruest:
|
||||||
|
|
||||||
- `message_wall`-Resolver im Backend
|
- `message_wall`-Resolver im Backend
|
||||||
- dateibasierte Agent-Konfiguration zusaetzlich zu Env-Overrides
|
- dateibasierte Agent-Konfiguration zusaetzlich zu Env-Overrides
|
||||||
|
- strukturierte Agent-Logs mit internem Health-Snapshot und signalgesteuertem Shutdown
|
||||||
- lokales Compose-Grundgeruest fuer PostgreSQL und Mosquitto
|
- lokales Compose-Grundgeruest fuer PostgreSQL und Mosquitto
|
||||||
|
|
||||||
## Arbeitsweise
|
## Arbeitsweise
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ Die Trennung von `/srv/docker/infoboard-netboot` ist sinnvoll, damit:
|
||||||
- Erste Dev-Testliste: `docs/TEST-CHECKLIST-DEV.md`
|
- Erste Dev-Testliste: `docs/TEST-CHECKLIST-DEV.md`
|
||||||
- Template-/Kampagnenkonzept: `docs/TEMPLATE-KONZEPT.md`
|
- Template-/Kampagnenkonzept: `docs/TEMPLATE-KONZEPT.md`
|
||||||
- `layout_json` fuer `message_wall`: `docs/LAYOUT-JSON.md`
|
- `layout_json` fuer `message_wall`: `docs/LAYOUT-JSON.md`
|
||||||
|
- Player-Agent-Lifecycle und Health-Modell: `docs/PLAYER-AGENT-LIFECYCLE.md`
|
||||||
- Provisionierungskonzept: `docs/PROVISIONIERUNGSKONZEPT.md`
|
- Provisionierungskonzept: `docs/PROVISIONIERUNGSKONZEPT.md`
|
||||||
- Player-Konzept: `docs/PLAYER-KONZEPT.md`
|
- Player-Konzept: `docs/PLAYER-KONZEPT.md`
|
||||||
- Server-Konzept: `docs/SERVER-KONZEPT.md`
|
- Server-Konzept: `docs/SERVER-KONZEPT.md`
|
||||||
|
|
@ -37,7 +38,7 @@ Die Trennung von `/srv/docker/infoboard-netboot` ist sinnvoll, damit:
|
||||||
## Aktueller Implementierungsstand
|
## Aktueller Implementierungsstand
|
||||||
|
|
||||||
- `server/backend/` enthaelt ein lauffaehiges Go-Grundgeruest mit erster Tool-API fuer `message_wall`
|
- `server/backend/` enthaelt ein lauffaehiges Go-Grundgeruest mit erster Tool-API fuer `message_wall`
|
||||||
- `player/agent/` enthaelt ein Go-Grundgeruest mit dateibasierter und env-basierter Konfiguration
|
- `player/agent/` enthaelt ein Go-Grundgeruest mit dateibasierter/env-basierter Konfiguration, strukturierten Logs und internem Health-Modell
|
||||||
- `compose/` enthaelt ein lokales Grundgeruest fuer PostgreSQL und Mosquitto
|
- `compose/` enthaelt ein lokales Grundgeruest fuer PostgreSQL und Mosquitto
|
||||||
- `ansible/` enthaelt erste Platzhalter fuer Inventory und Playbook-Struktur
|
- `ansible/` enthaelt erste Platzhalter fuer Inventory und Playbook-Struktur
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue