24 lines
558 B
TOML
24 lines
558 B
TOML
|
|
schema_version = "1.1"
|
||
|
|
|
||
|
|
[task]
|
||
|
|
name = "sop-tasks/medical_pathfinder_billing_and_coding_c01deb6e"
|
||
|
|
description = "SOP task from CSV row c01deb6e"
|
||
|
|
|
||
|
|
[agent]
|
||
|
|
timeout_sec = 3600.0
|
||
|
|
|
||
|
|
[verifier]
|
||
|
|
timeout_sec = 3600.0
|
||
|
|
|
||
|
|
[environment]
|
||
|
|
os = "linux"
|
||
|
|
cpus = 2
|
||
|
|
memory_mb = 4096
|
||
|
|
env = { INPUTDIR = "/data", OUTPUTDIR = "/data", WORLDBENCH_TOOL_SETS = "syntara_ds_all google_mail_contacts slack_core google_mail_core google_calendar_core jira_core shopify_core" }
|
||
|
|
|
||
|
|
[[environment.mcp_servers]]
|
||
|
|
name = "mcp-proxy"
|
||
|
|
transport = "streamable-http"
|
||
|
|
url = "http://localhost:8000/mcp"
|
||
|
|
|