Add durable workstream memory across conversations - #136
Merged
Merged
Conversation
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
OpenInstinct can retain an ongoing undertaking across conversations: its goal, constraints, decisions, source-linked observations, and unresolved next step. The agent reads the current record before resuming or updating it, so a correction made in one conversation remains available in the next.
This uses Eve's native memory-provider lifecycle, locked memory scope, recalled-message supersession, and replayable tools. The application database owns structured records, search, revision checks, and deletion tombstones. The access checks for slot activation, recall, and tools share one implementation.
Updated against current
main, including its upgraded Eve runtime. No further Eve dependency change or patch is introduced by this PR.Validation
pnpm check— 713 tests, types, lint, formatting, and Knip passed.pnpm buildandpnpm exec eve build— passed.pnpm db:check— passed; real PostgreSQL eval setup also applied all migrations.