Humanoid-TaskWeaver-1B / example_output.json
ariefansclub's picture
Create example_output.json
e417af7 verified
{
"goal": "Deliver medical kit to location B",
"agents": [
{
"id": "agent_1",
"role": "navigator",
"actions": ["scan path", "avoid obstacle", "move forward"]
}
],
"constraints": ["avoid humans", "battery < 20% requires recharge"],
"estimated_steps": 12
}