[SLICE 14][CORE-D] Add deterministic structured-source adapters for LLM logs, issue/PR streams, Org/Markdown, JSONL, web results, and traces #17

Open
opened 2026-09-08 01:57:00 +00:00 by nsaspy · 0 comments
Owner

Parent epic: #15
Depends on: #31
Refines: #8

Goal

Add deterministic adapters that preserve source structure before semantic compilation, so models are not asked to rediscover metadata already present in the source.

Adapters should cover at least:

  • LLM/chat logs: session, turn, role, provider/model, tool call/result, timestamps;
  • GitHub/forge issue/PR/comment streams: IDs, authors, chronology, reply relations;
  • Org/Markdown/plain docs: headings, sections, lists, code blocks, links;
  • JSON/JSONL event streams;
  • web-result records: URL/title/byline/published/updated metadata where supplied;
  • agent/runtime traces.

All adapters emit stable source/segment/span identities and then feed semantic content through #22 rather than implementing local semantic extraction.

Acceptance

Same structured input yields stable deterministic envelope/segment identities; exact metadata survives projection provenance; malicious source fields cannot alter adapter control flow/authority; deterministic extraction performs zero model calls.

Parent epic: #15 Depends on: #31 Refines: #8 ## Goal Add deterministic adapters that preserve source structure before semantic compilation, so models are not asked to rediscover metadata already present in the source. Adapters should cover at least: - LLM/chat logs: session, turn, role, provider/model, tool call/result, timestamps; - GitHub/forge issue/PR/comment streams: IDs, authors, chronology, reply relations; - Org/Markdown/plain docs: headings, sections, lists, code blocks, links; - JSON/JSONL event streams; - web-result records: URL/title/byline/published/updated metadata where supplied; - agent/runtime traces. All adapters emit stable source/segment/span identities and then feed semantic content through #22 rather than implementing local semantic extraction. ## Acceptance Same structured input yields stable deterministic envelope/segment identities; exact metadata survives projection provenance; malicious source fields cannot alter adapter control flow/authority; deterministic extraction performs zero model calls.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nsaspy/symbolic-memory#17
No description provided.