Package dev.dokimos.mcp.store
Interface ResultStore
- All Known Implementing Classes:
JsonResultStore
public interface ResultStore
Persistence layer for evaluation run records.
-
Method Summary
-
Method Details
-
save
Saves a run record. Overwrites if a record with the same ID exists. -
get
Returns a run by ID, or empty if not found. -
list
Lists runs, most recent first.- Parameters:
datasetName- optional filter by dataset name (null for all)limit- maximum number to return (0 for all)- Returns:
- matching records
-