Metadata-Version: 2.4
Name: archetype-physical-ai
Version: 0.6.1
Summary: Physical state, policies, and hosted episode workflows for Archetype.
Author-email: "Vangelis Technologies Inc." <everett@vangelis.tech>
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: archetype-ecs<0.7,>=0.6
Requires-Dist: daft>=0.7.19
Requires-Dist: pyarrow>=16
Requires-Dist: pydantic>=2.0
Requires-Dist: uuid-utils>=0.11.0
Provides-Extra: modal
Requires-Dist: modal==1.5.2; extra == "modal"
Provides-Extra: sim
Requires-Dist: mujoco>=3.2; extra == "sim"
Provides-Extra: all
Requires-Dist: modal==1.5.2; extra == "all"
Requires-Dist: mujoco>=3.2; extra == "all"
Dynamic: license-file

# archetype-physical-ai

The separately installable Physical AI world library for Archetype.

```bash
uv add archetype-physical-ai
```

Use `archetype.physical_ai.PhysicalAI` with an Archetype runtime world. Provider
and simulator dependencies are available through the `modal` and `sim` extras.
Requests, provider configuration, observations, and the adapter are imported
from `archetype.physical_ai`; the generic world does not expose a hosted-episode
method.
