flink-agents
flink-agents copied to clipboard
[api][runtime] Introduce long-term memory in python
Linked issue: #331
Purpose of change
Introduce the long-term memory interface in python, and provide an implementation based on chroma.
This is the first pr of three to introduce long-term memory in python:
- interface and one implementation
- support using long-term memory in action
- async interface and execution
Tests
Unit test
API
Yes, add long-term memory related api.
Documentation
- [x]
doc-needed