Module models

Module models 

Source
Expand description

Core data models for Reflex

These structures represent the normalized, deterministic output format that Reflex provides to AI agents and other programmatic consumers.

Structs§

IndexConfig
Configuration for indexing behavior
IndexStats
Statistics about the index
IndexWarning
Warning details when index is stale
IndexWarningDetails
Detailed information about index staleness
IndexedFile
Information about an indexed file
QueryResponse
Query response with results and index status
SearchResult
A search result representing a symbol or code location
Span
Represents a source code location span (line:col range)

Enums§

IndexStatus
Index status for query responses
Language
Programming language identifier
SymbolKind
Type of symbol found in code