Guides¶
Overarching explanations of how lAIfe fits together.
These pages describe concepts and usage patterns;
for module-by-module detail see the library docs.
- Getting started - install, run the game, run the checks.
- Architecture - the main pieces and how they talk to each other.
- Game loop - one full turn, from observation to world response.
- LLM chains - the player brain, planner, replier, mission generator, and world judge.
- Params and config - environments, paths, and LLM service settings.
- Glossary - the domain terms used across the project.
- Docs maintenance - the sanity check to keep the docs in sync with the code.