Summary
I found several documentation drift issues between the current Memoh main branch, the root repository docs, and the public docs site at https://docs.memoh.ai/.
This issue tracks the cleanup and links the focused PRs.
Drift areas
DEPLOYMENT.md still references stale Docker Compose services/profiles:
agent service / http://localhost:8081
browser profile
openviking compose profile
- old core service list
- Public Bot Management docs are behind the current UI:
- missing Agents/ACP tab
- missing Plugins tab
- Terminal/Files are documented as Bot Detail tabs, but they now live in the chat/workspace UI
- Public Sessions docs say Memoh has five session types, but current code also supports
acp_agent.
- Public provider/TTS docs only describe Edge TTS, while current code exposes broader speech and transcription provider support.
Planned PRs
- Memoh main repo: refresh
DEPLOYMENT.md
- memoh-docs repo: update public docs pages and sidebars for current UI/features
Source of truth checked
- Memoh main branch
docker-compose.yml
- Web UI bot detail tabs
- session type constants and session sidebar filter
- speech/transcription routes and client type constants
- current public docs source repo
Summary
I found several documentation drift issues between the current Memoh main branch, the root repository docs, and the public docs site at https://docs.memoh.ai/.
This issue tracks the cleanup and links the focused PRs.
Drift areas
DEPLOYMENT.mdstill references stale Docker Compose services/profiles:agentservice /http://localhost:8081browserprofileopenvikingcompose profileacp_agent.Planned PRs
DEPLOYMENT.mdSource of truth checked
docker-compose.yml