docs(glossary): complete agent/context/eval/templates/tokenwise terms#46
Merged
JasonJarvan merged 2 commits intoJun 30, 2026
Conversation
Fill glossary gaps for the five modules under review and fix one stale entry. Additive only; no other owner's terms changed. - context_engine: rewrite stale Context Engine entry (legacy/curator/ default engine split collapsed into one ContextAssembler); add SegmentBuilder, Segment, Prompt Segments, ContextPlan; Curator = Seg 6. - agent: add Tool, Tool Registry, Checkpoint, Empty-Response Recovery, Synthesis, Personalizer, Context Builder. - eval_engine: add EvalJudge, JudgeVerdict. - templates: add Workspace & Onboarding section. - token_wise: add StrategyRegistry, UsageTracker, CacheOptimizer, UsageSnapshot; refine TokenStrategy hook seam. Co-authored-by: Claude (claude-opus-4-8) <noreply@anthropic.com>
…docstring' into docs/glossary_agent_context_eval_templates_tokenwise
JasonJarvan
deleted the
docs/glossary_agent_context_eval_templates_tokenwise
branch
June 30, 2026 07:14
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.
Change description
context_engine — rewrite the stale "Context Engine" entry: the historical
legacy/curator/defaultengine split was collapsed into oneContextAssembler(theengine:setting is now only a backward-compat alias); add SegmentBuilder, Segment, Prompt Segments (# Memory/# Skills/# Active Skills), ContextPlan; note the Curator is now Segment 6.agent — add Tool, Tool Registry, Checkpoint, Empty-Response Recovery, Synthesis, Personalizer, Context Builder. huangjie's Agent Loop / Turn Runner / Agent Hook / Subagent entries are left untouched.
eval_engine — add EvalJudge and JudgeVerdict (the actual task-completion judge and its three-state verdict).
templates — add a "Workspace & Onboarding" section: Workspace, Workspace Template, Onboarding, Bootstrap Files.
token_wise — add StrategyRegistry, UsageTracker, CacheOptimizer, UsageSnapshot, and the
before_llm_call/after_llm_callhook seam (TokenWise / TokenStrategy verified accurate, refined only). Planned-but-unshipped strategies inPLAN.mdare intentionally omitted.Out-of-scope findings surfaced during the same pass (two accuracy nits in huangjie's Agent Core entries, plus a
packagedocstring gap) were sent to the team separately and are intentionally not changed here.Type of change
Related issues (if there is)
Checklists
Development
Security
Code review