jinli.yl
3fb2f82019
fix(agent): update ReactSearchOp import path
2025-11-23 14:20:39 +08:00
jinliyl
b8c1b4844b
Merge pull request #33 from pengwork/patch-1
...
typo
2025-11-12 20:05:38 +08:00
jinliyl
83d10b2c92
Merge branch 'main' into patch-1
2025-11-12 20:04:52 +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
jinliyl
fba0a00802
Merge pull request #32 from agentscope-ai/dev_2.0
...
update to 0.2.0.0
2025-11-11 00:11:59 +08:00
jinli.yl
e92a8f7e0b
chore(version): update project version to 0.2.0.0
2025-11-11 00:09:43 +08:00
Peng Wang
0a66966dad
typo
2025-11-10 22:34:50 +08:00
jinli.yl
9673fad207
fix(vector_store): add type assertion for VectorNode in dump workspace
2025-11-08 00:19:56 +08:00
jinli.yl
dec5e4cdaf
refactor(schema): update import paths and versioning strategy
2025-11-07 17:01:48 +08:00
jinli.yl
bd5f7af0fd
refactor(config): update flow definitions to use class-based operators
2025-11-07 15:14:22 +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
27561aa94f
docs(vector_store): update vector store configuration guide
2025-11-07 14:53:14 +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
2a28271457
build(project): bump version and update dependencies- Update project version from 0.1.10.8 to 0.2.0.0
2025-11-07 01:39:39 +08:00
dengjiaji
ad0c8dd633
fix bug: update vector store access and memory list handling
2025-11-06 18:16:42 +08:00
dengjiaji
d87dbb65f9
docs(config): update source repository URL
2025-11-04 16:48:10 +08:00
jinli.yl
e5b2cd9f28
docs(index): update citation information
2025-11-04 16:19:48 +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
zouyingcao
97ab259ebe
Update default.yaml with summarizer ops
2025-10-30 14:39:30 +08:00
jinli.yl
4239f8953a
feat(summary): add validation and token estimation for tool call results
2025-10-29 20:47:25 +08:00
jinli.yl
69bf1e9d5f
feat(memory): add tool call deduplication with hash-based detection
2025-10-29 16:05:35 +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
0039cf8bd9
feat(summary): support list input for tool names
2025-10-27 21:56:20 +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
jinli.yl
93154da4d8
feat(config): add retrieve and summary task memory flows
2025-10-27 18:22:25 +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
be3d48f9ac
docs(_toc.yml): remove future_work and contribution files from toc
2025-10-23 18:07:32 +08:00
jinli.yl
c314a82039
docs: update documentation structure and content
2025-10-23 17:58:25 +08:00
dengjiaji
82d0adc86e
docs(config): update documentation config and quick start examples
2025-10-23 17:32:59 +08:00
jinli.yl
63f6796a0b
refactor(app): simplify ReMeApp initialization and config loading
...
- Removed load_default_config parameter from ReMeApp.__init__
- Removed backend configuration examples from docstring
- Updated super().__init__ call to always load default config
- Reordered and simplified configuration parameter passing
- Updated docstring to reference default.yaml for config examples
- Removed redundant HTTP backend configuration comments
- Ensured config_path parameter properly passed to parent class
2025-10-23 17:25:36 +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
fdb242ff5d
docs(config): update documentation styling and logo
2025-10-23 15:13:59 +08:00
dengjiaji
7c07f58b81
docs(readme): update image paths
2025-10-23 14:12:39 +08:00
dengjiaji
2c54d0b04e
docs(config): update project title and index page heading
2025-10-23 14:11:03 +08:00
dengjiaji
c625181666
docs: reconstruct JupyterBook-style documentation
2025-10-23 12:08:35 +08:00
Jiaji
b17876e161
Merge pull request #30 from modelscope/import_dev
...
feat(reme): implement ReMeApp and decouple flowllm dependencies
2025-10-23 11:54:31 +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
dengjiaji
04692b1473
docs(index): restructure memory sections and improve formatting
2025-10-22 13:17:19 +08:00