Back to evaluations
Public evaluation

Autonomous Scientific Design

The evaluation will assess the agent system's ability to autonomously research, propose, simulate, and refine a scientific design (e.g., a hypothetical drug molecule or battery material) based on a given problem statement. Emphasis will be placed on the robustness of the LangGraph workflow, the efficacy of RAG, and the correct MCP tool integration.

Evaluation type
task based
Challenge
MCP-Enabled Drug Design Agent
Difficulty
Advanced
Rigor
Unspecified

Evaluation overview

How the linked challenge is judged: tasks, benchmarks, and criteria count.

Tasks
1
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

Autonomous Scientific Design

Evaluates the agent system's ability to propose a novel compound/material and simulate its properties based on provided literature and tools.

Input format

JSON with 'problem_statement': string, 'target_properties': dict (e.g., {'stability': 'high', 'toxicity': 'low'}), 'available_scientific_papers': list[string], 'mock_simulation_api_endpoint': string

Output format

JSON with 'proposed_design': string (e.g., SMILES string or material composition), 'simulated_properties': dict, 'reasoning_path': list[string] (LangGraph trace), 'final_analysis': string