ReMe/reme_ai/summary/task
jinli.yl bf3fa875aa refactor(vector_store): update memory operations to use async search
- Update load_today_memory_op.py to use async version of _retrieve_today_memories
- Update memory_deduplication_op.py to use async version of _deduplicate_task_memories and _get_existing_task_memory_embeddings
- Update retrieve_memory_op.py to use async_search instead of search
2025-09-06 21:42:55 +08:00
..
__init__.py refactor(README): update documentation and remove unused code 2025-09-02 21:39:04 +08:00
comparative_extraction_op.py refactor(reme_ai): update app and ops for async execution and new LLM features 2025-09-06 20:17:33 +08:00
comparative_extraction_prompt.yaml refactor(reme_ai): rename and restructure modules for better organization 2025-08-27 17:05:40 +08:00
failure_extraction_op.py refactor(reme_ai): update app and ops for async execution and new LLM features 2025-09-06 20:17:33 +08:00
failure_extraction_prompt.yaml refactor(summary): rename experiences to task memories and optimize related ops 2025-08-26 23:05:49 +08:00
memory_deduplication_op.py refactor(vector_store): update memory operations to use async search 2025-09-06 21:42:55 +08:00
memory_validation_op.py refactor(reme_ai): update app and ops for async execution and new LLM features 2025-09-06 20:17:33 +08:00
memory_validation_prompt.yaml refactor(summary): optimize task memory processing and validation 2025-08-26 23:32:57 +08:00
simple_comparative_summary_op.py refactor(reme_ai): update app and ops for async execution and new LLM features 2025-09-06 20:17:33 +08:00
simple_comparative_summary_prompt.yaml mv experience maker file to reme_ai 2025-08-25 16:46:46 +08:00
simple_summary_op.py refactor(reme_ai): update app and ops for async execution and new LLM features 2025-09-06 20:17:33 +08:00
simple_summary_prompt.yaml feat(reme_ai): implement summary functionality and enhance vector store operations 2025-08-26 20:56:30 +08:00
success_extraction_op.py refactor(reme_ai): update app and ops for async execution and new LLM features 2025-09-06 20:17:33 +08:00
success_extraction_prompt.yaml refactor(summary): rename experiences to task memories and optimize related ops 2025-08-26 23:05:49 +08:00
trajectory_preprocess_op.py refactor(reme_ai): update app and ops for async execution and new LLM features 2025-09-06 20:17:33 +08:00
trajectory_segmentation_op.py refactor(reme_ai): update app and ops for async execution and new LLM features 2025-09-06 20:17:33 +08:00
trajectory_segmentation_prompt.yaml mv experience maker file to reme_ai 2025-08-25 16:46:46 +08:00