Skip to main content

Local Files and Context

OMNI uses a file-first, session-scoped local context model.

Primary OMNI Pattern

  1. Upload files in chat
  2. Run extraction pipeline (/api/files/init, upload, /api/files/complete)
  3. Inject extracted text/tables into message parts
  4. Use skills/tools for structured analysis

Supported Analysis Flows

  • PDF analysis
  • DOCX analysis
  • XLSX/table analysis
  • Mixed file + market context synthesis

When to Prefer This Path

Use local-file context for:
  • Proprietary research documents
  • Earnings decks and transcripts
  • Model exports and diligence packets

When to Prefer Sources/APIs

For repeatable recurring workflows, source/API integrations are more robust than repeated file uploads.