7 lines
265 B
Python
7 lines
265 B
Python
"""Lore Engine POC — Time-Aware Query slice.
|
|
|
|
Built on Cognee. Loads a campaign codex (markdown), extracts entities and
|
|
relationships through Cognee's cognify pipeline, and exposes a single
|
|
read-side tool: ``was_true_at(relation, subject, object, at_time)``.
|
|
"""
|