Module: RubynCode::Goal

Defined in:
lib/rubyn_code.rb,
lib/rubyn_code/goal/evaluator.rb

Overview

Session goals: a goal is a plain-language condition the user wants satisfied before the agent stops working. The Goal::Evaluator judges, via a lightweight LLM call, whether the condition has been met based on the recent conversation. Used by Hooks::GoalHook on the :stop event.

Defined Under Namespace

Classes: Evaluator