Metadata-Version: 2.4
Name: archetype-missions
Version: 0.6.1
Summary: Coding-agent missions, sandboxes, transcripts, and trajectories 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: pydantic>=2.0
Requires-Dist: fastapi>=0.110
Requires-Dist: uuid-utils>=0.11.0
Provides-Extra: modal
Requires-Dist: modal==1.5.2; extra == "modal"
Dynamic: license-file

# archetype-missions

The separately installable Coding-Agent Missions world library for Archetype.

```bash
uv add archetype-missions
```

Use `archetype.missions.Missions` for workflow-scoped author/critic execution
and `archetype.missions.MissionWorld` for transcript and trajectory evidence.
Both adapters are imported from `archetype.missions`; installing the library
does not add Missions methods or values to the generic `archetype` runtime
surface.
