mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-25 14:46:19 +00:00
Some checks failed
Test / Run Python Tests (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Co-authored-by: bytecii <bytecii@users.noreply.github.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
20 lines
297 B
TOML
20 lines
297 B
TOML
version = "1.0"
|
|
|
|
[metadata]
|
|
author_name = "eigent-ai"
|
|
difficulty = "{difficulty}"
|
|
category = "agent_benchmark"
|
|
tags = [{tags}]
|
|
source = "eigent-bench"
|
|
|
|
[verifier]
|
|
timeout_sec = 120.0
|
|
|
|
[agent]
|
|
timeout_sec = 600.0
|
|
|
|
[environment]
|
|
build_timeout_sec = 600.0
|
|
cpus = 2
|
|
memory_mb = 4096
|
|
storage_mb = 5120
|