Data Flow Diagrams
Last Updated: 2026-02-06
Primary Source: docs/SYSTEM_FLOW_DIAGRAMS.md, docs/LLM_CALLS_OVERVIEW.md
Overview
This document consolidates all data flow diagrams for the ASO Universal Consciousness System, showing how data moves through the system for different operations.
End-to-End System Flow
Web Portal Chat Flow
Chunked RAG Turn Flow (Message → Chunks → Prompt → Tools → Response → Ingestion)
This diagram shows the current “high-signal” path used for a typical chat turn, including:
- chunk retrieval (hybrid: vector + keyword)
- optional tool calls
- post-response memory save + chunk ingestion
See also:
Discord Message Flow
File Processing Flow
Tool Execution Flow
Observer System Flow
Memory Retrieval Flow
Source Documents
Primary Sources:
docs/SYSTEM_FLOW_DIAGRAMS.md- Complete flow diagramsdocs/LLM_CALLS_OVERVIEW.md- LLM call patternsdocs/project_status.md- System implementation details
Related Documentation
- System Architecture - High-level architecture
- API Documentation - API reference
- 03-PLATFORMS/Web-Portal.md - Web Portal chat flow
- 03-PLATFORMS/Discord-Bot.md - Discord message flow
- 02-CORE-SYSTEMS/Memory-System.md - Memory retrieval flow
- 02-CORE-SYSTEMS/Observer-System.md - Observer system flow
- 00-OVERVIEW.md - Complete system overview