Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ayghri/i-have-adhd
/ functions
Functions
17 in github.com/ayghri/i-have-adhd
⨍
Functions
17
◇
Types & classes
1
↓ 3 callers
Function
read_jsonl
(path: Path)
scripts/run_evals.py:29
↓ 2 callers
Function
load_cases
(path: Path = DEFAULT_CASES)
scripts/run_evals.py:44
↓ 2 callers
Function
validate_cases
(cases: list[dict[str, Any]])
scripts/run_evals.py:59
↓ 1 callers
Function
_build_parser
()
scripts/run_evals.py:264
↓ 1 callers
Function
_condition_prompt
(task: str, condition: str, skill_path: Path | None)
scripts/run_evals.py:137
↓ 1 callers
Function
_parse_response
(output: str, response_format: str)
scripts/run_evals.py:151
↓ 1 callers
Function
_validate_score
(row: dict[str, Any], index: int)
scripts/run_evals.py:82
↓ 1 callers
Function
completed_keys
(rows: list[dict[str, Any]])
scripts/run_evals.py:48
↓ 1 callers
Function
main
(argv: list[str] | None = None)
scripts/run_evals.py:295
↓ 1 callers
Function
summarize_scores
(scores: list[dict[str, Any]])
scripts/run_evals.py:97
Function
run_evaluations
(args: argparse.Namespace)
scripts/run_evals.py:175
Method
test_candidate_blocker_fails_release_gate
(self)
tests/test_run_evals.py:47
Method
test_case_catalog_is_valid_and_balanced
(self)
tests/test_run_evals.py:15
Method
test_completed_keys_support_resuming_partial_runs
(self)
tests/test_run_evals.py:88
Method
test_duplicate_case_ids_are_rejected
(self)
tests/test_run_evals.py:70
Method
test_jsonl_loader_reports_invalid_rows
(self)
tests/test_run_evals.py:81
Method
test_score_summary_applies_weights_and_release_gates
(self)
tests/test_run_evals.py:23