29 lines
329 B
TOML
29 lines
329 B
TOML
schema_version = "1.2"
|
|
artifacts = []
|
|
|
|
[task]
|
|
name = "hatter/test1"
|
|
description = ""
|
|
authors = []
|
|
keywords = []
|
|
|
|
[metadata]
|
|
|
|
[verifier]
|
|
timeout_sec = 600.0
|
|
|
|
[verifier.env]
|
|
|
|
[agent]
|
|
timeout_sec = 600.0
|
|
|
|
[environment]
|
|
build_timeout_sec = 600.0
|
|
os = "linux"
|
|
allow_internet = true
|
|
mcp_servers = []
|
|
|
|
[environment.env]
|
|
|
|
[solution.env]
|