DocMason: Local Agent Knowledge Base for Complex Office Files

What DocMason Does
DocMason is a local, file-based knowledge base system designed for deep research over private work documents. The core concept is "The repo is the app. Codex is the runtime." It compiles office files into structured evidence bundles that AI agents can reason over while maintaining strict provenance tracking.
Key Features from Source
- Handles multiple office document types: PPTX, DOCX, XLSX, PDFs, and even .EML files
- Extracts multimodal information including IT architecture diagrams and Excel sheet data
- Maintains document structure and visual semantics (slide layouts, presenter notes, spreadsheet references, formatting signals)
- Runs locally with no cloud ingestion or hidden backends
- Provides incremental knowledge base syncing when files are added or revised
- Enforces strict data contracts and provenance boundaries
How It Works
DocMason operates as a production-grade runtime that forces AI to respect original document structure. Instead of flattening complex files into unstructured text blobs, it creates deterministic file-based evidence and runs offline retrieval algorithms locally on your machine.
Getting Started
Two setup paths are described in the source:
Path A (Start Small):
- Drop work files into the
DocMason/original_doc/folder - Open the DocMason folder in Codex
- Ask questions naturally - DocMason guides through environment setup
- Approves prompts when building the knowledge base
Path B (Stage Entire Folders):
- Drop department-level folders into
DocMason/original_doc/ - Open in Codex and tell it: "Please prepare the DocMason environment."
- Then: "Please build the knowledge base."
- Once complete, ask complex research questions against the entire corpus
The system is designed so you don't need to memorize internal commands - just speak naturally to your AI agent within a valid workspace.
Technical Details
DocMason addresses specific limitations of existing document AI tools:
- Preserves visual layout, presenter notes, and chart-text relationships in slide decks
- Maintains multi-sheet references and nested tables in spreadsheets
- Retains formatting semantics like red text for "Risk" or indentation for hierarchies
- Enables cross-document reasoning for multi-part proposals
The repository structure includes adapters, knowledge_base, runtime, skills, and sample_corpus directories, with configuration managed through docmason.yaml and pyproject.toml files.
📖 Read the full source: HN AI Agents
👀 See Also

OpenClaw PARA Organization Skill Automatically Sorts Files into Projects, Areas, Resources, Archives
A developer created an OpenClaw skill that enforces the PARA method (Projects, Areas, Resources, Archives) for organizing files, automatically sorting content instead of dumping everything in the root directory.

Benchmark Results: When to Use Claude Opus with Codex vs. Pure Opus for Code Generation
A controlled benchmark tested the 'Plan with Opus, Execute with Codex' approach across three real coding tasks. Results show a cost crossover at approximately 600 lines of code, with specific recommendations based on project size.

LM Studio parser bugs break Qwen3.5 tool calling and reasoning
LM Studio's server parser has three interacting bugs that silently break tool calling, corrupt reasoning output, and make models appear worse than they are. The issues affect reasoning models like Qwen3.5 and DeepSeek-R1, with one bug reported over a year ago still unresolved.

Agents Elements: A macOS Dashboard for Claude Code & Codex Installations
A native SwiftUI macOS app that scans ~/.claude and ~/.codex to show installed skills, subagents, commands, plugins, MCP servers, hooks, and session status with token usage.