LegalComplianceQuery
The evaluation module will rigorously assess the OpenAI Agents SDK agent's ability to provide accurate, well-justified, and compliant tax and legal advice based on a simulated MCP. Emphasis will be on correctness, completeness, and citation of regulations.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
LegalComplianceQuery
Evaluate the agent's ability to answer a specific legal/tax compliance question for a given country.
{"query": "string", "country": "string", "context": "string"}
{"advice": "string", "is_compliant": "boolean", "citations": ["string"]}
PolicyJustificationCheck
Evaluate if the agent can correctly identify a compliance issue and justify it with regulations.
{"scenario": "string", "country": "string"}
{"compliance_issue_detected": "boolean", "issue_description": "string", "violating_regulations": ["string"]}