Verify the documentation against source and add a Console page#277
Open
omatheusmesmo wants to merge 2 commits into
Open
Verify the documentation against source and add a Console page#277omatheusmesmo wants to merge 2 commits into
omatheusmesmo wants to merge 2 commits into
Conversation
Document the previously-undocumented /console server-rendered admin UI (setup wizard, memory/skills/cognition/config/schedule pages) as a new operator-level page, with nav entries in the Roq template and the Antora nav. Signed-off-by: Matheus Oliveira <matheus.6148@gmail.com>
Checked every concrete claim (config properties, endpoints, tool names, defaults) against the code and fixed the errors found: pgvector reframed as durable embeddings rather than the default (markdown is the @DefaultBean; app ships hybrid); the missing searchMemories tool and POST /api/admin/memory/consolidate endpoint; the six cognition stores miscount; the Telegram webhook path (/api/webhook/telegram); the wrong context-TTL env var and non-existent TTS aliases; the Google token-vault framed as on by default (app disables it); and stale API_USER_PASSWORD references. Rebalanced depth (trimmed composition, cut the speculative skills roadmap) and added mermaid diagrams where they clarify (composition pipeline, skills lifecycle, storage reconcile-vs-migrate, Google OAuth flow). Signed-off-by: Matheus Oliveira <matheus.6148@gmail.com>
Contributor
|
🚀 Docs preview for 4c4ab09 is live: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A full verification pass over the site documentation against the source, plus a new Console page.
Verified and corrected
Checked every concrete claim (config properties, endpoints, tool names, defaults) against the code and fixed:
@DefaultBean; the app shipshybrid)searchMemoriestool andPOST /api/admin/memory/consolidateendpoint/api/webhook/telegram)API_USER_PASSWORDreferencesDepth and diagrams
Trimmed composition, cut the speculative skills roadmap, and added mermaid diagrams where they clarify (composition pipeline, skills lifecycle, storage reconcile-vs-migrate, Google OAuth flow).
New Console page
Documents the
/consoleadmin UI (setup wizard, memory/skills/cognition/config/schedule), with nav entries in both the Roq template and the Antora nav.Notes
Both doc trees updated (
site/content/and thedocs/Antora mirror); regenerated viamvn -f docs/pom.xml verifywith no config-includes drift. Two commits: the Console page, then the corrections.