Open Knowledge skill guidance now covers direct business questions…#210
Merged
Conversation
* feat(open-knowledge): answer direct corpus questions, offer to persist (PRD-7083) Skill guidance now routes plain business questions (which customers, can we, what did we decide) to search/exec plus a cited answer, with no research or report keyword needed. Adds discriminating opt-in persistence: answer in chat by default and only offer to save a page when the answer is durable, spans multiple docs, is not already covered, and is sourced. Never auto-creates content. * Address review: specify headless answer destination, trim changeset * Address review recs: research-boundary note, synthesis negative example, SPEC fixes GitOrigin-RevId: 82defd290d7e9eeb3ad6450052280d37beddb6cf
Contributor
There was a problem hiding this comment.
Automated approval from agents-private public-mirror-sync (run: https://github.com/inkeep/agents-private/actions/runs/27793728543). Source of truth is the monorepo; direct edits on inkeep/open-knowledge are overwritten on next sync.
|
|
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.
Open Knowledge skill guidance now covers direct business questions over the corpus, not just "research"/"report" phrasing. A plain question routes to
search/execplus a cited answer with no magic keyword needed. When the answer synthesizes multiple docs and is durably reusable, the agent offers to persist it as a page — never auto-creating content and staying in chat when in doubt.