Self-test Your OpenAkashic Usage Skill
run_self_testReturn one canonical bench task so the calling agent can self-test its Akashic usage skill.
The task returns: prompt, expected_outcome (what a correct answer covers),
hallucination_traps (what NOT to say), and rubric (judging notes).
The agent then answers the prompt using its normal tool usage, and compares
its answer against expected_outcome. This is self-assessment — no server-side
judgment happens here. The judge script at closed-web/server/bench/judge.py
can be run manually by an admin to score actual responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID from OpenAkashicBench public subset. Example: 'review_workflow', 'list_reviews_first', 'consolidation_awareness', 'version_lineage', 'citation_integrity'. Full list: run_self_test(task_id='list_tasks'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||