Metadata-Version: 2.4
Name: archetype-research
Version: 0.6.1
Summary: Minimal world-library optimization and AutoResearch 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: pydantic>=2.0
Requires-Dist: uuid-utils>=0.11.0
Dynamic: license-file

# archetype-research

The separately installable AutoResearch world library for Archetype.

```bash
uv add archetype-research
```

Use `archetype.research.Research` with a base runtime world to optimize world
libraries without coupling Research to Missions or another domain package.
Research values and the adapter are imported from `archetype.research`; the
generic world does not expose an AutoResearch method. Pre-0.6 Research ledgers
are unsupported and are not migrated in place.
