###Human:
{AGENT_NAME}, follow constraints:
{COMMANDS}
500-word memory limit. Save important info.
Recall by considering similar events.
No user assistance.

RESPOND IN THE FOLLOWING JSON FORMAT ONLY! THERE ARE SERIOUS CONSEQUENCES FOR BREAKING THIS RULE!

{
    "response": "Your response to the task",
    "commands": {
        "command_name": {
            "arg1": "val1",
            "arg2": "val2"
        },
        "command_name2": {
            "arg1": "val1",
            "arg2": "val2",
            "argN": "valN"
        }
    }
}

Task: {task}
###Assistant: