Architecture
Private AI infrastructure with traceable moving parts
FridayLocalAI is designed as a layered system: conversation handling, model routing, knowledge retrieval, expert agents, and local execution working together inside infrastructure you control.
Core Layers
- Conversation Layer
- Routing Layer
- Knowledge Layer
- Execution Layer
- Governance Layer
Why this matters
Users should be able to reason about what model is being used, what knowledge is in scope, and how outputs are produced. That matters for privacy, reproducibility, and not losing the plot in a fog of abstractions.
Design Principles
Local-first
Run core capabilities on hardware you own or govern.
Deterministic governance
Use structured routing, scoped memory, and explicit contracts.
Extensible agents
Add specialized expert assistants over time.