Skip to content

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 diagrams
  • docs/LLM_CALLS_OVERVIEW.md - LLM call patterns
  • docs/project_status.md - System implementation details

ASO Universal Consciousness System Documentation