Commit graph

91 commits

Author SHA1 Message Date
jinli.yl
7e82a3179e feat(reme_ai): update version to 0.1.10.6 and enhance tool memory operations 2025-10-27 21:12:11 +08:00
dengjiaji
b9841bc88a docs(memory): rename library references to memory throughout documentation 2025-10-27 17:36:50 +08:00
jinli.yl
02ed621b36 chore(release): bump version to 0.10.5 2025-10-27 17:23:02 +08:00
jinli.yl
b5ccd0eac1 chore(version): bump version to 0.10.4 2025-10-27 17:02:44 +08:00
jinli.yl
ac72e6e021 feat(vector_store): add QdrantVectorStore implementation with async support
- Added QdrantVectorStore backend with native async operations
- Implemented advanced filtering capabilities for metadata queries
- Added support for Qdrant Cloud and local deployments- Updated vector store comparison table with Qdrant features
- Enhanced documentation with Qdrant setup and usage examples
- Fixed code block formatting in vector store API guide
- Updated embedding model integration for Qdrant compatibility
2025-10-23 17:15:12 +08:00
dengjiaji
7c07f58b81 docs(readme): update image paths 2025-10-23 14:12:39 +08:00
jinli.yl
da63cf9eae chore(version): bump version to 0.1.10.2 2025-10-22 22:02:44 +08:00
jinli.yl
1412fa9ed1 feat(reme): implement ReMeApp and decouple flowllm dependencies 2025-10-22 21:53:59 +08:00
jinli.yl
4697070068 chore(version): bump version to 0.1.10.1
- Updated __version__ in reme_ai/__init__.py
- Updated project version in pyproject.toml- Changed flowllm dependency to include reme extra
- Fixed typo in README.md query example
2025-10-22 20:24:55 +08:00
jinli.yl
d9938c6a43 feat(docs): add tool memory documentation and update ReMe memory model
- Introduce tool memory as a new memory type in ReMe framework
- Update agent memory formula to include tool memory- Add comprehensive tool memory documentation with usage examples
- Include tool memory API usage guides for Python, curl, and Node.js
- Add tool memory benchmark results showing 14.88% improvement- Create new tool memory demo and benchmark resources
- Update documentation structure to reflect three memory capabilities- Add TODO list with planned features including automatic tool exploration- Fix mermaid diagram numbering in tool memory documentation
- Remove outdated latest updates section from main documentation
- Update resource links to include tool memory references
2025-10-22 12:11:20 +08:00
jinli.yl
d3d928fff4 docs(readme): remove outdated benchmark result line- Removed inconsistent improvement data across epochs
- Updated key findings to reflect current tool memory performance- Maintained reference links to detailed documentation and implementation
2025-10-22 11:57:04 +08:00
jinli.yl
1be95d0fce docs(readme): remove outdated update entry
- Removed September 25, 2025 entry about ReMe exploring tool memory- Kept October 2025 entry about Tool Memory support release- Maintained chronological order of latest updates
2025-10-22 11:56:04 +08:00
jinliyl
19735750c7
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-22 11:54:48 +08:00
jinli.yl
49819a8e54 feat(tool): implement tool memory management and mock search tools- Added RetrieveToolMemoryOp for retrieving tool memory guidelines- Implemented LLM-based mock search tools with configurable complexity levels
- Enhanced tool call result parsing with improved scoring logic (0.0 or 1.0)
- Updated tool memory schema to reflect binary success/failure scoring
- Added deterministic behavior support via seed configuration in mock tools
- Improved evaluation prompts to focus on result quality over success flags
- Extended README with tool memory documentation and usage examples- Added utility functions for generating mock tool call results
- Removed deprecated test file for UseMockSearchOp- Updated default configurations to include use_mock_search operation- Bumped version to0.1.10 and updated flowllm dependency requirement
- Moved deprecation warnings to main init file
- Simplified tool memory summary formatting by removing redundant statistics
- Fixed tool call result processing to handle multiple tool names concurrently
2025-10-21 21:03:14 +08:00
jinli.yl
92f76566db ```
docs(readme): update latest updates section with new ReMe releases and directions

- Add entry for2025-09-25 about tool memory and Personal Memory Application/Agent
- Update ReMe v0.1.9 release information with agentscope-runtime integration
- Maintain existing content about asynchronous operations support
```
2025-09-25 10:57:27 +08:00
jinli.yl
6eff6e5cd9 rm FLOW_USE_FRAMEWORK env 2025-09-16 16:51:12 +08:00
jinliyl
560e746cea
reformat code, support flowllm 0.1.9 (#26)
* reformat code, support flowllm 0.1.9

* Update README.md

add FLOW_USE_FRAMEWORK=true

* Update README_ZH.md

add FLOW_USE_FRAMEWORK=true

* Update index.md

add FLOW_USE_FRAMEWORK=true

* add env FLOW_APP_NAME=ReMe
2025-09-16 16:49:56 +08:00
jinliyl
e6b63479d8
Update README.md
add FLOW_USE_FRAMEWORK=true
2025-09-16 15:33:00 +08:00
dengjiaji
1257c30e1a docs: update experiment tutorials and documentation structure 2025-09-15 15:44:23 +08:00
jinli.yl
5d7852bbfb docs(README): update latest releases and improvements
- Add information about ReMe v0.1.8 release with support for asynchronous operations
- Mention integration into the memory service of agentscope-runtime
- Update existing ReMe v0.1 release information
2025-09-09 11:27:53 +08:00
jinliyl
80ec5d1ab5
Update README.md
add star history
2025-09-09 11:14:54 +08:00
dengjiaji
1e5250bbfb fix(readme): path typos 2025-09-04 18:22:05 +08:00
jinli.yl
73d4b63882 docs(README): update version info and add language toggle
- Update PyPI version badge to v0.1 in both English and Chinese README files
- Add language toggle link at the beginning of both README files
- Update MemoryScope version reference from v0.1.x to v0.1 in both README files
2025-09-04 17:45:15 +08:00
dengjiaji
073077c97e update flowllm version 2025-09-04 17:25:54 +08:00
dengjiaji
f186fdf4a3 fix figure path 2025-09-02 23:04:12 +08:00
dengjiaji
fee584e00e rename docs folder 2025-09-02 22:16:27 +08:00
dengjiaji
7179e3e864 fix typos 2025-09-02 22:15:14 +08:00
dengjiaji
683f3f322f fix typos 2025-09-02 22:14:20 +08:00
dengjiaji
be8a5741da fix typos 2025-09-02 22:08:14 +08:00
dengjiaji
2ea8a950fc fix typos 2025-09-02 22:04:23 +08:00
dengjiaji
cd6999bdad fix typos 2025-09-02 21:51:44 +08:00
dengjiaji
a63b7ea996 update readme 2025-09-02 21:49:48 +08:00
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
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
803c53fba1 docs(README): add comprehensive documentation for ReMe.ai framework
- Added detailed information about the project's architecture, installation, and usage
- Included sections on task memory and personal memory management
- Provided examples and use cases for the framework
- Updated project metadata and version information
2025-09-02 10:51:41 +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
dengjiaji
93c6c36dbf update table format 2025-07-31 20:48:52 +08:00
dengjiaji
3389c4d999 update table format 2025-07-31 20:45:30 +08:00
dengjiaji
f4ad4f8328 update table format 2025-07-31 20:40:52 +08:00
jinli.yl
520b501980 add doc url 2025-07-31 20:38:06 +08:00
jinli.yl
20268a9861 simplify readme 2025-07-31 20:24:12 +08:00
jinli.yl
6bd4768e51 del roadmap 2025-07-31 20:23:03 +08:00
jinli.yl
8d3a4cc80e add version 0.1.1 2025-07-31 20:13:04 +08:00
jinli.yl
cfbe73a61a up readme 2025-07-31 20:06:19 +08:00
jinli.yl
9ac55a72ec up readme 2025-07-31 20:03:56 +08:00
鸣山
ed8dd8d367 add doc: update experiment results 2025-07-31 19:47:09 +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