suggest_evolution
Preview knowledge evolution changes for a session before committing, returning current objects and guidance to construct valid operations, reducing trial-and-error.
Instructions
Given a session and a description of what to change, return the current objects/relations and guidance for constructing valid evolution operations. Use this before evolve_knowledge to reduce trial-and-error. If you already have a candidate 'operations' list (same format evolve_knowledge accepts), pass it here first to preview whether it would be valid -- this dry-runs it the same way evolve_knowledge does internally, but commits nothing, so you can check correctness before spending a real evolve_knowledge call on a guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | No | Optional. A candidate list of evolution operations (same format as evolve_knowledge's 'operations') to preview instead of getting a template. Nothing is committed either way. | |
| session_id | Yes | The session to inspect. | |
| description | Yes | What you want to change (e.g. 'add a new Concept about photosynthesis'). |