feat(ingest): unified ingest queue for dreaming and agentic dreaming (#913) - #946
Draft
NicholaiVogel wants to merge 13 commits into
Draft
feat(ingest): unified ingest queue for dreaming and agentic dreaming (#913)#946NicholaiVogel wants to merge 13 commits into
NicholaiVogel wants to merge 13 commits into
Conversation
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
NicholaiVogel
force-pushed
the
nicholai/913-ingest-unification
branch
from
July 22, 2026 23:08
1af0c0d to
697ebf4
Compare
8 tasks
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
Assisted-by: Hermes-Agent:openai-codex/gpt-5.6-terra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Draft PR for issue #913. Unifies pipeline dreaming and agentic dreaming into one ingest operation with interchangeable inference executors. Both runners draw from the same queue, share deterministic lease/context and validate/apply phases, and differ only in where the inference comes from.
Work in progress. This branch captures the current state of the implementation.
Changes
Type
Packages affected
Screenshots
N/A (no UI changes)
PR Readiness (MANDATORY)
Migration Notes (if applicable)
Migration 088-ingest-queue replaces legacy 044-dreaming-state. The new table is additive and idempotent. Legacy dreaming state table is dropped (044 removed from both TS and Rust migrations).
Testing
AI disclosure
Notes
This is an early WIP draft. Many tests still need to be written and the normalizers need refinement. The IngestPlan contract and queue lease mechanism are the most stable pieces.