File size: 406 Bytes
5e1dfdc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[
{
"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"
]
}
] |