docs: call out hero_embedder as a prerequisite and explain degraded mode #96
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_books!96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_docs_hero_embedder_prerequisite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Document
hero_embedderas a required prerequisite for the full Hero Books feature set, explain degraded-mode behavior when it is not running, and surface the scaryWARNmessage as a Troubleshooting entry so new users know it is informational.Related Issue
Closes #87
Changes
README.md— new### Prerequisitessubsection at the top of Installation explaining thehero_embedderdependency, what features it enables, what "degraded mode" means, and pointing at the Hero-native install path (hero_skills+service_embedder+service_books). New### Troubleshootingsubsection that explains theWARN Cannot persist stateline users were hitting, plus the "socket in use" case.docs/manual/server.md— new "External Dependency: hero_embedder" section near the top describing the dependency, default endpoints, and degraded-mode behavior, linking tosearch.mdandai_processing.mdfor feature details.Test Results
Docs-only change; no build or test suite affected.
Superseded by #97, which rewrites the README in the hero_compute / hero_whiteboard style and folds the Prerequisites + Troubleshooting content from this PR into it (along with broader alignment work against
hero_sockets,cargo_deps, and several other Hero skills). Recommending this one be closed once #97 lands.