NOTICE
README.md
pyproject.toml
src/devagent_physical_engine/__init__.py
src/devagent_physical_engine/ai_cli.py
src/devagent_physical_engine/cli.py
src/devagent_physical_engine/continuous_clearance.py
src/devagent_physical_engine/doctor.py
src/devagent_physical_engine/engineering_agent.py
src/devagent_physical_engine/engineering_request.py
src/devagent_physical_engine/execution.py
src/devagent_physical_engine/models.py
src/devagent_physical_engine/operating_envelope.py
src/devagent_physical_engine/physical_campaign.py
src/devagent_physical_engine/physical_evidence.py
src/devagent_physical_engine/physical_motion.py
src/devagent_physical_engine/planning.py
src/devagent_physical_engine/preexecution_contract.py
src/devagent_physical_engine/provider_qualification.py
src/devagent_physical_engine/providers.py
src/devagent_physical_engine/qualification.py
src/devagent_physical_engine/qualification_cli.py
src/devagent_physical_engine/qualification_harness.py
src/devagent_physical_engine/robot_platform.py
src/devagent_physical_engine/robots.py
src/devagent_physical_engine/setup_profile.py
src/devagent_physical_engine/sim_real_qualification.py
src/devagent_physical_engine/simulation.py
src/devagent_physical_engine/simulation_platform.py
src/devagent_physical_engine/tool_collision.py
src/devagent_physical_engine/trajectory_qualification.py
src/devagent_physical_engine/twin.py
src/devagent_physical_engine/twin_builder.py
src/devagent_physical_engine/twin_materialization.py
src/devagent_physical_engine/verification.py
src/devagent_physical_engine/workpiece_lifecycle.py
src/devagent_physical_engine.egg-info/PKG-INFO
src/devagent_physical_engine.egg-info/SOURCES.txt
src/devagent_physical_engine.egg-info/dependency_links.txt
src/devagent_physical_engine.egg-info/entry_points.txt
src/devagent_physical_engine.egg-info/requires.txt
src/devagent_physical_engine.egg-info/top_level.txt
src/devagent_physical_engine/agent/__init__.py
src/devagent_physical_engine/agent/compiler.py
src/devagent_physical_engine/agent/contracts.py
src/devagent_physical_engine/agent/coordinator.py
src/devagent_physical_engine/agent/critic.py
src/devagent_physical_engine/agent/evidence.py
src/devagent_physical_engine/agent/interpreter.py
src/devagent_physical_engine/agent/planner.py
src/devagent_physical_engine/agent/recovery.py
src/devagent_physical_engine/agent/routing.py
src/devagent_physical_engine/agent/runtime.py
src/devagent_physical_engine/agent/semantic.py
src/devagent_physical_engine/agent/structured.py
src/devagent_physical_engine/optimization/__init__.py
src/devagent_physical_engine/optimization/benchmark.py
src/devagent_physical_engine/optimization/candidates.py
src/devagent_physical_engine/optimization/contracts.py
src/devagent_physical_engine/optimization/evaluator.py
src/devagent_physical_engine/optimization/evidence.py
src/devagent_physical_engine/optimization/experience.py
src/devagent_physical_engine/optimization/measured.py
src/devagent_physical_engine/optimization/optimizer.py
src/devagent_physical_engine/optimization/orchestrator.py
src/devagent_physical_engine/provider_adapters/__init__.py
src/devagent_physical_engine/provider_adapters/anthropic.py
src/devagent_physical_engine/provider_adapters/common.py
src/devagent_physical_engine/provider_adapters/factory.py
src/devagent_physical_engine/provider_adapters/gemini.py
src/devagent_physical_engine/provider_adapters/openai.py
src/devagent_physical_engine/ros2/__init__.py
src/devagent_physical_engine/ros2/acceptance.py
src/devagent_physical_engine/ros2/commands.py
src/devagent_physical_engine/ros2/continuous_clearance_probe.py
src/devagent_physical_engine/ros2/doctor.py
src/devagent_physical_engine/ros2/fk_probe.py
src/devagent_physical_engine/ros2/frame_alignment.py
src/devagent_physical_engine/ros2/gazebo_world.py
src/devagent_physical_engine/ros2/joint_state_recorder.py
src/devagent_physical_engine/ros2/measured_motion.py
src/devagent_physical_engine/ros2/moveit_scene.py
src/devagent_physical_engine/ros2/preexecution.py
src/devagent_physical_engine/ros2/qualification.py
src/devagent_physical_engine/ros2/qualification_v10.py
src/devagent_physical_engine/ros2/qualification_v11.py
src/devagent_physical_engine/ros2/scene_probe.py
src/devagent_physical_engine/ros2/state_validity_probe.py
src/devagent_physical_engine/ros2/tf_probe.py
src/devagent_physical_engine/ros2/tool_scene.py
src/devagent_physical_engine/ros2/tool_scene_probe.py
src/devagent_physical_engine/ros2/trajectory.py
src/devagent_physical_engine/ros2/ur5e.py
src/devagent_physical_engine/ros2/ur5e_adapter.py
src/devagent_physical_engine/ros2/ur5e_v10_adapter.py
src/devagent_physical_engine/ros2/workpiece_scene.py
src/devagent_physical_engine/ros2/workpiece_scene_probe.py
tests/test_agent_core.py
tests/test_agent_semantic_hardening.py
tests/test_ai_cli.py
tests/test_ai_cli_v07.py
tests/test_continuous_clearance_v011.py
tests/test_core.py
tests/test_engineering_request_v07.py
tests/test_interpreter_profiles_v08.py
tests/test_live_provider_qualification.py
tests/test_measured_motion_v10.py
tests/test_natural_language_agent_v07.py
tests/test_openai_strict_schema_v0113.py
tests/test_optimization_v05.py
tests/test_physical_campaign_v09.py
tests/test_physical_evidence_v09.py
tests/test_physical_motion_v09.py
tests/test_preexecution_contract_v10.py
tests/test_provider_and_qualification.py
tests/test_qualification_cli_lifecycle_v06.py
tests/test_qualification_harness_v06.py
tests/test_readme_pypi.py
tests/test_real_provider_adapters.py
tests/test_robot_platform_v08.py
tests/test_ros2_production_receipts_v011.py
tests/test_ros2_simulation.py
tests/test_ros_trajectory_v09.py
tests/test_setup_profile.py
tests/test_sim_real_qualification_v011.py
tests/test_simulation_platform_v08.py
tests/test_tool_collision_v011.py
tests/test_trajectory_qualification_v09.py
tests/test_twin_materialization_v10.py
tests/test_twin_v08.py
tests/test_ur5e_adapter_scopes_v09.py
tests/test_ur5e_v10_adapter_scopes.py
tests/test_v052_stabilization.py
tests/test_v08_catalog_mapping_regression.py
tests/test_workpiece_lifecycle_v011.py