API reference¶
This section is auto-generated from docstrings in the framework source code (src/). It is intended for contributors and advanced users who want to understand or extend the framework itself — not for application developers, who should consume the public modules instead (see Modules).
Top-level packages¶
The framework source is laid out in classic Clean Architecture:
Text Only
src/
├── domain/
├── application/
├── infrastructure/
└── presentation/
└── cli/ ← the apogee CLI
CLI parser¶
parser
¶
Apogee CLI — argument parser configuration.
Notes¶
- This page uses
mkdocstringswith the Python handler. As more modules of the framework are documented, additional:::blocks will appear here. - Generated projects do not depend on these internals at runtime. They depend only on the public modules (
apogee-core,apogee-ai-rag, etc.).