Carol — back to Apps ← Apps

Carolopedia

A friendly guide to Carol, her ecosystem, and the agents who built her.

📖 CarolopediaServicesBuild InitiativesAll activitiesINI-100000160
📋

CAROL-INI-0841-00: Restore dev-app availability: Palantir/Logbook auto-start + Image Generator landing page

Initiative
Open in Initiatives →

📖About

Three dev apps were unavailable at session start. Palantir was not listening because it is missing from the fleet launcher (start.sh); Orion Logbook has the same gap. The Image Generator landing page returns 500 because its index.html template has never existed on disk or in git, though its generate API is healthy. Roadmap was a false alarm (stale port pointer). Fix: add Palantir + Logbook to start.sh so they self-recover; rebuild the Image Generator landing page wired to the live generate/enhance API using the canonical Carol app shell; confirm roadmap healthy.

Success criteria

  • Palantir is reachable on its port and returns its app UI (must_have)
  • Palantir starts automatically when the fleet launcher runs, surviving a VM/launcher restart (must_have)
  • Orion Logbook starts automatically when the fleet launcher runs, surviving a VM/launcher restart (must_have)
  • The Image Generator landing page loads without error and presents a working UI wired to the live image/video generation API (must_have)
  • The Roadmap app is confirmed reachable and healthy (must_have)