-
Notifications
You must be signed in to change notification settings - Fork 10
Agentic Evaluator #59
Copy link
Copy link
Open
Labels
coreIn regards to the core package `maseval/core`In regards to the core package `maseval/core`enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
coreIn regards to the core package `maseval/core`In regards to the core package `maseval/core`enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
An
Evaluatorclass that reads through the traces autonomously would be great. Automated failure diagnostics are becoming more common. Equipping an evaluator with tools to explore traces on its own could be very useful.E.g. expose a
Tracestool to the evalutor with methods such asget_models()etc would be useful. Basically, almost ajson-like interface.