fmarky's picture
feat: create agent to pass gaia tests with 30p level 1 + integration langfuse
3bf4af2
Raw
History Blame
347 Bytes
{
"version": "2.0.0",
"tasks": [
{
"label": "uv: run active file",
"type": "shell",
"command": "uv",
"args": ["run", "${fileBasename}"],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}