Commit graph

46 commits

Author SHA1 Message Date
dengjiaji
1c1e108a48 update readme files and figures 2025-09-02 21:45:15 +08:00
jinli.yl
cd37020ff5 refactor(README): update documentation and remove unused code
- Remove unused import in reme_ai/summary/task/__init__.py
- Remove unused constant in reme_ai/constants/common_constants.py
- Update README.md with new content and structure
- Update README_ZH.md with minor corrections
- Modify task memory documentation for clarity
2025-09-02 21:39:04 +08:00
dengjiaji
96124c50b4 update figure 2025-09-02 20:53:04 +08:00
jinli.yl
e8ca114e59 refactor(reme_ai): remove unused PDF processing components
- Remove MinerUPDFProcessor and related classes
- Delete pdf_preprocess_op_wrapper.py
- Update task_summary_ops.md to remove PDFPreprocessOp documentation
- Add LLM-related keywords to pyproject.toml
2025-09-02 20:52:14 +08:00
jinli.yl
57a22d8da4 docs(README): update content and rename to README.md
- Update README content to reflect new project name and version
- Rename README_ZH.md to README.md
- Add contribution guide and update documentation links
- Correct author information and update project description
2025-09-02 19:08:14 +08:00
jinli.yl
4ffededd43 del files 2025-09-02 12:15:06 +08:00
dengjiaji
0ccb946df5 update reme readme 2025-09-01 23:59:19 +08:00
jinli.yl
f3911c92fd docs(mcp): update package name in quick start guide
- Change 'reme_ai' to 'reme-ai' in the pip install command
- This correction ensures consistency with the correct package name
2025-09-01 23:18:16 +08:00
jinli.yl
f3146aef04 docs: remove unused documentation files
- Deleted Configuration Guide, Future Roadmap, and Operations Documentation
- These files were likely outdated and no longer relevant
- Removing unused documentation improves maintainability and reduces confusion
2025-09-01 22:56:56 +08:00
jinli.yl
d6e003391a docs(task_memory): expand task memory documentation and add new files
- Update task_memory.md with detailed explanation of task memory functionality
- Add new documentation files:  - task_retrieve_ops.md: describe memory retrieval operations
  - task_summary_ops.md: explain memory summarization operations
- Include configuration logic, basic usage examples, and advanced features
- Provide information on managing task memories (delete, dump, load)
2025-09-01 22:39:04 +08:00
dengjiaji
3b38547870 add task memory 2025-09-01 22:16:40 +08:00
jinli.yl
f954dbf167 docs(sop_memory): remove unnecessary sections and simplify content
- Remove detailed examples and testing sections
- Simplify content for better readability and focus
2025-09-01 19:56:16 +08:00
jinli.yl
24119413d8 docs(sop_memory): add comprehensive guide for creating complex workflows
- Introduce SOP Memory concept for combining atomic operations into complex workflows
- Provide detailed technical solution for implementing SOPs in LLM applications
- Include examples, best practices, and testing strategies for SOP development
- Highlight benefits of using SOP Memory for improving code reusability and standardization
2025-09-01 19:53:47 +08:00
jinli.yl
dcdc4ecdf5 docs(personal_memory): update documentation for Reme's personal memory system
- Capitalize 'Reme' in the documentation
- Remove unnecessary sections and simplify content
- Update file names to be more concise
- Remove redundant information and improve readability
2025-09-01 19:01:53 +08:00
jinli.yl
883dab7166 docs(quick_start): update guide for ReMe MCP usage
- Rename ExperienceMaker to ReMe
- Simplify server setup instructions
- Add detailed Python client examples for MCP tools
- Include personal memory usage instructions
- Remove unnecessary sections and clarify existing content
2025-09-01 17:39:48 +08:00
dengjiaji
abb1a86aef init personal&task memory readme 2025-09-01 15:05:54 +08:00
jinli.yl
e26338fb95 feat(react): add simple react operator and update related functionalities
- Add SimpleReactOp to react module
- Update reme_ai/__init__.py to include react module
- Modify contra_repeat_op.py to use memory_id instead of id
- Adjust datetime_handler.py to handle string datetime conversion
- Update default.yaml to include react flow content
- Modify get_observation_op.py and get_observation_with_time_op.py to use workspace_id from context
- Update test/http_client_test.py to test new react functionality
- Adjust messages.jsonl to reflect new analysis approach for Xiaomi Corporation
2025-08-29 14:40:30 +08:00
jinli.yl
074634d884 refactor(reme_ai): consolidate personal memory and update related ops
- Rename and restructure personal memory consolidation flow
- Update memory handling in context and operations
- Refactor memory schema to use time_created and time_modified fields
- Improve error handling and logging in memory operations
- Update test cases for new memory consolidation flow
2025-08-28 14:31:03 +08:00
jinli.yl
cceebc631e refactor: rename package and restructure modules
- Rename experiencemaker package to reme_ai
- Move personal modules to new directory structure
- Remove unused classes and imports
- Update module initialization files
2025-08-25 23:59:08 +08:00
jinli.yl
4739d39f3f feat(reme_ai): implement memory retrieval and merging functionality
- 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
2025-08-25 16:10:53 +08:00
jinli.yl
dec8b45186 add add tavily search
mv to sub folder

