wx-agent/wiki_engine/__init__.py

7 lines
241 B
Python

"""Lightweight Wiki pointer layer for wx-agent.
The module stores topic pages and enhanced slice pointers in PostgreSQL. It does
not copy original files or become the source of truth; source text remains in
the 11000 knowledge service.
"""