Commit graph

109 commits

Author SHA1 Message Date
jinli.yl
b385cf3124 docs(readme): replace tool call content with ultra large context placeholder 2025-11-27 20:40:28 +08:00
jinli.yl
b681c4496e docs(readme): update link text for working-memory demo 2025-11-27 19:30:35 +08:00
jinli.yl
c88e868385 docs(readme): update react-agent demo description 2025-11-27 19:29:42 +08:00
jinli.yl
ed2ca3f9d4 docs(readme): update documentation with working memory features 2025-11-27 19:27:38 +08:00
jinli.yl
5ac03d66e7 docs(readme): update star request message styling 2025-11-12 15:50:23 +08:00
jinli.yl
8d932e950f docs(readme): refine project description and remove redundant lines 2025-11-12 15:43:38 +08:00
jinli.yl
28f57e11da docs(readme): enhance README with community engagement and feature highlights 2025-11-12 15:41:01 +08:00
jinli.yl
be8053194b docs(readme): add Chinese README and improve documentation 2025-11-11 19:35:17 +08:00
jinli.yl
e92a8f7e0b chore(version): update project version to 0.2.0.0 2025-11-11 00:09:43 +08:00
jinli.yl
d587dbfd56 docs(readme): update python version and pypi version badges- Updated Python version badge from 3.12+ to 3.10+ 2025-11-07 14:57:30 +08:00
jinli.yl
73668f051e feat(core): add pre-commit hooks and improve module documentation 2025-11-07 14:14:11 +08:00
jinli.yl
e7d4f00c9f docs(config): update github repository links to agentscope-ai 2025-11-04 16:17:40 +08:00
jinli.yl
8984f973ab docs(readme): update project name in README 2025-11-04 16:01:12 +08:00
jinli.yl
2283474da4 docs(readme): update project name and add blank line 2025-11-04 15:58:42 +08:00
jinli.yl
6a863122f7 docs(readme): reorganize latest updates section 2025-11-04 15:56:20 +08:00
jinli.yl
4dd90e4c7c chore(release): bump version to 0.10.8 2025-10-31 11:34:22 +08:00
jinli.yl
d9f332ece2 docs(readme): update project name to memory management kit 2025-10-29 15:43:58 +08:00
jinli.yl
a4be28606b chore(version): bump version to 0.1.10.7 2025-10-28 15:17:00 +08:00
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