Framework¶
| Distribution | archetype-ecs |
| Import package | archetype |
| Primary entry point | ArchetypeRuntime |
| Depends on a world library | No |
The framework owns the generic ECS and process host: Components, Processors, worlds, append-only ticks, storage, commands, Activities, artifacts, evaluation, runtime lifetime, REST hosting, and the CLI.
Missions, Physical AI, and Research are separately installed libraries. Their domain values and workflows do not belong to the framework root API.
For a deliberately bounded synchronous teaching loop without production runtime or storage semantics, see Smol.
Learn the engine¶
Build and extend¶
Run and operate¶
Reference¶
For framework internals, cross-package architecture, and executable contract evidence, continue to Maintainers.