LATE.IO2 / backend /tasks_definitions.json
AIEINC
Initial Hugging Face Space deployment
5e1dfdc
[
{
"name": "run_simulation",
"description": "Run a test simulation on the agent\u2019s current configuration.",
"params": []
},
{
"name": "digs_analysis",
"description": "Analyze DIGS memory and return trait summary.",
"params": []
},
{
"name": "upload_file",
"description": "Upload a CSV to the agent\u2019s memory.",
"params": [
"filename"
]
}
]