mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
- Add BuildQueryOp to construct query for memory retrieval-Implement MergeMemoryOp to combine retrieved memories - Create RecallVectorStoreOp to fetch memories from vector store - Develop memory representation and conversion methods - Establish initial project structure and dependencies
6 lines
No EOL
332 B
YAML
6 lines
No EOL
332 B
YAML
query_build: |
|
|
# Execution Process
|
|
{execution_process}
|
|
|
|
Read through the entire execution process to understand which part is currently being executed.
|
|
Generate a `query` that reflects the current state, which will later be used to search for similar problems in the database and help resolve the issue at hand. |