docs: rewrite reasoning/termination/events/evaluation/state concept pages#30
Merged
Conversation
…ages Same template as the provider pages and the prior concept-page batch: pitch / when to pick / getting started / capabilities (each runnable) / gotchas / source / see also. - reasoning.md: lead with the wrong-premise problem, three add-ons each with a runnable snippet, fixed combination order. - termination.md: lead with the | / & algebra; runnable predicates; inspect-what-stopped recipe; built-in conditions table. - events.md: reference page covering every LocusEvent subtype with the actual fields from src/locus/core/events.py. - evaluation.md: align copy with real EvalCase API (expected_tools / expected_output_contains / max_iterations). - state.md: explain the immutable AgentState, builder methods, and reducers for graph branches. Pages sized 59→141, 65→139, 63→191, 79→139, 61→123. Signed-off-by: Federico Kamelhar <federico.kamelhar@oracle.com>
3 tasks
…id fix) Signed-off-by: Federico Kamelhar <federico.kamelhar@oracle.com>
Signed-off-by: Federico Kamelhar <federico.kamelhar@oracle.com>
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.
Summary
Second concept-page batch using the same template as PR #29 and the
provider pages: pitch / when to pick / getting started / capabilities
(each runnable) / gotchas / source / see also.
Test plan