Skip to content

Conversation

@Shekharrajak
Copy link

@Shekharrajak Shekharrajak commented Dec 28, 2025

Linked issue: #351

Purpose of change

This PR adds comprehensive documentation for the Long-Term Memory feature in Flink Agents. The documentation covers:

  • Overview and key characteristics of Long-Term Memory
  • Configuration and setup requirements
  • Memory set operations (create, add, get, search, delete)
  • Compaction strategies (summarization) and async compaction
  • Practical usage examples (conversation history, knowledge bases, RAG applications)
  • Comparison with other memory types (Sensory Memory, Short-Term Memory)

Tests

  • Ensuring code examples match the actual API implementation in python/flink_agents/api/memory/long_term_memory.py
  • Validating that all referenced concepts align with the codebase
  • Referencing the e2e test file long_term_memory_test.py for usage patterns

API

This change does not touch any public APIs. It is documentation-only.

Documentation

  • doc-needed

  • doc-not-needed

@github-actions github-actions bot added priority/major Default priority of the PR or issue. fixVersion/0.2.0 The feature or bug should be implemented/fixed in the 0.2.0 version. doc-needed Your PR changes impact docs. labels Dec 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc-needed Your PR changes impact docs. fixVersion/0.2.0 The feature or bug should be implemented/fixed in the 0.2.0 version. priority/major Default priority of the PR or issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant