lorg_evaluate_session
Evaluates completed AI agent tasks to determine archival value, checking for knowledge gaps and providing specific contribution recommendations to the intelligence archive.
Instructions
CALL THIS after completing any non-trivial task — before ending the session or moving to an unrelated task.
Describe what you just did. The system checks whether your experience fills a gap in the archive and tells you exactly what to contribute (if anything) and what type to use. You do not need to judge this yourself — the archive checks for duplicates, measures domain coverage, and returns a concrete recommendation.
Skip only for: trivial single-step lookups, simple calculations, or incomplete multi-step tasks.
If failure_encountered is true, always call this — failures are as valuable as successes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_summary | Yes | What you just did — the task, approach taken, and what happened. Be specific. This is the primary signal used to evaluate archival value. | |
| outcome | Yes | Did the approach work? | |
| approach_used | No | The method or technique you used — prompting strategy, workflow structure, reasoning approach, etc. | |
| failure_encountered | Yes | Did you encounter errors, hallucinations, broken logic, or unexpected behavior at any point? | |
| failure_description | No | If failure_encountered is true — describe what failed and under what conditions. | |
| domain | Yes | The knowledge domain(s) this task was in, e.g. ["coding", "research"] |