PhyAgentOS/PhyAgentOS-core
PhyAgentOS is a Recursive Self-Improving (RSI) physical agent operating system that enables agents to recursively self-improve through agentic workflows.
What it solves
PhyAgentOS provides a structured infrastructure for managing embodied AI agents that interact with physical robots or simulators. It solves the problem of unreliable robot execution by separating high-level planning from low-level execution and introducing a rigorous verification system that uses visual and state evidence to determine if a goal was actually achieved, rather than blindly trusting execution logs.
How it works
The system operates through a decoupled architecture:
- Agent Loop & Planner: The high-level AI agent plans tool calls to achieve a goal.
- Forge Gateway: A versioned API boundary that executes robot actions. The agent never interacts directly with hardware SDKs or simulators.
- Evidence Collection: The system captures "before" and "after" images and robot states around actions to provide ground-truth evidence.
- Task Verifier: A separate component that evaluates the goal, success criteria, and captured evidence to issue a verdict (success, failure, or replan required).
- Experience & Evolution: Successful and failed tasks are recorded in SQLite databases. The system can asynchronously reflect on these tasks to generate "Lessons" or promote new Skill revisions to improve future performance.
Who it’s for
It is designed for developers and researchers working on embodied intelligence, robotics, and AI agents that require verifiable, crash-safe execution in physical or simulated environments.
Highlights
- Evidence-Based Verification: Uses visual and state evidence to verify goals independently of the action taken.
- Recursive Self-Improvement: Automatically generates scoped lessons from repeated failure patterns and promotes validated skill revisions based on successful episodes.
- Crash-Safe Orchestration: Uses SQLite WAL for persisting task logs, plan revisions, and execution records.
- Decoupled Execution: A strict Forge Gateway contract ensures the agent remains agnostic to the underlying robot or simulator implementation.
- Managed Skill Runtime: Supports versioned, SHA-256 verified skill bundles and independent installation/management of robot capabilities.
Related
- Project
- Project
- Project
- Project
- Project