Skip to content

dev agents task_examples

leshy edited this page Mar 24, 2026 · 6 revisions

PY API with more details: https://github.com/dimensionalOS/dimos/issues/1636


  • Go around that car, take 300 photos of it, assemble a 3D video of it

    • Semantic mem search for a car + nav + some trigonometry
  • Go around that car in front of you

    • VLM query of cam view? Some loop, walk until 1 m away from obstacle?
    • Function call? walk_towards_bounding_box_until_you_reach_obstacle?
  • Go sit beside a couch pls

    • how does this work at all? some spatial understanding, access to map? need to define "beside" Pose
  • Security Demo with only Patrol module hardcoded

  • Security Demo without Patrol OR detect->follow module

    • potentially very simple rxpy stream, like walk forward, ping pong around the walls, detect -> cmd_vel to direction

Clone this wiki locally