-
Notifications
You must be signed in to change notification settings - Fork 84
[Feature] memory system layer stateful #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
jj-devhub
wants to merge
73
commits into
main
Choose a base branch
from
feature/memory-system-layer-stateful
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
Collaborator
jj-devhub
commented
Oct 14, 2025
- [Feature] Implement memory types and statistics for GraphBit Python bindings
- [Feature] Add in-memory storage implementation with capacity management and eviction policy
- [Feature] Implement LLM-based memory extraction with configurable settings
- [Feature] Add FactualMemory implementation for long-term structured knowledge storage
- [Feature] Add semantic memory implementation for pattern-based knowledge storage
- [Feature] Implement episodic memory for conversation history tracking
- [Feature] Implement working memory for short-term session-based context
- [Feature] Implement memory decay and filtering mechanisms
- [Feature] Add memory retrieval engine with semantic and keyword search capabilities
- [Feature] Create memory module for GraphBit Python bindings
- [Feature] Define core memory types and structures for GraphBit memory system
- [Feature] Add memory tools module for agent integration with recall and remember functionalities
- [Feature] Implement central memory manager with configuration and memory handling capabilities
- [Feature] Add comprehensive memory system module for stateful AI agents
- [Feature] Add optional memory manager to WorkflowContext for stateful agents
- [Feature] Add memory module to core library for enhanced agent capabilities
- [Feature] Add memory error type to GraphBitError for enhanced error handling
- Refactor metadata handling in WorkflowExecutor for improved readability and consistency
- [Feature] Add memory system classes to Python bindings for enhanced functionality
- [Feature] Implement MemoryConfig class for memory system configuration in Python bindings
- [Feature] Add MemoryQuery class for memory retrieval in Python bindings
- Refactor import statements for consistency in memory types module
- [Feature] Implement MemoryManager class for managing stateful agent memory in Python bindings
- Fix missing newline at end of file in Azure OpenAI module tests
- Refactor get_node_response_metadata method signature for improved readability
- Refactor LlmClient request execution for improved readability
- Refactor PyLlmUsage and PyLlmToolCall methods for improved readability
- Add documentation for Memory System in Stateful AI Agents
…nt and eviction policy
…nd remember functionalities
…ory handling capabilities
…ty and consistency
…n in Python bindings
…emory in Python bindings
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.