You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce mode-aware export behavior: API usage no longer writes files to disk by default, while CLI behavior remains unchanged. Results are now returned in memory with optional explicit export control (ffb4264)
Trace & Debug Infrastructure
Add a comprehensive trace data system capturing pages, chunks, extractions, and intermediate graphs to improve pipeline introspection and debugging (b52e342)
Enhancements
Metadata & Observability
Expand metadata.json with detailed intermediate graph information, including graph lineage and structural statistics for better traceability (3a90796)
Use the package’s dynamic version in metadata and improve overall metadata structure for consistency and clarity (6d431d8)
Output Structure
Streamline and standardize the pipeline output folder layout, separating document artifacts, graph outputs, and debug data into a cleaner, flatter structure (2ee6d42)
Bug Fixes
LLM & Capability Detection
Restore accurate model capability detection and consistent provider resolution across LLM clients (5efd6bc)
Fix Mistral SDK compatibility by removing unsupported timeout usage and standardizing model attribute access across clients (6691be4)
Pipeline Stability
Fix trace data collection errors and correct visualization output directory handling (38b1e0b)
Resolve issues with trace collection, directory structure, and output consistency during pipeline runs (35d1f0f)
Chores
Stop tracking generated MkDocs build directory in version control (e0b8f7e)