LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
./dimos/__init__.py
./dimos/conftest.py
./dimos/constants.py
./dimos/agents/agent_spec.py
./dimos/agents/agent_test_runner.py
./dimos/agents/annotation.py
./dimos/agents/conftest.py
./dimos/agents/demo_agent.py
./dimos/agents/ollama_agent.py
./dimos/agents/system_prompt.py
./dimos/agents/testing.py
./dimos/agents/utils.py
./dimos/agents/vlm_agent.py
./dimos/agents/vlm_agent_spec.py
./dimos/agents/vlm_stream_tester.py
./dimos/agents/web_human_input.py
./dimos/agents/mcp/conftest.py
./dimos/agents/mcp/mcp_adapter.py
./dimos/agents/mcp/mcp_client.py
./dimos/agents/mcp/mcp_server.py
./dimos/agents/mcp/test_mcp_client.py
./dimos/agents/mcp/test_mcp_client_unit.py
./dimos/agents/mcp/test_mcp_server.py
./dimos/agents/mcp/test_tool_stream.py
./dimos/agents/mcp/tool_stream.py
./dimos/agents/skills/demo_calculator_skill.py
./dimos/agents/skills/demo_google_maps_skill.py
./dimos/agents/skills/demo_gps_nav.py
./dimos/agents/skills/demo_robot.py
./dimos/agents/skills/demo_skill.py
./dimos/agents/skills/google_maps_skill_container.py
./dimos/agents/skills/gps_nav_skill.py
./dimos/agents/skills/navigation.py
./dimos/agents/skills/osm.py
./dimos/agents/skills/person_follow.py
./dimos/agents/skills/speak_skill.py
./dimos/agents/skills/speak_skill_spec.py
./dimos/agents/skills/test_google_maps_skill_container.py
./dimos/agents/skills/test_gps_nav_skills.py
./dimos/agents/skills/test_navigation.py
./dimos/agents/skills/test_unitree_skill_container.py
./dimos/agents_deprecated/agent.py
./dimos/agents_deprecated/agent_config.py
./dimos/agents_deprecated/agent_message.py
./dimos/agents_deprecated/agent_types.py
./dimos/agents_deprecated/claude_agent.py
./dimos/agents_deprecated/memory/base.py
./dimos/agents_deprecated/memory/chroma_impl.py
./dimos/agents_deprecated/memory/image_embedding.py
./dimos/agents_deprecated/memory/spatial_vector_db.py
./dimos/agents_deprecated/memory/test_image_embedding.py
./dimos/agents_deprecated/memory/visual_memory.py
./dimos/agents_deprecated/modules/base.py
./dimos/agents_deprecated/modules/base_agent.py
./dimos/agents_deprecated/modules/gateway/client.py
./dimos/agents_deprecated/modules/gateway/tensorzero_embedded.py
./dimos/agents_deprecated/modules/gateway/tensorzero_simple.py
./dimos/agents_deprecated/prompt_builder/impl.py
./dimos/agents_deprecated/tokenizer/base.py
./dimos/agents_deprecated/tokenizer/huggingface_tokenizer.py
./dimos/agents_deprecated/tokenizer/openai_tokenizer.py
./dimos/assets/foxglove_dashboards/Overwatch.json
./dimos/control/components.py
./dimos/control/coordinator.py
./dimos/control/hardware_interface.py
./dimos/control/task.py
./dimos/control/test_control.py
./dimos/control/tick_loop.py
./dimos/control/blueprints/basic.py
./dimos/control/blueprints/dual.py
./dimos/control/blueprints/mobile.py
./dimos/control/blueprints/teleop.py
./dimos/control/examples/cartesian_ik_jogger.py
./dimos/control/examples/twist_base_keyboard_teleop.py
./dimos/control/tasks/cartesian_ik_task.py
./dimos/control/tasks/servo_task.py
./dimos/control/tasks/teleop_task.py
./dimos/control/tasks/trajectory_task.py
./dimos/control/tasks/velocity_task.py
./dimos/core/_test_future_annotations_helper.py
./dimos/core/conftest.py
./dimos/core/core.py
./dimos/core/daemon.py
./dimos/core/docker_module.py
./dimos/core/global_config.py
./dimos/core/library_config.py
./dimos/core/log_viewer.py
./dimos/core/module.py
./dimos/core/native_module.py
./dimos/core/o3dpickle.py
./dimos/core/resource.py
./dimos/core/rpc_client.py
./dimos/core/run_registry.py
./dimos/core/stream.py
./dimos/core/test_async_module_dispatch_serialization.py
./dimos/core/test_async_module_handles.py
./dimos/core/test_async_module_main.py
./dimos/core/test_async_module_process_observable.py
./dimos/core/test_async_module_rpc.py
./dimos/core/test_async_module_rpc_sync_to_async.py
./dimos/core/test_cli_stop_status.py
./dimos/core/test_core.py
./dimos/core/test_daemon.py
./dimos/core/test_e2e_daemon.py
./dimos/core/test_global_config.py
./dimos/core/test_mcp_integration.py
./dimos/core/test_native_module.py
./dimos/core/test_per_run_logs.py
./dimos/core/test_rpcstress.py
./dimos/core/test_run_registry.py
./dimos/core/test_stream.py
./dimos/core/testing.py
./dimos/core/transport.py
./dimos/core/coordination/_test_module.py
./dimos/core/coordination/blueprints.py
./dimos/core/coordination/module_coordinator.py
./dimos/core/coordination/process_lifecycle.py
./dimos/core/coordination/python_worker.py
./dimos/core/coordination/rpyc_server.py
./dimos/core/coordination/rpyc_services.py
./dimos/core/coordination/test_blueprints.py
./dimos/core/coordination/test_module_coordinator.py
./dimos/core/coordination/test_module_reloading.py
./dimos/core/coordination/test_process_lifecycle.py
./dimos/core/coordination/test_worker.py
./dimos/core/coordination/watchdog_main.py
./dimos/core/coordination/worker_manager.py
./dimos/core/coordination/worker_manager_docker.py
./dimos/core/coordination/worker_manager_python.py
./dimos/core/coordination/worker_messages.py
./dimos/core/introspection/svg.py
./dimos/core/introspection/utils.py
./dimos/core/introspection/blueprint/dot.py
./dimos/core/introspection/module/ansi.py
./dimos/core/introspection/module/dot.py
./dimos/core/introspection/module/info.py
./dimos/core/introspection/module/render.py
./dimos/core/resource_monitor/logger.py
./dimos/core/resource_monitor/monitor.py
./dimos/core/resource_monitor/stats.py
./dimos/core/tests/demo_devex.py
./dimos/core/tests/demo_mcp_killtest.py
./dimos/core/tests/native_echo.py
./dimos/core/tests/stress_test_blueprint.py
./dimos/core/tests/stress_test_module.py
./dimos/core/tests/test_docker_deployment.py
./dimos/core/tests/test_parallel_deploy_cleanup.py
./dimos/e2e_tests/conf_types.py
./dimos/e2e_tests/conftest.py
./dimos/e2e_tests/dimos_cli_call.py
./dimos/e2e_tests/lcm_spy.py
./dimos/e2e_tests/test_control_coordinator.py
./dimos/e2e_tests/test_dimos_cli_e2e.py
./dimos/e2e_tests/test_patrol_and_follow.py
./dimos/e2e_tests/test_person_follow.py
./dimos/e2e_tests/test_scan_and_follow_person.py
./dimos/e2e_tests/test_security_module.py
./dimos/e2e_tests/test_spatial_memory.py
./dimos/exceptions/agent_memory_exceptions.py
./dimos/experimental/security_demo/conftest.py
./dimos/experimental/security_demo/depth_estimator.py
./dimos/experimental/security_demo/security_module.py
./dimos/experimental/security_demo/test_security_module.py
./dimos/hardware/drive_trains/registry.py
./dimos/hardware/drive_trains/spec.py
./dimos/hardware/drive_trains/flowbase/adapter.py
./dimos/hardware/drive_trains/mock/adapter.py
./dimos/hardware/drive_trains/transport/adapter.py
./dimos/hardware/drive_trains/unitree_go2/adapter.py
./dimos/hardware/end_effectors/end_effector.py
./dimos/hardware/manipulators/registry.py
./dimos/hardware/manipulators/spec.py
./dimos/hardware/manipulators/mock/adapter.py
./dimos/hardware/manipulators/openarm/adapter.py
./dimos/hardware/manipulators/openarm/driver.py
./dimos/hardware/manipulators/openarm/test_driver.py
./dimos/hardware/manipulators/piper/adapter.py
./dimos/hardware/manipulators/sim/adapter.py
./dimos/hardware/manipulators/sim/test_shm_adapter.py
./dimos/hardware/manipulators/xarm/adapter.py
./dimos/hardware/sensors/fake_zed_module.py
./dimos/hardware/sensors/camera/module.py
./dimos/hardware/sensors/camera/spec.py
./dimos/hardware/sensors/camera/webcam.py
./dimos/hardware/sensors/camera/gstreamer/gstreamer_camera.py
./dimos/hardware/sensors/camera/gstreamer/gstreamer_camera_test_script.py
./dimos/hardware/sensors/camera/gstreamer/gstreamer_sender.py
./dimos/hardware/sensors/camera/realsense/camera.py
./dimos/hardware/sensors/camera/realsense/handeyeout_xarm6/calibration.json
./dimos/hardware/sensors/camera/zed/camera.py
./dimos/hardware/sensors/camera/zed/compat.py
./dimos/hardware/sensors/camera/zed/single_webcam.yaml
./dimos/hardware/sensors/camera/zed/test_zed.py
./dimos/hardware/sensors/lidar/fastlio2/fastlio_blueprints.py
./dimos/hardware/sensors/lidar/fastlio2/module.py
./dimos/hardware/sensors/lidar/fastlio2/config/avia.yaml
./dimos/hardware/sensors/lidar/fastlio2/config/horizon.yaml
./dimos/hardware/sensors/lidar/fastlio2/config/marsim.yaml
./dimos/hardware/sensors/lidar/fastlio2/config/mid360.yaml
./dimos/hardware/sensors/lidar/fastlio2/config/ouster64.yaml
./dimos/hardware/sensors/lidar/fastlio2/config/velodyne.yaml
./dimos/hardware/sensors/lidar/livox/livox_blueprints.py
./dimos/hardware/sensors/lidar/livox/module.py
./dimos/hardware/sensors/lidar/livox/ports.py
./dimos/hardware/whole_body/registry.py
./dimos/hardware/whole_body/spec.py
./dimos/hardware/whole_body/transport/adapter.py
./dimos/manipulation/blueprints.py
./dimos/manipulation/manipulation_interface.py
./dimos/manipulation/manipulation_module.py
./dimos/manipulation/pick_and_place_module.py
./dimos/manipulation/test_manipulation_module.py
./dimos/manipulation/test_manipulation_unit.py
./dimos/manipulation/test_pick_and_place_unit.py
./dimos/manipulation/control/arm_driver_spec.py
./dimos/manipulation/control/coordinator_client.py
./dimos/manipulation/control/servo_control/cartesian_motion_controller.py
./dimos/manipulation/control/trajectory_controller/joint_trajectory_controller.py
./dimos/manipulation/control/trajectory_controller/spec.py
./dimos/manipulation/grasping/demo_grasping.py
./dimos/manipulation/grasping/grasp_gen_spec.py
./dimos/manipulation/grasping/graspgen_module.py
./dimos/manipulation/grasping/grasping.py
./dimos/manipulation/grasping/visualize_grasps.py
./dimos/manipulation/planning/factory.py
./dimos/manipulation/planning/examples/manipulation_client.py
./dimos/manipulation/planning/kinematics/drake_optimization_ik.py
./dimos/manipulation/planning/kinematics/jacobian_ik.py
./dimos/manipulation/planning/kinematics/pinocchio_ik.py
./dimos/manipulation/planning/monitor/robot_state_monitor.py
./dimos/manipulation/planning/monitor/world_monitor.py
./dimos/manipulation/planning/monitor/world_obstacle_monitor.py
./dimos/manipulation/planning/planners/rrt_planner.py
./dimos/manipulation/planning/spec/config.py
./dimos/manipulation/planning/spec/enums.py
./dimos/manipulation/planning/spec/models.py
./dimos/manipulation/planning/spec/protocols.py
./dimos/manipulation/planning/trajectory_generator/joint_trajectory_generator.py
./dimos/manipulation/planning/trajectory_generator/spec.py
./dimos/manipulation/planning/utils/kinematics_utils.py
./dimos/manipulation/planning/utils/mesh_utils.py
./dimos/manipulation/planning/utils/path_utils.py
./dimos/manipulation/planning/world/drake_world.py
./dimos/mapping/costmapper.py
./dimos/mapping/models.py
./dimos/mapping/test_voxels.py
./dimos/mapping/voxels.py
./dimos/mapping/google_maps/conftest.py
./dimos/mapping/google_maps/google_maps.py
./dimos/mapping/google_maps/models.py
./dimos/mapping/google_maps/test_google_maps.py
./dimos/mapping/occupancy/conftest.py
./dimos/mapping/occupancy/extrude_occupancy.py
./dimos/mapping/occupancy/gradient.py
./dimos/mapping/occupancy/inflation.py
./dimos/mapping/occupancy/operations.py
./dimos/mapping/occupancy/path_map.py
./dimos/mapping/occupancy/path_mask.py
./dimos/mapping/occupancy/path_resampling.py
./dimos/mapping/occupancy/test_extrude_occupancy.py
./dimos/mapping/occupancy/test_gradient.py
./dimos/mapping/occupancy/test_inflation.py
./dimos/mapping/occupancy/test_operations.py
./dimos/mapping/occupancy/test_path_map.py
./dimos/mapping/occupancy/test_path_mask.py
./dimos/mapping/occupancy/test_path_resampling.py
./dimos/mapping/occupancy/test_visualizations.py
./dimos/mapping/occupancy/types.py
./dimos/mapping/occupancy/visualizations.py
./dimos/mapping/occupancy/visualize_path.py
./dimos/mapping/osm/current_location_map.py
./dimos/mapping/osm/demo_osm.py
./dimos/mapping/osm/osm.py
./dimos/mapping/osm/query.py
./dimos/mapping/osm/test_osm.py
./dimos/mapping/pointclouds/demo.py
./dimos/mapping/pointclouds/occupancy.py
./dimos/mapping/pointclouds/test_occupancy.py
./dimos/mapping/pointclouds/test_occupancy_speed.py
./dimos/mapping/pointclouds/util.py
./dimos/mapping/pointclouds/accumulators/general.py
./dimos/mapping/pointclouds/accumulators/protocol.py
./dimos/mapping/utils/distance.py
./dimos/memory/embedding.py
./dimos/memory/test_embedding.py
./dimos/memory/timeseries/base.py
./dimos/memory/timeseries/inmemory.py
./dimos/memory/timeseries/legacy.py
./dimos/memory/timeseries/pickledir.py
./dimos/memory/timeseries/postgres.py
./dimos/memory/timeseries/sqlite.py
./dimos/memory/timeseries/test_base.py
./dimos/memory/timeseries/test_legacy.py
./dimos/memory2/backend.py
./dimos/memory2/buffer.py
./dimos/memory2/conftest.py
./dimos/memory2/embed.py
./dimos/memory2/module.py
./dimos/memory2/registry.py
./dimos/memory2/stream.py
./dimos/memory2/test_blobstore_integration.py
./dimos/memory2/test_buffer.py
./dimos/memory2/test_e2e.py
./dimos/memory2/test_e2e_processing.py
./dimos/memory2/test_embedding.py
./dimos/memory2/test_materialize.py
./dimos/memory2/test_module.py
./dimos/memory2/test_registry.py
./dimos/memory2/test_save.py
./dimos/memory2/test_store.py
./dimos/memory2/test_stream.py
./dimos/memory2/test_visualizer.py
./dimos/memory2/test_voxel_map.py
./dimos/memory2/transform.py
./dimos/memory2/blobstore/base.py
./dimos/memory2/blobstore/file.py
./dimos/memory2/blobstore/sqlite.py
./dimos/memory2/blobstore/test_blobstore.py
./dimos/memory2/codecs/base.py
./dimos/memory2/codecs/jpeg.py
./dimos/memory2/codecs/lcm.py
./dimos/memory2/codecs/lz4.py
./dimos/memory2/codecs/pickle.py
./dimos/memory2/codecs/test_codecs.py
./dimos/memory2/notifier/base.py
./dimos/memory2/notifier/subject.py
./dimos/memory2/observationstore/base.py
./dimos/memory2/observationstore/memory.py
./dimos/memory2/observationstore/sqlite.py
./dimos/memory2/store/base.py
./dimos/memory2/store/memory.py
./dimos/memory2/store/null.py
./dimos/memory2/store/sqlite.py
./dimos/memory2/store/test_null.py
./dimos/memory2/type/filter.py
./dimos/memory2/type/observation.py
./dimos/memory2/utils/formatting.py
./dimos/memory2/utils/sqlite.py
./dimos/memory2/utils/validation.py
./dimos/memory2/vectorstore/base.py
./dimos/memory2/vectorstore/memory.py
./dimos/memory2/vectorstore/sqlite.py
./dimos/memory2/vis/color.py
./dimos/memory2/vis/utils.py
./dimos/memory2/vis/plot/elements.py
./dimos/memory2/vis/plot/plot.py
./dimos/memory2/vis/plot/rerun.py
./dimos/memory2/vis/plot/svg.py
./dimos/memory2/vis/plot/test_plot.py
./dimos/memory2/vis/space/elements.py
./dimos/memory2/vis/space/rerun.py
./dimos/memory2/vis/space/space.py
./dimos/memory2/vis/space/svg.py
./dimos/memory2/vis/space/test_space.py
./dimos/models/base.py
./dimos/models/test_base.py
./dimos/models/embedding/base.py
./dimos/models/embedding/clip.py
./dimos/models/embedding/mobileclip.py
./dimos/models/embedding/test_embedding.py
./dimos/models/embedding/treid.py
./dimos/models/qwen/bbox.py
./dimos/models/qwen/video_query.py
./dimos/models/segmentation/edge_tam.py
./dimos/models/segmentation/configs/edgetam.yaml
./dimos/models/vl/base.py
./dimos/models/vl/create.py
./dimos/models/vl/florence.py
./dimos/models/vl/moondream.py
./dimos/models/vl/moondream_hosted.py
./dimos/models/vl/openai.py
./dimos/models/vl/qwen.py
./dimos/models/vl/test_base.py
./dimos/models/vl/test_captioner.py
./dimos/models/vl/test_vlm.py
./dimos/models/vl/types.py
./dimos/msgs/helpers.py
./dimos/msgs/protocol.py
./dimos/msgs/foxglove_msgs/Color.py
./dimos/msgs/foxglove_msgs/ImageAnnotations.py
./dimos/msgs/geometry_msgs/Point.py
./dimos/msgs/geometry_msgs/PointStamped.py
./dimos/msgs/geometry_msgs/Pose.py
./dimos/msgs/geometry_msgs/PoseArray.py
./dimos/msgs/geometry_msgs/PoseStamped.py
./dimos/msgs/geometry_msgs/PoseWithCovariance.py
./dimos/msgs/geometry_msgs/PoseWithCovarianceStamped.py
./dimos/msgs/geometry_msgs/Quaternion.py
./dimos/msgs/geometry_msgs/Transform.py
./dimos/msgs/geometry_msgs/Twist.py
./dimos/msgs/geometry_msgs/TwistStamped.py
./dimos/msgs/geometry_msgs/TwistWithCovariance.py
./dimos/msgs/geometry_msgs/TwistWithCovarianceStamped.py
./dimos/msgs/geometry_msgs/Vector3.py
./dimos/msgs/geometry_msgs/Wrench.py
./dimos/msgs/geometry_msgs/WrenchStamped.py
./dimos/msgs/geometry_msgs/test_PointStamped.py
./dimos/msgs/geometry_msgs/test_Pose.py
./dimos/msgs/geometry_msgs/test_PoseStamped.py
./dimos/msgs/geometry_msgs/test_PoseWithCovariance.py
./dimos/msgs/geometry_msgs/test_PoseWithCovarianceStamped.py
./dimos/msgs/geometry_msgs/test_Quaternion.py
./dimos/msgs/geometry_msgs/test_Transform.py
./dimos/msgs/geometry_msgs/test_Twist.py
./dimos/msgs/geometry_msgs/test_TwistStamped.py
./dimos/msgs/geometry_msgs/test_TwistWithCovariance.py
./dimos/msgs/geometry_msgs/test_TwistWithCovarianceStamped.py
./dimos/msgs/geometry_msgs/test_Vector3.py
./dimos/msgs/geometry_msgs/test_publish.py
./dimos/msgs/nav_msgs/OccupancyGrid.py
./dimos/msgs/nav_msgs/Odometry.py
./dimos/msgs/nav_msgs/Path.py
./dimos/msgs/nav_msgs/test_OccupancyGrid.py
./dimos/msgs/nav_msgs/test_Odometry.py
./dimos/msgs/nav_msgs/test_Path.py
./dimos/msgs/sensor_msgs/CameraInfo.py
./dimos/msgs/sensor_msgs/Image.py
./dimos/msgs/sensor_msgs/Imu.py
./dimos/msgs/sensor_msgs/JointCommand.py
./dimos/msgs/sensor_msgs/JointState.py
./dimos/msgs/sensor_msgs/Joy.py
./dimos/msgs/sensor_msgs/MotorCommandArray.py
./dimos/msgs/sensor_msgs/PointCloud2.py
./dimos/msgs/sensor_msgs/RobotState.py
./dimos/msgs/sensor_msgs/test_CameraInfo.py
./dimos/msgs/sensor_msgs/test_Joy.py
./dimos/msgs/sensor_msgs/test_PointCloud2.py
./dimos/msgs/sensor_msgs/test_image.py
./dimos/msgs/sensor_msgs/image_impls/AbstractImage.py
./dimos/msgs/std_msgs/Bool.py
./dimos/msgs/std_msgs/Header.py
./dimos/msgs/std_msgs/Int32.py
./dimos/msgs/std_msgs/Int8.py
./dimos/msgs/std_msgs/UInt32.py
./dimos/msgs/std_msgs/test_header.py
./dimos/msgs/tf2_msgs/TFMessage.py
./dimos/msgs/tf2_msgs/test_TFMessage.py
./dimos/msgs/tf2_msgs/test_TFMessage_lcmpub.py
./dimos/msgs/trajectory_msgs/JointTrajectory.py
./dimos/msgs/trajectory_msgs/TrajectoryPoint.py
./dimos/msgs/trajectory_msgs/TrajectoryStatus.py
./dimos/msgs/vision_msgs/BoundingBox2DArray.py
./dimos/msgs/vision_msgs/BoundingBox3DArray.py
./dimos/msgs/vision_msgs/Detection2D.py
./dimos/msgs/vision_msgs/Detection2DArray.py
./dimos/msgs/vision_msgs/Detection3D.py
./dimos/msgs/vision_msgs/Detection3DArray.py
./dimos/msgs/visualization_msgs/EntityMarkers.py
./dimos/navigation/base.py
./dimos/navigation/bbox_navigation.py
./dimos/navigation/demo_ros_navigation.py
./dimos/navigation/navigation_spec.py
./dimos/navigation/rosnav.py
./dimos/navigation/frontier_exploration/test_wavefront_frontier_goal_selector.py
./dimos/navigation/frontier_exploration/utils.py
./dimos/navigation/frontier_exploration/wavefront_frontier_goal_selector.py
./dimos/navigation/patrolling/constants.py
./dimos/navigation/patrolling/create_patrol_router.py
./dimos/navigation/patrolling/module.py
./dimos/navigation/patrolling/patrolling_module_spec.py
./dimos/navigation/patrolling/test_create_patrol_router.py
./dimos/navigation/patrolling/utilities.py
./dimos/navigation/patrolling/routers/base_patrol_router.py
./dimos/navigation/patrolling/routers/coverage_patrol_router.py
./dimos/navigation/patrolling/routers/frontier_patrol_router.py
./dimos/navigation/patrolling/routers/patrol_router.py
./dimos/navigation/patrolling/routers/random_patrol_router.py
./dimos/navigation/patrolling/routers/visitation_history.py
./dimos/navigation/replanning_a_star/controllers.py
./dimos/navigation/replanning_a_star/global_planner.py
./dimos/navigation/replanning_a_star/goal_validator.py
./dimos/navigation/replanning_a_star/local_planner.py
./dimos/navigation/replanning_a_star/min_cost_astar.py
./dimos/navigation/replanning_a_star/min_cost_astar_ext.pyi
./dimos/navigation/replanning_a_star/module.py
./dimos/navigation/replanning_a_star/module_spec.py
./dimos/navigation/replanning_a_star/navigation_map.py
./dimos/navigation/replanning_a_star/path_clearance.py
./dimos/navigation/replanning_a_star/path_distancer.py
./dimos/navigation/replanning_a_star/position_tracker.py
./dimos/navigation/replanning_a_star/replan_limiter.py
./dimos/navigation/replanning_a_star/test_goal_validator.py
./dimos/navigation/replanning_a_star/test_min_cost_astar.py
./dimos/navigation/visual/query.py
./dimos/navigation/visual_servoing/detection_navigation.py
./dimos/navigation/visual_servoing/visual_servoing_2d.py
./dimos/perception/demo_object_scene_registration.py
./dimos/perception/object_scene_registration.py
./dimos/perception/object_scene_registration_spec.py
./dimos/perception/object_tracker.py
./dimos/perception/object_tracker_2d.py
./dimos/perception/object_tracker_3d.py
./dimos/perception/object_tracking_spec.py
./dimos/perception/perceive_loop_skill.py
./dimos/perception/spatial_memory_spec.py
./dimos/perception/spatial_perception.py
./dimos/perception/test_spatial_memory.py
./dimos/perception/test_spatial_memory_module.py
./dimos/perception/common/utils.py
./dimos/perception/detection/conftest.py
./dimos/perception/detection/module2D.py
./dimos/perception/detection/module3D.py
./dimos/perception/detection/moduleDB.py
./dimos/perception/detection/objectDB.py
./dimos/perception/detection/person_tracker.py
./dimos/perception/detection/detectors/base.py
./dimos/perception/detection/detectors/conftest.py
./dimos/perception/detection/detectors/test_bbox_detectors.py
./dimos/perception/detection/detectors/yolo.py
./dimos/perception/detection/detectors/yoloe.py
./dimos/perception/detection/detectors/config/custom_tracker.yaml
./dimos/perception/detection/detectors/person/test_person_detectors.py
./dimos/perception/detection/detectors/person/yolo.py
./dimos/perception/detection/reid/embedding_id_system.py
./dimos/perception/detection/reid/module.py
./dimos/perception/detection/reid/test_embedding_id_system.py
./dimos/perception/detection/reid/test_module.py
./dimos/perception/detection/reid/type.py
./dimos/perception/detection/type/imageDetections.py
./dimos/perception/detection/type/test_detection3d.py
./dimos/perception/detection/type/test_object3d.py
./dimos/perception/detection/type/utils.py
./dimos/perception/detection/type/detection2d/base.py
./dimos/perception/detection/type/detection2d/bbox.py
./dimos/perception/detection/type/detection2d/imageDetections2D.py
./dimos/perception/detection/type/detection2d/person.py
./dimos/perception/detection/type/detection2d/point.py
./dimos/perception/detection/type/detection2d/seg.py
./dimos/perception/detection/type/detection2d/test_bbox.py
./dimos/perception/detection/type/detection2d/test_imageDetections2D.py
./dimos/perception/detection/type/detection2d/test_person.py
./dimos/perception/detection/type/detection3d/base.py
./dimos/perception/detection/type/detection3d/bbox.py
./dimos/perception/detection/type/detection3d/imageDetections3DPC.py
./dimos/perception/detection/type/detection3d/object.py
./dimos/perception/detection/type/detection3d/pointcloud.py
./dimos/perception/detection/type/detection3d/pointcloud_filters.py
./dimos/perception/detection/type/detection3d/test_imageDetections3DPC.py
./dimos/perception/detection/type/detection3d/test_pointcloud.py
./dimos/perception/experimental/temporal_memory/clip_filter.py
./dimos/perception/experimental/temporal_memory/conftest.py
./dimos/perception/experimental/temporal_memory/entity_graph_db.py
./dimos/perception/experimental/temporal_memory/frame_window_accumulator.py
./dimos/perception/experimental/temporal_memory/temporal_memory.py
./dimos/perception/experimental/temporal_memory/temporal_state.py
./dimos/perception/experimental/temporal_memory/test_temporal_memory_module.py
./dimos/perception/experimental/temporal_memory/window_analyzer.py
./dimos/perception/experimental/temporal_memory/temporal_utils/graph_utils.py
./dimos/perception/experimental/temporal_memory/temporal_utils/helpers.py
./dimos/perception/experimental/temporal_memory/temporal_utils/parsers.py
./dimos/perception/experimental/temporal_memory/temporal_utils/prompts.py
./dimos/porcelain/conftest.py
./dimos/porcelain/dimos.py
./dimos/porcelain/local_module_source.py
./dimos/porcelain/module_source.py
./dimos/porcelain/remote_module_source.py
./dimos/porcelain/skills_proxy.py
./dimos/porcelain/test_dimos.py
./dimos/porcelain/test_local_module_source.py
./dimos/porcelain/test_remote_module_source.py
./dimos/porcelain/test_skills_proxy.py
./dimos/project/test_get_logger.py
./dimos/project/test_no_init_files.py
./dimos/project/test_no_sections.py
./dimos/protocol/encode/encoder.py
./dimos/protocol/pubsub/encoders.py
./dimos/protocol/pubsub/patterns.py
./dimos/protocol/pubsub/spec.py
./dimos/protocol/pubsub/test_encoder.py
./dimos/protocol/pubsub/test_pattern_sub.py
./dimos/protocol/pubsub/test_patterns.py
./dimos/protocol/pubsub/test_spec.py
./dimos/protocol/pubsub/benchmark/test_benchmark.py
./dimos/protocol/pubsub/benchmark/testdata.py
./dimos/protocol/pubsub/benchmark/type.py
./dimos/protocol/pubsub/impl/ddspubsub.py
./dimos/protocol/pubsub/impl/jpeg_lcm.py
./dimos/protocol/pubsub/impl/jpeg_shm.py
./dimos/protocol/pubsub/impl/lcmpubsub.py
./dimos/protocol/pubsub/impl/memory.py
./dimos/protocol/pubsub/impl/redispubsub.py
./dimos/protocol/pubsub/impl/rospubsub.py
./dimos/protocol/pubsub/impl/rospubsub_conversion.py
./dimos/protocol/pubsub/impl/shmpubsub.py
./dimos/protocol/pubsub/impl/test_lcmpubsub.py
./dimos/protocol/pubsub/impl/test_rospubsub.py
./dimos/protocol/pubsub/shm/ipc_factory.py
./dimos/protocol/rpc/pubsubrpc.py
./dimos/protocol/rpc/redisrpc.py
./dimos/protocol/rpc/rpc_utils.py
./dimos/protocol/rpc/spec.py
./dimos/protocol/rpc/test_lcmrpc.py
./dimos/protocol/rpc/test_rpc_utils.py
./dimos/protocol/rpc/test_spec.py
./dimos/protocol/service/ddsservice.py
./dimos/protocol/service/lcmservice.py
./dimos/protocol/service/spec.py
./dimos/protocol/service/test_lcmservice.py
./dimos/protocol/service/test_spec.py
./dimos/protocol/service/test_system_configurator.py
./dimos/protocol/service/system_configurator/base.py
./dimos/protocol/service/system_configurator/clock_sync.py
./dimos/protocol/service/system_configurator/lcm.py
./dimos/protocol/service/system_configurator/lcm_config.py
./dimos/protocol/service/system_configurator/libpython.py
./dimos/protocol/tf/test_tf.py
./dimos/protocol/tf/tf.py
./dimos/protocol/tf/tflcmcpp.py
./dimos/robot/all_blueprints.py
./dimos/robot/config.py
./dimos/robot/foxglove_bridge.py
./dimos/robot/get_all_blueprints.py
./dimos/robot/model_parser.py
./dimos/robot/position_stream.py
./dimos/robot/robot.py
./dimos/robot/ros_command_queue.py
./dimos/robot/test_all_blueprints.py
./dimos/robot/test_all_blueprints_generation.py
./dimos/robot/test_get_all_blueprints.py
./dimos/robot/catalog/openarm.py
./dimos/robot/catalog/panda.py
./dimos/robot/catalog/piper.py
./dimos/robot/catalog/ufactory.py
./dimos/robot/cli/dimos.py
./dimos/robot/cli/test_cli_startup.py
./dimos/robot/cli/test_dimos.py
./dimos/robot/cli/topic.py
./dimos/robot/drone/camera_module.py
./dimos/robot/drone/connection_module.py
./dimos/robot/drone/dji_video_stream.py
./dimos/robot/drone/drone_tracking_module.py
./dimos/robot/drone/drone_visual_servoing_controller.py
./dimos/robot/drone/mavlink_connection.py
./dimos/robot/drone/test_drone.py
./dimos/robot/drone/blueprints/agentic/drone_agentic.py
./dimos/robot/drone/blueprints/basic/drone_basic.py
./dimos/robot/manipulators/openarm/blueprints.py
./dimos/robot/manipulators/openarm/scripts/openarm_can_probe.py
./dimos/robot/manipulators/openarm/scripts/openarm_set_mit_mode.py
./dimos/robot/manipulators/piper/blueprints.py
./dimos/robot/manipulators/xarm/blueprints.py
./dimos/robot/unitree/connection.py
./dimos/robot/unitree/demo_error_on_name_conflicts.py
./dimos/robot/unitree/keyboard_teleop.py
./dimos/robot/unitree/mujoco_connection.py
./dimos/robot/unitree/rosnav.py
./dimos/robot/unitree/unitree_skill_container.py
./dimos/robot/unitree/b1/b1_command.py
./dimos/robot/unitree/b1/connection.py
./dimos/robot/unitree/b1/joystick_module.py
./dimos/robot/unitree/b1/test_connection.py
./dimos/robot/unitree/b1/unitree_b1.py
./dimos/robot/unitree/g1/connection.py
./dimos/robot/unitree/g1/connection_spec.py
./dimos/robot/unitree/g1/sim.py
./dimos/robot/unitree/g1/skill_container.py
./dimos/robot/unitree/g1/system_prompt.py
./dimos/robot/unitree/g1/wholebody_connection.py
./dimos/robot/unitree/g1/blueprints/agentic/_agentic_skills.py
./dimos/robot/unitree/g1/blueprints/agentic/unitree_g1_agentic.py
./dimos/robot/unitree/g1/blueprints/agentic/unitree_g1_agentic_sim.py
./dimos/robot/unitree/g1/blueprints/agentic/unitree_g1_full.py
./dimos/robot/unitree/g1/blueprints/basic/unitree_g1_basic.py
./dimos/robot/unitree/g1/blueprints/basic/unitree_g1_basic_sim.py
./dimos/robot/unitree/g1/blueprints/basic/unitree_g1_coordinator.py
./dimos/robot/unitree/g1/blueprints/basic/unitree_g1_joystick.py
./dimos/robot/unitree/g1/blueprints/perceptive/_perception_and_memory.py
./dimos/robot/unitree/g1/blueprints/perceptive/unitree_g1.py
./dimos/robot/unitree/g1/blueprints/perceptive/unitree_g1_detection.py
./dimos/robot/unitree/g1/blueprints/perceptive/unitree_g1_shm.py
./dimos/robot/unitree/g1/blueprints/perceptive/unitree_g1_sim.py
./dimos/robot/unitree/g1/blueprints/primitive/uintree_g1_primitive_no_nav.py
./dimos/robot/unitree/go2/connection.py
./dimos/robot/unitree/go2/connection_spec.py
./dimos/robot/unitree/go2/fleet_connection.py
./dimos/robot/unitree/go2/go2.urdf
./dimos/robot/unitree/go2/blueprints/agentic/_common_agentic.py
./dimos/robot/unitree/go2/blueprints/agentic/unitree_go2_agentic.py
./dimos/robot/unitree/go2/blueprints/agentic/unitree_go2_agentic_huggingface.py
./dimos/robot/unitree/go2/blueprints/agentic/unitree_go2_agentic_ollama.py
./dimos/robot/unitree/go2/blueprints/agentic/unitree_go2_security.py
./dimos/robot/unitree/go2/blueprints/agentic/unitree_go2_temporal_memory.py
./dimos/robot/unitree/go2/blueprints/basic/unitree_go2_basic.py
./dimos/robot/unitree/go2/blueprints/basic/unitree_go2_coordinator.py
./dimos/robot/unitree/go2/blueprints/basic/unitree_go2_fleet.py
./dimos/robot/unitree/go2/blueprints/basic/unitree_go2_keyboard_teleop.py
./dimos/robot/unitree/go2/blueprints/basic/unitree_go2_webrtc_keyboard_teleop.py
./dimos/robot/unitree/go2/blueprints/basic/unitree_go2_webrtc_rage_keyboard_teleop.py
./dimos/robot/unitree/go2/blueprints/smart/_with_jpeg.py
./dimos/robot/unitree/go2/blueprints/smart/unitree_go2.py
./dimos/robot/unitree/go2/blueprints/smart/unitree_go2_detection.py
./dimos/robot/unitree/go2/blueprints/smart/unitree_go2_ros.py
./dimos/robot/unitree/go2/blueprints/smart/unitree_go2_spatial.py
./dimos/robot/unitree/go2/blueprints/smart/unitree_go2_vlm_stream_test.py
./dimos/robot/unitree/go2/cli/ble.py
./dimos/robot/unitree/go2/cli/go2tool.py
./dimos/robot/unitree/go2/cli/landiscovery.py
./dimos/robot/unitree/modular/detect.py
./dimos/robot/unitree/params/front_camera_720.yaml
./dimos/robot/unitree/params/sim_camera.yaml
./dimos/robot/unitree/testing/helpers.py
./dimos/robot/unitree/testing/mock.py
./dimos/robot/unitree/testing/test_actors.py
./dimos/robot/unitree/testing/test_tooling.py
./dimos/robot/unitree/type/lidar.py
./dimos/robot/unitree/type/lowstate.py
./dimos/robot/unitree/type/map.py
./dimos/robot/unitree/type/odometry.py
./dimos/robot/unitree/type/test_lidar.py
./dimos/robot/unitree/type/test_odometry.py
./dimos/robot/unitree/type/test_timeseries.py
./dimos/robot/unitree/type/timeseries.py
./dimos/robot/unitree/type/vector.py
./dimos/robot/unitree_webrtc/type/lidar.py
./dimos/robot/unitree_webrtc/type/lowstate.py
./dimos/robot/unitree_webrtc/type/map.py
./dimos/robot/unitree_webrtc/type/odometry.py
./dimos/robot/unitree_webrtc/type/timeseries.py
./dimos/robot/unitree_webrtc/type/vector.py
./dimos/rxpy_backpressure/LICENSE.txt
./dimos/rxpy_backpressure/backpressure.py
./dimos/rxpy_backpressure/drop.py
./dimos/rxpy_backpressure/function_runner.py
./dimos/rxpy_backpressure/latest.py
./dimos/rxpy_backpressure/locks.py
./dimos/rxpy_backpressure/observer.py
./dimos/simulation/base/simulator_base.py
./dimos/simulation/base/stream_base.py
./dimos/simulation/engines/base.py
./dimos/simulation/engines/mujoco_engine.py
./dimos/simulation/engines/mujoco_shm.py
./dimos/simulation/engines/mujoco_sim_module.py
./dimos/simulation/engines/registry.py
./dimos/simulation/genesis/simulator.py
./dimos/simulation/genesis/stream.py
./dimos/simulation/isaac/simulator.py
./dimos/simulation/isaac/stream.py
./dimos/simulation/mujoco/constants.py
./dimos/simulation/mujoco/depth_camera.py
./dimos/simulation/mujoco/direct_cmd_vel_explorer.py
./dimos/simulation/mujoco/input_controller.py
./dimos/simulation/mujoco/model.py
./dimos/simulation/mujoco/mujoco_process.py
./dimos/simulation/mujoco/person_on_track.py
./dimos/simulation/mujoco/policy.py
./dimos/simulation/mujoco/shared_memory.py
./dimos/simulation/unity/blueprint.py
./dimos/simulation/unity/module.py
./dimos/simulation/unity/test_unity_sim.py
./dimos/simulation/utils/xml_parser.py
./dimos/skills/kill_skill.py
./dimos/skills/skills.py
./dimos/skills/speak.py
./dimos/skills/visual_navigation_skills.py
./dimos/skills/manipulation/abstract_manipulation_skill.py
./dimos/skills/manipulation/force_constraint_skill.py
./dimos/skills/manipulation/manipulate_skill.py
./dimos/skills/manipulation/pick_and_place.py
./dimos/skills/manipulation/rotation_constraint_skill.py
./dimos/skills/manipulation/translation_constraint_skill.py
./dimos/skills/rest/rest.py
./dimos/skills/unitree/unitree_speak.py
./dimos/spec/control.py
./dimos/spec/mapping.py
./dimos/spec/nav.py
./dimos/spec/perception.py
./dimos/spec/test_utils.py
./dimos/spec/utils.py
./dimos/stream/data_provider.py
./dimos/stream/frame_processor.py
./dimos/stream/ros_video_provider.py
./dimos/stream/rtsp_video_provider.py
./dimos/stream/stream_merger.py
./dimos/stream/video_operators.py
./dimos/stream/video_provider.py
./dimos/stream/audio/base.py
./dimos/stream/audio/node_key_recorder.py
./dimos/stream/audio/node_microphone.py
./dimos/stream/audio/node_normalizer.py
./dimos/stream/audio/node_output.py
./dimos/stream/audio/node_simulated.py
./dimos/stream/audio/node_volume_monitor.py
./dimos/stream/audio/pipelines.py
./dimos/stream/audio/utils.py
./dimos/stream/audio/volume.py
./dimos/stream/audio/stt/node_whisper.py
./dimos/stream/audio/text/base.py
./dimos/stream/audio/text/node_stdout.py
./dimos/stream/audio/tts/node_openai.py
./dimos/stream/audio/tts/node_pytts.py
./dimos/teleop/keyboard/keyboard_teleop_module.py
./dimos/teleop/phone/blueprints.py
./dimos/teleop/phone/phone_extensions.py
./dimos/teleop/phone/phone_teleop_module.py
./dimos/teleop/phone/web/static/index.html
./dimos/teleop/quest/blueprints.py
./dimos/teleop/quest/quest_extensions.py
./dimos/teleop/quest/quest_teleop_module.py
./dimos/teleop/quest/quest_types.py
./dimos/teleop/quest/web/static/index.html
./dimos/teleop/utils/teleop_transforms.py
./dimos/types/constants.py
./dimos/types/manipulation.py
./dimos/types/robot_capabilities.py
./dimos/types/robot_location.py
./dimos/types/ros_polyfill.py
./dimos/types/sample.py
./dimos/types/test_timestamped.py
./dimos/types/test_vector.py
./dimos/types/test_weaklist.py
./dimos/types/timestamped.py
./dimos/types/vector.py
./dimos/types/weaklist.py
./dimos/utils/ament_prefix.py
./dimos/utils/colors.py
./dimos/utils/data.py
./dimos/utils/demo_image_encoding.py
./dimos/utils/extract_frames.py
./dimos/utils/fast_image_generator.py
./dimos/utils/generic.py
./dimos/utils/gpu_utils.py
./dimos/utils/human.py
./dimos/utils/llm_utils.py
./dimos/utils/logging_config.py
./dimos/utils/metrics.py
./dimos/utils/path_utils.py
./dimos/utils/prompt.py
./dimos/utils/reactive.py
./dimos/utils/ros1.py
./dimos/utils/safe_thread_map.py
./dimos/utils/sequential_ids.py
./dimos/utils/simple_controller.py
./dimos/utils/test_ament_prefix.py
./dimos/utils/test_data.py
./dimos/utils/test_foxglove_bridge.py
./dimos/utils/test_generic.py
./dimos/utils/test_llm_utils.py
./dimos/utils/test_reactive.py
./dimos/utils/test_transform_utils.py
./dimos/utils/test_trigonometry.py
./dimos/utils/threadpool.py
./dimos/utils/transform_utils.py
./dimos/utils/trigonometry.py
./dimos/utils/urdf.py
./dimos/utils/workspace.py
./dimos/utils/cli/dimos.tcss
./dimos/utils/cli/dtop.py
./dimos/utils/cli/plot.py
./dimos/utils/cli/theme.py
./dimos/utils/cli/agentspy/agentspy.py
./dimos/utils/cli/agentspy/demo_agentspy.py
./dimos/utils/cli/foxglove_bridge/run_foxglove_bridge.py
./dimos/utils/cli/human/humancli.py
./dimos/utils/cli/human/humanclianim.py
./dimos/utils/cli/lcmspy/lcmspy.py
./dimos/utils/cli/lcmspy/run_lcmspy.py
./dimos/utils/cli/lcmspy/test_lcmspy.py
./dimos/utils/decorators/accumulators.py
./dimos/utils/decorators/decorators.py
./dimos/utils/decorators/test_decorators.py
./dimos/utils/docs/doclinks.py
./dimos/utils/docs/test_doclinks.py
./dimos/utils/testing/collector.py
./dimos/utils/testing/moment.py
./dimos/utils/testing/replay.py
./dimos/utils/testing/test_moment.py
./dimos/utils/testing/test_replay.py
./dimos/visualization/rerun/bridge.py
./dimos/visualization/rerun/init.py
./dimos/visualization/rerun/test_viewer_integration.py
./dimos/web/edge_io.py
./dimos/web/fastapi_server.py
./dimos/web/flask_server.py
./dimos/web/robot_web_interface.py
./dimos/web/websocket_vis_spec.py
./dimos/web/templates/index_fastapi.html
./dimos/web/templates/index_flask.html
./dimos/web/templates/rerun_dashboard.html
./dimos/web/websocket_vis/costmap_viz.py
./dimos/web/websocket_vis/optimized_costmap.py
./dimos/web/websocket_vis/path_history.py
./dimos/web/websocket_vis/websocket_vis_module.py
dimos/__init__.py
dimos/conftest.py
dimos/constants.py
dimos.egg-info/PKG-INFO
dimos.egg-info/SOURCES.txt
dimos.egg-info/dependency_links.txt
dimos.egg-info/entry_points.txt
dimos.egg-info/requires.txt
dimos.egg-info/top_level.txt
dimos/agents/agent_spec.py
dimos/agents/agent_test_runner.py
dimos/agents/annotation.py
dimos/agents/conftest.py
dimos/agents/demo_agent.py
dimos/agents/ollama_agent.py
dimos/agents/system_prompt.py
dimos/agents/testing.py
dimos/agents/utils.py
dimos/agents/vlm_agent.py
dimos/agents/vlm_agent_spec.py
dimos/agents/vlm_stream_tester.py
dimos/agents/web_human_input.py
dimos/agents/mcp/conftest.py
dimos/agents/mcp/mcp_adapter.py
dimos/agents/mcp/mcp_client.py
dimos/agents/mcp/mcp_server.py
dimos/agents/mcp/test_mcp_client.py
dimos/agents/mcp/test_mcp_client_unit.py
dimos/agents/mcp/test_mcp_server.py
dimos/agents/mcp/test_tool_stream.py
dimos/agents/mcp/tool_stream.py
dimos/agents/skills/demo_calculator_skill.py
dimos/agents/skills/demo_google_maps_skill.py
dimos/agents/skills/demo_gps_nav.py
dimos/agents/skills/demo_robot.py
dimos/agents/skills/demo_skill.py
dimos/agents/skills/google_maps_skill_container.py
dimos/agents/skills/gps_nav_skill.py
dimos/agents/skills/navigation.py
dimos/agents/skills/osm.py
dimos/agents/skills/person_follow.py
dimos/agents/skills/speak_skill.py
dimos/agents/skills/speak_skill_spec.py
dimos/agents/skills/test_google_maps_skill_container.py
dimos/agents/skills/test_gps_nav_skills.py
dimos/agents/skills/test_navigation.py
dimos/agents/skills/test_unitree_skill_container.py
dimos/agents_deprecated/agent.py
dimos/agents_deprecated/agent_config.py
dimos/agents_deprecated/agent_message.py
dimos/agents_deprecated/agent_types.py
dimos/agents_deprecated/claude_agent.py
dimos/agents_deprecated/memory/base.py
dimos/agents_deprecated/memory/chroma_impl.py
dimos/agents_deprecated/memory/image_embedding.py
dimos/agents_deprecated/memory/spatial_vector_db.py
dimos/agents_deprecated/memory/test_image_embedding.py
dimos/agents_deprecated/memory/visual_memory.py
dimos/agents_deprecated/modules/base.py
dimos/agents_deprecated/modules/base_agent.py
dimos/agents_deprecated/modules/gateway/client.py
dimos/agents_deprecated/modules/gateway/tensorzero_embedded.py
dimos/agents_deprecated/modules/gateway/tensorzero_simple.py
dimos/agents_deprecated/prompt_builder/impl.py
dimos/agents_deprecated/tokenizer/base.py
dimos/agents_deprecated/tokenizer/huggingface_tokenizer.py
dimos/agents_deprecated/tokenizer/openai_tokenizer.py
dimos/assets/foxglove_dashboards/Overwatch.json
dimos/control/components.py
dimos/control/coordinator.py
dimos/control/hardware_interface.py
dimos/control/task.py
dimos/control/test_control.py
dimos/control/tick_loop.py
dimos/control/blueprints/basic.py
dimos/control/blueprints/dual.py
dimos/control/blueprints/mobile.py
dimos/control/blueprints/teleop.py
dimos/control/examples/cartesian_ik_jogger.py
dimos/control/examples/twist_base_keyboard_teleop.py
dimos/control/tasks/cartesian_ik_task.py
dimos/control/tasks/servo_task.py
dimos/control/tasks/teleop_task.py
dimos/control/tasks/trajectory_task.py
dimos/control/tasks/velocity_task.py
dimos/core/_test_future_annotations_helper.py
dimos/core/conftest.py
dimos/core/core.py
dimos/core/daemon.py
dimos/core/docker_module.py
dimos/core/global_config.py
dimos/core/library_config.py
dimos/core/log_viewer.py
dimos/core/module.py
dimos/core/native_module.py
dimos/core/o3dpickle.py
dimos/core/resource.py
dimos/core/rpc_client.py
dimos/core/run_registry.py
dimos/core/stream.py
dimos/core/test_async_module_dispatch_serialization.py
dimos/core/test_async_module_handles.py
dimos/core/test_async_module_main.py
dimos/core/test_async_module_process_observable.py
dimos/core/test_async_module_rpc.py
dimos/core/test_async_module_rpc_sync_to_async.py
dimos/core/test_cli_stop_status.py
dimos/core/test_core.py
dimos/core/test_daemon.py
dimos/core/test_e2e_daemon.py
dimos/core/test_global_config.py
dimos/core/test_mcp_integration.py
dimos/core/test_native_module.py
dimos/core/test_per_run_logs.py
dimos/core/test_rpcstress.py
dimos/core/test_run_registry.py
dimos/core/test_stream.py
dimos/core/testing.py
dimos/core/transport.py
dimos/core/coordination/_test_module.py
dimos/core/coordination/blueprints.py
dimos/core/coordination/module_coordinator.py
dimos/core/coordination/process_lifecycle.py
dimos/core/coordination/python_worker.py
dimos/core/coordination/rpyc_server.py
dimos/core/coordination/rpyc_services.py
dimos/core/coordination/test_blueprints.py
dimos/core/coordination/test_module_coordinator.py
dimos/core/coordination/test_module_reloading.py
dimos/core/coordination/test_process_lifecycle.py
dimos/core/coordination/test_worker.py
dimos/core/coordination/watchdog_main.py
dimos/core/coordination/worker_manager.py
dimos/core/coordination/worker_manager_docker.py
dimos/core/coordination/worker_manager_python.py
dimos/core/coordination/worker_messages.py
dimos/core/introspection/svg.py
dimos/core/introspection/utils.py
dimos/core/introspection/blueprint/dot.py
dimos/core/introspection/module/ansi.py
dimos/core/introspection/module/dot.py
dimos/core/introspection/module/info.py
dimos/core/introspection/module/render.py
dimos/core/resource_monitor/logger.py
dimos/core/resource_monitor/monitor.py
dimos/core/resource_monitor/stats.py
dimos/core/tests/demo_devex.py
dimos/core/tests/demo_mcp_killtest.py
dimos/core/tests/native_echo.py
dimos/core/tests/stress_test_blueprint.py
dimos/core/tests/stress_test_module.py
dimos/core/tests/test_docker_deployment.py
dimos/core/tests/test_parallel_deploy_cleanup.py
dimos/e2e_tests/conf_types.py
dimos/e2e_tests/conftest.py
dimos/e2e_tests/dimos_cli_call.py
dimos/e2e_tests/lcm_spy.py
dimos/e2e_tests/test_control_coordinator.py
dimos/e2e_tests/test_dimos_cli_e2e.py
dimos/e2e_tests/test_patrol_and_follow.py
dimos/e2e_tests/test_person_follow.py
dimos/e2e_tests/test_scan_and_follow_person.py
dimos/e2e_tests/test_security_module.py
dimos/e2e_tests/test_spatial_memory.py
dimos/exceptions/agent_memory_exceptions.py
dimos/experimental/security_demo/conftest.py
dimos/experimental/security_demo/depth_estimator.py
dimos/experimental/security_demo/security_module.py
dimos/experimental/security_demo/test_security_module.py
dimos/hardware/drive_trains/registry.py
dimos/hardware/drive_trains/spec.py
dimos/hardware/drive_trains/flowbase/adapter.py
dimos/hardware/drive_trains/mock/adapter.py
dimos/hardware/drive_trains/transport/adapter.py
dimos/hardware/drive_trains/unitree_go2/adapter.py
dimos/hardware/end_effectors/end_effector.py
dimos/hardware/manipulators/registry.py
dimos/hardware/manipulators/spec.py
dimos/hardware/manipulators/mock/adapter.py
dimos/hardware/manipulators/openarm/adapter.py
dimos/hardware/manipulators/openarm/driver.py
dimos/hardware/manipulators/openarm/test_driver.py
dimos/hardware/manipulators/piper/adapter.py
dimos/hardware/manipulators/sim/adapter.py
dimos/hardware/manipulators/sim/test_shm_adapter.py
dimos/hardware/manipulators/xarm/adapter.py
dimos/hardware/sensors/fake_zed_module.py
dimos/hardware/sensors/camera/module.py
dimos/hardware/sensors/camera/spec.py
dimos/hardware/sensors/camera/webcam.py
dimos/hardware/sensors/camera/gstreamer/gstreamer_camera.py
dimos/hardware/sensors/camera/gstreamer/gstreamer_camera_test_script.py
dimos/hardware/sensors/camera/gstreamer/gstreamer_sender.py
dimos/hardware/sensors/camera/realsense/camera.py
dimos/hardware/sensors/camera/realsense/handeyeout_xarm6/calibration.json
dimos/hardware/sensors/camera/zed/camera.py
dimos/hardware/sensors/camera/zed/compat.py
dimos/hardware/sensors/camera/zed/single_webcam.yaml
dimos/hardware/sensors/camera/zed/test_zed.py
dimos/hardware/sensors/lidar/fastlio2/fastlio_blueprints.py
dimos/hardware/sensors/lidar/fastlio2/module.py
dimos/hardware/sensors/lidar/fastlio2/config/avia.yaml
dimos/hardware/sensors/lidar/fastlio2/config/horizon.yaml
dimos/hardware/sensors/lidar/fastlio2/config/marsim.yaml
dimos/hardware/sensors/lidar/fastlio2/config/mid360.yaml
dimos/hardware/sensors/lidar/fastlio2/config/ouster64.yaml
dimos/hardware/sensors/lidar/fastlio2/config/velodyne.yaml
dimos/hardware/sensors/lidar/livox/livox_blueprints.py
dimos/hardware/sensors/lidar/livox/module.py
dimos/hardware/sensors/lidar/livox/ports.py
dimos/hardware/whole_body/registry.py
dimos/hardware/whole_body/spec.py
dimos/hardware/whole_body/transport/adapter.py
dimos/manipulation/blueprints.py
dimos/manipulation/manipulation_interface.py
dimos/manipulation/manipulation_module.py
dimos/manipulation/pick_and_place_module.py
dimos/manipulation/test_manipulation_module.py
dimos/manipulation/test_manipulation_unit.py
dimos/manipulation/test_pick_and_place_unit.py
dimos/manipulation/control/arm_driver_spec.py
dimos/manipulation/control/coordinator_client.py
dimos/manipulation/control/servo_control/cartesian_motion_controller.py
dimos/manipulation/control/trajectory_controller/joint_trajectory_controller.py
dimos/manipulation/control/trajectory_controller/spec.py
dimos/manipulation/grasping/demo_grasping.py
dimos/manipulation/grasping/grasp_gen_spec.py
dimos/manipulation/grasping/graspgen_module.py
dimos/manipulation/grasping/grasping.py
dimos/manipulation/grasping/visualize_grasps.py
dimos/manipulation/planning/factory.py
dimos/manipulation/planning/examples/manipulation_client.py
dimos/manipulation/planning/kinematics/drake_optimization_ik.py
dimos/manipulation/planning/kinematics/jacobian_ik.py
dimos/manipulation/planning/kinematics/pinocchio_ik.py
dimos/manipulation/planning/monitor/robot_state_monitor.py
dimos/manipulation/planning/monitor/world_monitor.py
dimos/manipulation/planning/monitor/world_obstacle_monitor.py
dimos/manipulation/planning/planners/rrt_planner.py
dimos/manipulation/planning/spec/config.py
dimos/manipulation/planning/spec/enums.py
dimos/manipulation/planning/spec/models.py
dimos/manipulation/planning/spec/protocols.py
dimos/manipulation/planning/trajectory_generator/joint_trajectory_generator.py
dimos/manipulation/planning/trajectory_generator/spec.py
dimos/manipulation/planning/utils/kinematics_utils.py
dimos/manipulation/planning/utils/mesh_utils.py
dimos/manipulation/planning/utils/path_utils.py
dimos/manipulation/planning/world/drake_world.py
dimos/mapping/costmapper.py
dimos/mapping/models.py
dimos/mapping/test_voxels.py
dimos/mapping/voxels.py
dimos/mapping/google_maps/conftest.py
dimos/mapping/google_maps/google_maps.py
dimos/mapping/google_maps/models.py
dimos/mapping/google_maps/test_google_maps.py
dimos/mapping/occupancy/conftest.py
dimos/mapping/occupancy/extrude_occupancy.py
dimos/mapping/occupancy/gradient.py
dimos/mapping/occupancy/inflation.py
dimos/mapping/occupancy/operations.py
dimos/mapping/occupancy/path_map.py
dimos/mapping/occupancy/path_mask.py
dimos/mapping/occupancy/path_resampling.py
dimos/mapping/occupancy/test_extrude_occupancy.py
dimos/mapping/occupancy/test_gradient.py
dimos/mapping/occupancy/test_inflation.py
dimos/mapping/occupancy/test_operations.py
dimos/mapping/occupancy/test_path_map.py
dimos/mapping/occupancy/test_path_mask.py
dimos/mapping/occupancy/test_path_resampling.py
dimos/mapping/occupancy/test_visualizations.py
dimos/mapping/occupancy/types.py
dimos/mapping/occupancy/visualizations.py
dimos/mapping/occupancy/visualize_path.py
dimos/mapping/osm/current_location_map.py
dimos/mapping/osm/demo_osm.py
dimos/mapping/osm/osm.py
dimos/mapping/osm/query.py
dimos/mapping/osm/test_osm.py
dimos/mapping/pointclouds/demo.py
dimos/mapping/pointclouds/occupancy.py
dimos/mapping/pointclouds/test_occupancy.py
dimos/mapping/pointclouds/test_occupancy_speed.py
dimos/mapping/pointclouds/util.py
dimos/mapping/pointclouds/accumulators/general.py
dimos/mapping/pointclouds/accumulators/protocol.py
dimos/mapping/utils/distance.py
dimos/memory/embedding.py
dimos/memory/test_embedding.py
dimos/memory/timeseries/base.py
dimos/memory/timeseries/inmemory.py
dimos/memory/timeseries/legacy.py
dimos/memory/timeseries/pickledir.py
dimos/memory/timeseries/postgres.py
dimos/memory/timeseries/sqlite.py
dimos/memory/timeseries/test_base.py
dimos/memory/timeseries/test_legacy.py
dimos/memory2/backend.py
dimos/memory2/buffer.py
dimos/memory2/conftest.py
dimos/memory2/embed.py
dimos/memory2/module.py
dimos/memory2/registry.py
dimos/memory2/stream.py
dimos/memory2/test_blobstore_integration.py
dimos/memory2/test_buffer.py
dimos/memory2/test_e2e.py
dimos/memory2/test_e2e_processing.py
dimos/memory2/test_embedding.py
dimos/memory2/test_materialize.py
dimos/memory2/test_module.py
dimos/memory2/test_registry.py
dimos/memory2/test_save.py
dimos/memory2/test_store.py
dimos/memory2/test_stream.py
dimos/memory2/test_visualizer.py
dimos/memory2/test_voxel_map.py
dimos/memory2/transform.py
dimos/memory2/blobstore/base.py
dimos/memory2/blobstore/file.py
dimos/memory2/blobstore/sqlite.py
dimos/memory2/blobstore/test_blobstore.py
dimos/memory2/codecs/base.py
dimos/memory2/codecs/jpeg.py
dimos/memory2/codecs/lcm.py
dimos/memory2/codecs/lz4.py
dimos/memory2/codecs/pickle.py
dimos/memory2/codecs/test_codecs.py
dimos/memory2/notifier/base.py
dimos/memory2/notifier/subject.py
dimos/memory2/observationstore/base.py
dimos/memory2/observationstore/memory.py
dimos/memory2/observationstore/sqlite.py
dimos/memory2/store/base.py
dimos/memory2/store/memory.py
dimos/memory2/store/null.py
dimos/memory2/store/sqlite.py
dimos/memory2/store/test_null.py
dimos/memory2/type/filter.py
dimos/memory2/type/observation.py
dimos/memory2/utils/formatting.py
dimos/memory2/utils/sqlite.py
dimos/memory2/utils/validation.py
dimos/memory2/vectorstore/base.py
dimos/memory2/vectorstore/memory.py
dimos/memory2/vectorstore/sqlite.py
dimos/memory2/vis/color.py
dimos/memory2/vis/utils.py
dimos/memory2/vis/plot/elements.py
dimos/memory2/vis/plot/plot.py
dimos/memory2/vis/plot/rerun.py
dimos/memory2/vis/plot/svg.py
dimos/memory2/vis/plot/test_plot.py
dimos/memory2/vis/space/elements.py
dimos/memory2/vis/space/rerun.py
dimos/memory2/vis/space/space.py
dimos/memory2/vis/space/svg.py
dimos/memory2/vis/space/test_space.py
dimos/models/base.py
dimos/models/test_base.py
dimos/models/embedding/base.py
dimos/models/embedding/clip.py
dimos/models/embedding/mobileclip.py
dimos/models/embedding/test_embedding.py
dimos/models/embedding/treid.py
dimos/models/qwen/bbox.py
dimos/models/qwen/video_query.py
dimos/models/segmentation/edge_tam.py
dimos/models/segmentation/configs/edgetam.yaml
dimos/models/vl/base.py
dimos/models/vl/create.py
dimos/models/vl/florence.py
dimos/models/vl/moondream.py
dimos/models/vl/moondream_hosted.py
dimos/models/vl/openai.py
dimos/models/vl/qwen.py
dimos/models/vl/test_base.py
dimos/models/vl/test_captioner.py
dimos/models/vl/test_vlm.py
dimos/models/vl/types.py
dimos/msgs/helpers.py
dimos/msgs/protocol.py
dimos/msgs/foxglove_msgs/Color.py
dimos/msgs/foxglove_msgs/ImageAnnotations.py
dimos/msgs/geometry_msgs/Point.py
dimos/msgs/geometry_msgs/PointStamped.py
dimos/msgs/geometry_msgs/Pose.py
dimos/msgs/geometry_msgs/PoseArray.py
dimos/msgs/geometry_msgs/PoseStamped.py
dimos/msgs/geometry_msgs/PoseWithCovariance.py
dimos/msgs/geometry_msgs/PoseWithCovarianceStamped.py
dimos/msgs/geometry_msgs/Quaternion.py
dimos/msgs/geometry_msgs/Transform.py
dimos/msgs/geometry_msgs/Twist.py
dimos/msgs/geometry_msgs/TwistStamped.py
dimos/msgs/geometry_msgs/TwistWithCovariance.py
dimos/msgs/geometry_msgs/TwistWithCovarianceStamped.py
dimos/msgs/geometry_msgs/Vector3.py
dimos/msgs/geometry_msgs/Wrench.py
dimos/msgs/geometry_msgs/WrenchStamped.py
dimos/msgs/geometry_msgs/test_PointStamped.py
dimos/msgs/geometry_msgs/test_Pose.py
dimos/msgs/geometry_msgs/test_PoseStamped.py
dimos/msgs/geometry_msgs/test_PoseWithCovariance.py
dimos/msgs/geometry_msgs/test_PoseWithCovarianceStamped.py
dimos/msgs/geometry_msgs/test_Quaternion.py
dimos/msgs/geometry_msgs/test_Transform.py
dimos/msgs/geometry_msgs/test_Twist.py
dimos/msgs/geometry_msgs/test_TwistStamped.py
dimos/msgs/geometry_msgs/test_TwistWithCovariance.py
dimos/msgs/geometry_msgs/test_TwistWithCovarianceStamped.py
dimos/msgs/geometry_msgs/test_Vector3.py
dimos/msgs/geometry_msgs/test_publish.py
dimos/msgs/nav_msgs/OccupancyGrid.py
dimos/msgs/nav_msgs/Odometry.py
dimos/msgs/nav_msgs/Path.py
dimos/msgs/nav_msgs/test_OccupancyGrid.py
dimos/msgs/nav_msgs/test_Odometry.py
dimos/msgs/nav_msgs/test_Path.py
dimos/msgs/sensor_msgs/CameraInfo.py
dimos/msgs/sensor_msgs/Image.py
dimos/msgs/sensor_msgs/Imu.py
dimos/msgs/sensor_msgs/JointCommand.py
dimos/msgs/sensor_msgs/JointState.py
dimos/msgs/sensor_msgs/Joy.py
dimos/msgs/sensor_msgs/MotorCommandArray.py
dimos/msgs/sensor_msgs/PointCloud2.py
dimos/msgs/sensor_msgs/RobotState.py
dimos/msgs/sensor_msgs/test_CameraInfo.py
dimos/msgs/sensor_msgs/test_Joy.py
dimos/msgs/sensor_msgs/test_PointCloud2.py
dimos/msgs/sensor_msgs/test_image.py
dimos/msgs/sensor_msgs/image_impls/AbstractImage.py
dimos/msgs/std_msgs/Bool.py
dimos/msgs/std_msgs/Header.py
dimos/msgs/std_msgs/Int32.py
dimos/msgs/std_msgs/Int8.py
dimos/msgs/std_msgs/UInt32.py
dimos/msgs/std_msgs/test_header.py
dimos/msgs/tf2_msgs/TFMessage.py
dimos/msgs/tf2_msgs/test_TFMessage.py
dimos/msgs/tf2_msgs/test_TFMessage_lcmpub.py
dimos/msgs/trajectory_msgs/JointTrajectory.py
dimos/msgs/trajectory_msgs/TrajectoryPoint.py
dimos/msgs/trajectory_msgs/TrajectoryStatus.py
dimos/msgs/vision_msgs/BoundingBox2DArray.py
dimos/msgs/vision_msgs/BoundingBox3DArray.py
dimos/msgs/vision_msgs/Detection2D.py
dimos/msgs/vision_msgs/Detection2DArray.py
dimos/msgs/vision_msgs/Detection3D.py
dimos/msgs/vision_msgs/Detection3DArray.py
dimos/msgs/visualization_msgs/EntityMarkers.py
dimos/navigation/base.py
dimos/navigation/bbox_navigation.py
dimos/navigation/demo_ros_navigation.py
dimos/navigation/navigation_spec.py
dimos/navigation/rosnav.py
dimos/navigation/frontier_exploration/test_wavefront_frontier_goal_selector.py
dimos/navigation/frontier_exploration/utils.py
dimos/navigation/frontier_exploration/wavefront_frontier_goal_selector.py
dimos/navigation/patrolling/constants.py
dimos/navigation/patrolling/create_patrol_router.py
dimos/navigation/patrolling/module.py
dimos/navigation/patrolling/patrolling_module_spec.py
dimos/navigation/patrolling/test_create_patrol_router.py
dimos/navigation/patrolling/utilities.py
dimos/navigation/patrolling/routers/base_patrol_router.py
dimos/navigation/patrolling/routers/coverage_patrol_router.py
dimos/navigation/patrolling/routers/frontier_patrol_router.py
dimos/navigation/patrolling/routers/patrol_router.py
dimos/navigation/patrolling/routers/random_patrol_router.py
dimos/navigation/patrolling/routers/visitation_history.py
dimos/navigation/replanning_a_star/controllers.py
dimos/navigation/replanning_a_star/global_planner.py
dimos/navigation/replanning_a_star/goal_validator.py
dimos/navigation/replanning_a_star/local_planner.py
dimos/navigation/replanning_a_star/min_cost_astar.py
dimos/navigation/replanning_a_star/min_cost_astar_cpp.cpp
dimos/navigation/replanning_a_star/min_cost_astar_ext.pyi
dimos/navigation/replanning_a_star/module.py
dimos/navigation/replanning_a_star/module_spec.py
dimos/navigation/replanning_a_star/navigation_map.py
dimos/navigation/replanning_a_star/path_clearance.py
dimos/navigation/replanning_a_star/path_distancer.py
dimos/navigation/replanning_a_star/position_tracker.py
dimos/navigation/replanning_a_star/replan_limiter.py
dimos/navigation/replanning_a_star/test_goal_validator.py
dimos/navigation/replanning_a_star/test_min_cost_astar.py
dimos/navigation/visual/query.py
dimos/navigation/visual_servoing/detection_navigation.py
dimos/navigation/visual_servoing/visual_servoing_2d.py
dimos/perception/demo_object_scene_registration.py
dimos/perception/object_scene_registration.py
dimos/perception/object_scene_registration_spec.py
dimos/perception/object_tracker.py
dimos/perception/object_tracker_2d.py
dimos/perception/object_tracker_3d.py
dimos/perception/object_tracking_spec.py
dimos/perception/perceive_loop_skill.py
dimos/perception/spatial_memory_spec.py
dimos/perception/spatial_perception.py
dimos/perception/test_spatial_memory.py
dimos/perception/test_spatial_memory_module.py
dimos/perception/common/utils.py
dimos/perception/detection/conftest.py
dimos/perception/detection/module2D.py
dimos/perception/detection/module3D.py
dimos/perception/detection/moduleDB.py
dimos/perception/detection/objectDB.py
dimos/perception/detection/person_tracker.py
dimos/perception/detection/detectors/base.py
dimos/perception/detection/detectors/conftest.py
dimos/perception/detection/detectors/test_bbox_detectors.py
dimos/perception/detection/detectors/yolo.py
dimos/perception/detection/detectors/yoloe.py
dimos/perception/detection/detectors/config/custom_tracker.yaml
dimos/perception/detection/detectors/person/test_person_detectors.py
dimos/perception/detection/detectors/person/yolo.py
dimos/perception/detection/reid/embedding_id_system.py
dimos/perception/detection/reid/module.py
dimos/perception/detection/reid/test_embedding_id_system.py
dimos/perception/detection/reid/test_module.py
dimos/perception/detection/reid/type.py
dimos/perception/detection/type/imageDetections.py
dimos/perception/detection/type/test_detection3d.py
dimos/perception/detection/type/test_object3d.py
dimos/perception/detection/type/utils.py
dimos/perception/detection/type/detection2d/base.py
dimos/perception/detection/type/detection2d/bbox.py
dimos/perception/detection/type/detection2d/imageDetections2D.py
dimos/perception/detection/type/detection2d/person.py
dimos/perception/detection/type/detection2d/point.py
dimos/perception/detection/type/detection2d/seg.py
dimos/perception/detection/type/detection2d/test_bbox.py
dimos/perception/detection/type/detection2d/test_imageDetections2D.py
dimos/perception/detection/type/detection2d/test_person.py
dimos/perception/detection/type/detection3d/base.py
dimos/perception/detection/type/detection3d/bbox.py
dimos/perception/detection/type/detection3d/imageDetections3DPC.py
dimos/perception/detection/type/detection3d/object.py
dimos/perception/detection/type/detection3d/pointcloud.py
dimos/perception/detection/type/detection3d/pointcloud_filters.py
dimos/perception/detection/type/detection3d/test_imageDetections3DPC.py
dimos/perception/detection/type/detection3d/test_pointcloud.py
dimos/perception/experimental/temporal_memory/clip_filter.py
dimos/perception/experimental/temporal_memory/conftest.py
dimos/perception/experimental/temporal_memory/entity_graph_db.py
dimos/perception/experimental/temporal_memory/frame_window_accumulator.py
dimos/perception/experimental/temporal_memory/temporal_memory.py
dimos/perception/experimental/temporal_memory/temporal_state.py
dimos/perception/experimental/temporal_memory/test_temporal_memory_module.py
dimos/perception/experimental/temporal_memory/window_analyzer.py
dimos/perception/experimental/temporal_memory/temporal_utils/graph_utils.py
dimos/perception/experimental/temporal_memory/temporal_utils/helpers.py
dimos/perception/experimental/temporal_memory/temporal_utils/parsers.py
dimos/perception/experimental/temporal_memory/temporal_utils/prompts.py
dimos/porcelain/conftest.py
dimos/porcelain/dimos.py
dimos/porcelain/local_module_source.py
dimos/porcelain/module_source.py
dimos/porcelain/remote_module_source.py
dimos/porcelain/skills_proxy.py
dimos/porcelain/test_dimos.py
dimos/porcelain/test_local_module_source.py
dimos/porcelain/test_remote_module_source.py
dimos/porcelain/test_skills_proxy.py
dimos/project/test_get_logger.py
dimos/project/test_no_init_files.py
dimos/project/test_no_sections.py
dimos/protocol/encode/encoder.py
dimos/protocol/pubsub/encoders.py
dimos/protocol/pubsub/patterns.py
dimos/protocol/pubsub/spec.py
dimos/protocol/pubsub/test_encoder.py
dimos/protocol/pubsub/test_pattern_sub.py
dimos/protocol/pubsub/test_patterns.py
dimos/protocol/pubsub/test_spec.py
dimos/protocol/pubsub/benchmark/test_benchmark.py
dimos/protocol/pubsub/benchmark/testdata.py
dimos/protocol/pubsub/benchmark/type.py
dimos/protocol/pubsub/impl/ddspubsub.py
dimos/protocol/pubsub/impl/jpeg_lcm.py
dimos/protocol/pubsub/impl/jpeg_shm.py
dimos/protocol/pubsub/impl/lcmpubsub.py
dimos/protocol/pubsub/impl/memory.py
dimos/protocol/pubsub/impl/redispubsub.py
dimos/protocol/pubsub/impl/rospubsub.py
dimos/protocol/pubsub/impl/rospubsub_conversion.py
dimos/protocol/pubsub/impl/shmpubsub.py
dimos/protocol/pubsub/impl/test_lcmpubsub.py
dimos/protocol/pubsub/impl/test_rospubsub.py
dimos/protocol/pubsub/shm/ipc_factory.py
dimos/protocol/rpc/pubsubrpc.py
dimos/protocol/rpc/redisrpc.py
dimos/protocol/rpc/rpc_utils.py
dimos/protocol/rpc/spec.py
dimos/protocol/rpc/test_lcmrpc.py
dimos/protocol/rpc/test_rpc_utils.py
dimos/protocol/rpc/test_spec.py
dimos/protocol/service/ddsservice.py
dimos/protocol/service/lcmservice.py
dimos/protocol/service/spec.py
dimos/protocol/service/test_lcmservice.py
dimos/protocol/service/test_spec.py
dimos/protocol/service/test_system_configurator.py
dimos/protocol/service/system_configurator/base.py
dimos/protocol/service/system_configurator/clock_sync.py
dimos/protocol/service/system_configurator/lcm.py
dimos/protocol/service/system_configurator/lcm_config.py
dimos/protocol/service/system_configurator/libpython.py
dimos/protocol/tf/test_tf.py
dimos/protocol/tf/tf.py
dimos/protocol/tf/tflcmcpp.py
dimos/robot/all_blueprints.py
dimos/robot/config.py
dimos/robot/foxglove_bridge.py
dimos/robot/get_all_blueprints.py
dimos/robot/model_parser.py
dimos/robot/position_stream.py
dimos/robot/robot.py
dimos/robot/ros_command_queue.py
dimos/robot/test_all_blueprints.py
dimos/robot/test_all_blueprints_generation.py
dimos/robot/test_get_all_blueprints.py
dimos/robot/catalog/openarm.py
dimos/robot/catalog/panda.py
dimos/robot/catalog/piper.py
dimos/robot/catalog/ufactory.py
dimos/robot/cli/dimos.py
dimos/robot/cli/test_cli_startup.py
dimos/robot/cli/test_dimos.py
dimos/robot/cli/topic.py
dimos/robot/drone/camera_module.py
dimos/robot/drone/connection_module.py
dimos/robot/drone/dji_video_stream.py
dimos/robot/drone/drone_tracking_module.py
dimos/robot/drone/drone_visual_servoing_controller.py
dimos/robot/drone/mavlink_connection.py
dimos/robot/drone/test_drone.py
dimos/robot/drone/blueprints/agentic/drone_agentic.py
dimos/robot/drone/blueprints/basic/drone_basic.py
dimos/robot/manipulators/openarm/blueprints.py
dimos/robot/manipulators/openarm/scripts/openarm_can_probe.py
dimos/robot/manipulators/openarm/scripts/openarm_set_mit_mode.py
dimos/robot/manipulators/piper/blueprints.py
dimos/robot/manipulators/xarm/blueprints.py
dimos/robot/unitree/connection.py
dimos/robot/unitree/demo_error_on_name_conflicts.py
dimos/robot/unitree/keyboard_teleop.py
dimos/robot/unitree/mujoco_connection.py
dimos/robot/unitree/rosnav.py
dimos/robot/unitree/unitree_skill_container.py
dimos/robot/unitree/b1/b1_command.py
dimos/robot/unitree/b1/connection.py
dimos/robot/unitree/b1/joystick_module.py
dimos/robot/unitree/b1/test_connection.py
dimos/robot/unitree/b1/unitree_b1.py
dimos/robot/unitree/g1/connection.py
dimos/robot/unitree/g1/connection_spec.py
dimos/robot/unitree/g1/sim.py
dimos/robot/unitree/g1/skill_container.py
dimos/robot/unitree/g1/system_prompt.py
dimos/robot/unitree/g1/wholebody_connection.py
dimos/robot/unitree/g1/blueprints/agentic/_agentic_skills.py
dimos/robot/unitree/g1/blueprints/agentic/unitree_g1_agentic.py
dimos/robot/unitree/g1/blueprints/agentic/unitree_g1_agentic_sim.py
dimos/robot/unitree/g1/blueprints/agentic/unitree_g1_full.py
dimos/robot/unitree/g1/blueprints/basic/unitree_g1_basic.py
dimos/robot/unitree/g1/blueprints/basic/unitree_g1_basic_sim.py
dimos/robot/unitree/g1/blueprints/basic/unitree_g1_coordinator.py
dimos/robot/unitree/g1/blueprints/basic/unitree_g1_joystick.py
dimos/robot/unitree/g1/blueprints/perceptive/_perception_and_memory.py
dimos/robot/unitree/g1/blueprints/perceptive/unitree_g1.py
dimos/robot/unitree/g1/blueprints/perceptive/unitree_g1_detection.py
dimos/robot/unitree/g1/blueprints/perceptive/unitree_g1_shm.py
dimos/robot/unitree/g1/blueprints/perceptive/unitree_g1_sim.py
dimos/robot/unitree/g1/blueprints/primitive/uintree_g1_primitive_no_nav.py
dimos/robot/unitree/go2/connection.py
dimos/robot/unitree/go2/connection_spec.py
dimos/robot/unitree/go2/fleet_connection.py
dimos/robot/unitree/go2/go2.urdf
dimos/robot/unitree/go2/blueprints/agentic/_common_agentic.py
dimos/robot/unitree/go2/blueprints/agentic/unitree_go2_agentic.py
dimos/robot/unitree/go2/blueprints/agentic/unitree_go2_agentic_huggingface.py
dimos/robot/unitree/go2/blueprints/agentic/unitree_go2_agentic_ollama.py
dimos/robot/unitree/go2/blueprints/agentic/unitree_go2_security.py
dimos/robot/unitree/go2/blueprints/agentic/unitree_go2_temporal_memory.py
dimos/robot/unitree/go2/blueprints/basic/unitree_go2_basic.py
dimos/robot/unitree/go2/blueprints/basic/unitree_go2_coordinator.py
dimos/robot/unitree/go2/blueprints/basic/unitree_go2_fleet.py
dimos/robot/unitree/go2/blueprints/basic/unitree_go2_keyboard_teleop.py
dimos/robot/unitree/go2/blueprints/basic/unitree_go2_webrtc_keyboard_teleop.py
dimos/robot/unitree/go2/blueprints/basic/unitree_go2_webrtc_rage_keyboard_teleop.py
dimos/robot/unitree/go2/blueprints/smart/_with_jpeg.py
dimos/robot/unitree/go2/blueprints/smart/unitree_go2.py
dimos/robot/unitree/go2/blueprints/smart/unitree_go2_detection.py
dimos/robot/unitree/go2/blueprints/smart/unitree_go2_ros.py
dimos/robot/unitree/go2/blueprints/smart/unitree_go2_spatial.py
dimos/robot/unitree/go2/blueprints/smart/unitree_go2_vlm_stream_test.py
dimos/robot/unitree/go2/cli/ble.py
dimos/robot/unitree/go2/cli/go2tool.py
dimos/robot/unitree/go2/cli/landiscovery.py
dimos/robot/unitree/modular/detect.py
dimos/robot/unitree/params/front_camera_720.yaml
dimos/robot/unitree/params/sim_camera.yaml
dimos/robot/unitree/testing/helpers.py
dimos/robot/unitree/testing/mock.py
dimos/robot/unitree/testing/test_actors.py
dimos/robot/unitree/testing/test_tooling.py
dimos/robot/unitree/type/lidar.py
dimos/robot/unitree/type/lowstate.py
dimos/robot/unitree/type/map.py
dimos/robot/unitree/type/odometry.py
dimos/robot/unitree/type/test_lidar.py
dimos/robot/unitree/type/test_odometry.py
dimos/robot/unitree/type/test_timeseries.py
dimos/robot/unitree/type/timeseries.py
dimos/robot/unitree/type/vector.py
dimos/robot/unitree_webrtc/type/lidar.py
dimos/robot/unitree_webrtc/type/lowstate.py
dimos/robot/unitree_webrtc/type/map.py
dimos/robot/unitree_webrtc/type/odometry.py
dimos/robot/unitree_webrtc/type/timeseries.py
dimos/robot/unitree_webrtc/type/vector.py
dimos/rxpy_backpressure/LICENSE.txt
dimos/rxpy_backpressure/backpressure.py
dimos/rxpy_backpressure/drop.py
dimos/rxpy_backpressure/function_runner.py
dimos/rxpy_backpressure/latest.py
dimos/rxpy_backpressure/locks.py
dimos/rxpy_backpressure/observer.py
dimos/simulation/base/simulator_base.py
dimos/simulation/base/stream_base.py
dimos/simulation/engines/base.py
dimos/simulation/engines/mujoco_engine.py
dimos/simulation/engines/mujoco_shm.py
dimos/simulation/engines/mujoco_sim_module.py
dimos/simulation/engines/registry.py
dimos/simulation/genesis/simulator.py
dimos/simulation/genesis/stream.py
dimos/simulation/isaac/simulator.py
dimos/simulation/isaac/stream.py
dimos/simulation/mujoco/constants.py
dimos/simulation/mujoco/depth_camera.py
dimos/simulation/mujoco/direct_cmd_vel_explorer.py
dimos/simulation/mujoco/input_controller.py
dimos/simulation/mujoco/model.py
dimos/simulation/mujoco/mujoco_process.py
dimos/simulation/mujoco/person_on_track.py
dimos/simulation/mujoco/policy.py
dimos/simulation/mujoco/shared_memory.py
dimos/simulation/unity/blueprint.py
dimos/simulation/unity/module.py
dimos/simulation/unity/test_unity_sim.py
dimos/simulation/utils/xml_parser.py
dimos/skills/kill_skill.py
dimos/skills/skills.py
dimos/skills/speak.py
dimos/skills/visual_navigation_skills.py
dimos/skills/manipulation/abstract_manipulation_skill.py
dimos/skills/manipulation/force_constraint_skill.py
dimos/skills/manipulation/manipulate_skill.py
dimos/skills/manipulation/pick_and_place.py
dimos/skills/manipulation/rotation_constraint_skill.py
dimos/skills/manipulation/translation_constraint_skill.py
dimos/skills/rest/rest.py
dimos/skills/unitree/unitree_speak.py
dimos/spec/control.py
dimos/spec/mapping.py
dimos/spec/nav.py
dimos/spec/perception.py
dimos/spec/test_utils.py
dimos/spec/utils.py
dimos/stream/data_provider.py
dimos/stream/frame_processor.py
dimos/stream/ros_video_provider.py
dimos/stream/rtsp_video_provider.py
dimos/stream/stream_merger.py
dimos/stream/video_operators.py
dimos/stream/video_provider.py
dimos/stream/audio/base.py
dimos/stream/audio/node_key_recorder.py
dimos/stream/audio/node_microphone.py
dimos/stream/audio/node_normalizer.py
dimos/stream/audio/node_output.py
dimos/stream/audio/node_simulated.py
dimos/stream/audio/node_volume_monitor.py
dimos/stream/audio/pipelines.py
dimos/stream/audio/utils.py
dimos/stream/audio/volume.py
dimos/stream/audio/stt/node_whisper.py
dimos/stream/audio/text/base.py
dimos/stream/audio/text/node_stdout.py
dimos/stream/audio/tts/node_openai.py
dimos/stream/audio/tts/node_pytts.py
dimos/teleop/keyboard/keyboard_teleop_module.py
dimos/teleop/phone/blueprints.py
dimos/teleop/phone/phone_extensions.py
dimos/teleop/phone/phone_teleop_module.py
dimos/teleop/phone/web/static/index.html
dimos/teleop/quest/blueprints.py
dimos/teleop/quest/quest_extensions.py
dimos/teleop/quest/quest_teleop_module.py
dimos/teleop/quest/quest_types.py
dimos/teleop/quest/web/static/index.html
dimos/teleop/utils/teleop_transforms.py
dimos/types/constants.py
dimos/types/manipulation.py
dimos/types/robot_capabilities.py
dimos/types/robot_location.py
dimos/types/ros_polyfill.py
dimos/types/sample.py
dimos/types/test_timestamped.py
dimos/types/test_vector.py
dimos/types/test_weaklist.py
dimos/types/timestamped.py
dimos/types/vector.py
dimos/types/weaklist.py
dimos/utils/ament_prefix.py
dimos/utils/colors.py
dimos/utils/data.py
dimos/utils/demo_image_encoding.py
dimos/utils/extract_frames.py
dimos/utils/fast_image_generator.py
dimos/utils/generic.py
dimos/utils/gpu_utils.py
dimos/utils/human.py
dimos/utils/llm_utils.py
dimos/utils/logging_config.py
dimos/utils/metrics.py
dimos/utils/path_utils.py
dimos/utils/prompt.py
dimos/utils/reactive.py
dimos/utils/ros1.py
dimos/utils/safe_thread_map.py
dimos/utils/sequential_ids.py
dimos/utils/simple_controller.py
dimos/utils/test_ament_prefix.py
dimos/utils/test_data.py
dimos/utils/test_foxglove_bridge.py
dimos/utils/test_generic.py
dimos/utils/test_llm_utils.py
dimos/utils/test_reactive.py
dimos/utils/test_transform_utils.py
dimos/utils/test_trigonometry.py
dimos/utils/threadpool.py
dimos/utils/transform_utils.py
dimos/utils/trigonometry.py
dimos/utils/urdf.py
dimos/utils/workspace.py
dimos/utils/cli/dimos.tcss
dimos/utils/cli/dtop.py
dimos/utils/cli/plot.py
dimos/utils/cli/theme.py
dimos/utils/cli/agentspy/agentspy.py
dimos/utils/cli/agentspy/demo_agentspy.py
dimos/utils/cli/foxglove_bridge/run_foxglove_bridge.py
dimos/utils/cli/human/humancli.py
dimos/utils/cli/human/humanclianim.py
dimos/utils/cli/lcmspy/lcmspy.py
dimos/utils/cli/lcmspy/run_lcmspy.py
dimos/utils/cli/lcmspy/test_lcmspy.py
dimos/utils/decorators/accumulators.py
dimos/utils/decorators/decorators.py
dimos/utils/decorators/test_decorators.py
dimos/utils/docs/doclinks.py
dimos/utils/docs/test_doclinks.py
dimos/utils/testing/collector.py
dimos/utils/testing/moment.py
dimos/utils/testing/replay.py
dimos/utils/testing/test_moment.py
dimos/utils/testing/test_replay.py
dimos/visualization/rerun/bridge.py
dimos/visualization/rerun/init.py
dimos/visualization/rerun/test_viewer_integration.py
dimos/web/edge_io.py
dimos/web/fastapi_server.py
dimos/web/flask_server.py
dimos/web/robot_web_interface.py
dimos/web/websocket_vis_spec.py
dimos/web/templates/index_fastapi.html
dimos/web/templates/index_flask.html
dimos/web/templates/rerun_dashboard.html
dimos/web/websocket_vis/costmap_viz.py
dimos/web/websocket_vis/optimized_costmap.py
dimos/web/websocket_vis/path_history.py
dimos/web/websocket_vis/websocket_vis_module.py