add memory scope

add memoryscope2

move name back
2025-08-11 12:04:08 +08:00
jinli.yl
6bd4768e51 del roadmap 2025-07-31 20:23:03 +08:00
鸣山
f1705751f4 update logo 2025-07-31 20:14:37 +08:00
jinli.yl
2c678873a9 add mcp 2025-07-31 17:10:48 +08:00
鸣山
4d0760f45e add frozenlake experiment 2025-07-30 19:19:53 +08:00
jinli.yl
8abcf1f51d up roadmap & op doc 2025-07-25 16:08:58 +08:00
jinli.yl
a535bb2d8d change dump/load from vectornode to experience 2025-07-25 15:19:42 +08:00
jinli.yl
3feac6928a update roadmap 2025-07-25 10:56:10 +08:00
jinli.yl
482908bc14 update readme 2025-07-24 22:28:23 +08:00
jinli.yl
2bc5a6d67a [bugfix] BaseExperience -> TextExperience 2025-07-24 20:59:45 +08:00
jinli.yl
100b479317 move to another folder 2025-07-24 18:01:22 +08:00
鸣山
49fa9027bd add fig 2025-07-24 16:44:43 +08:00
jinli.yl
29b9c1a45d move to another folder 2025-07-24 16:09:59 +08:00
jinli.yl
15dda77a96 update readme & roadmap 2025-07-24 15:01:18 +08:00
鸣山
5e516fb8b1 roadmap & what's next 2025-07-23 21:28:21 +08:00
jinli.yl
202f5a7d75 add appworld react 2025-07-23 19:49:02 +08:00
jinli.yl
58da4d64e4 bugfix 2025-07-22 21:08:05 +08:00
jinli.yl
d15101c65e bugfix 2025-07-22 21:04:28 +08:00
jinli.yl
ba78e1f270 bugfix 2025-07-22 20:39:13 +08:00
jinli.yl
37adb8eed8 bugfix 2025-07-22 20:34:45 +08:00
jinli.yl
d8f76578b9 enrich readme 2025-07-22 19:57:20 +08:00
jinli.yl
450edfae78 add comment on quick start 2025-07-22 18:17:35 +08:00
jinli.yl
ebe8276487 add readme & quick start 2025-07-22 17:22:19 +08:00
jinli.yl
f2e55402b5 update doc 2025-07-22 13:15:40 +08:00
jinli.yl
5da12da545 add setup info 2025-06-18 14:16:27 +08:00
jinli.yl
c894574575 add experience schema 2025-06-09 16:28:02 +08:00