jinli.yl
793b8f7d59
config: switch memory store backend from local to chroma
2026-02-20 00:34:39 +08:00
jinli.yl
48b1136707
refactor(memory_store): remove async executor for file operations and add metadata caching
2026-02-20 00:29:38 +08:00
jinli.yl
1cd957c14f
feat(memory_store): add pure-python local memory store implementation
2026-02-19 23:58:54 +08:00
jinli.yl
3520587533
feat(tool): modify execute method to return result in gallery code execution
2026-02-15 20:40:10 +08:00
jinli.yl
71d36e61e4
feat(cli): add horse easter egg with fireworks and galloping animation
2026-02-15 20:25:57 +08:00
jinli.yl
a753a81852
feat(core): upgrade version to 0.3.0.0b1 and add metadata configuration
2026-02-15 18:29:46 +08:00
jinli.yl
a8604af78f
feat(cli): enable vector search and improve chat history management
2026-02-15 13:29:46 +08:00
jinli.yl
cdda48aab4
feat(core): add async code execution and improve execution utilities
2026-02-14 21:27:04 +08:00
jinli.yl
41876bdbfb
refactor(core): implement lazy initialization for OpenAI clients
2026-02-13 10:58:52 +08:00
jinli.yl
eae723b5d4
chore(version): bump version to 0.3.0.0a8
2026-02-13 10:31:20 +08:00
jinli.yl
769be6f968
fix(logger): replace colons with dashes in log filenames for Windows compatibility
2026-02-13 10:30:57 +08:00
jinli.yl
99b26c1fdc
feat(context): reinitialize thread pool and Ray when starting service context
2026-02-12 21:02:05 +08:00
jinli.yl
52d21392f2
feat(store): add ChromaDB memory store implementation with hybrid search
2026-02-12 20:34:50 +08:00
jinli.yl
4b414b18de
feat(application): add parameters to update_api_envs method
2026-02-12 16:20:54 +08:00
jinli.yl
b26762874d
chore(version): bump version to 0.3.0.0a6
2026-02-12 16:12:05 +08:00
jinli.yl
35befd7bec
feat(core): update API configuration handling with environment variable support
2026-02-12 16:11:09 +08:00
jinli.yl
f9a5ad7b11
refactor(fs): update FsContextChecker to inherit from BaseOp instead of BaseReact
2026-02-11 17:53:38 +08:00
jinli.yl
eae6c63d15
feat(cli): add ReMeCli class with interactive chat functionality
2026-02-11 17:23:15 +08:00
jinli.yl
bba509465c
fix(tool): handle missing memory target types in delegate task
2026-02-11 14:08:25 +08:00
jinli.yl
679fafee1f
chore(version): bump version to 0.3.0.0a4 and add logging
2026-02-10 23:15:30 +08:00
jinli.yl
e70d19a201
feat(fs): update model configurations and enhance summarizer functionality
2026-02-10 21:57:41 +08:00
jinli.yl
011cabc5f1
feat(config): update default LLM model configuration
2026-02-10 17:29:19 +08:00
jinli.yl
dfb402039c
fix(memory): improve search relevance and configuration defaults
2026-02-10 16:24:43 +08:00
jinli.yl
c98050dc0d
feat(config): switch to thinking model and enhance memory system
2026-02-10 03:12:19 +08:00
jinli.yl
0692023379
refactor(core): rename API base parameters and remove snippet character limit
2026-02-10 00:30:06 +08:00
jinli.yl
5dfcda8575
feat(llm): make model_name optional in simple_request methods
2026-02-09 16:13:51 +08:00
jinli.yl
e47256269e
fix(core): update version and simplify validation error message
2026-02-09 16:05:10 +08:00
jinli.yl
73ef8afb51
fix(core): update version and simplify validation error message
2026-02-09 11:31:37 +08:00
jinli.yl
a1ea1f24b9
feat(memory_store): add input validation for store_name to prevent SQL injection
2026-02-09 11:29:46 +08:00
jinli.yl
3be794d7f0
chore(version): update version to 0.3.0.0a1 and add conda environment notes
2026-02-08 21:47:42 +08:00
jinli.yl
82337ead33
feat(file-watcher): add file watching functionality with error handling
2026-02-08 21:37:55 +08:00
jinli.yl
0c23a3ac66
feat(core): add memory storage and context checking capabilities
2026-02-08 19:24:53 +08:00
jinli.yl
1a35150648
feat(core): add config path parameter and enhance fs cli capabilities
2026-02-08 04:56:10 +08:00
jinli.yl
f0bc2da7b0
feat(chat): add FsCli chat agent with streaming capabilities
2026-02-08 03:05:11 +08:00
jinli.yl
55d61f1dc5
refactor(core): update registry naming and application configuration
2026-02-07 15:05:02 +08:00
jinli.yl
de28c8e243
refactor(core): rename memory_storage to memory_store and add base fs tool
2026-02-07 03:37:12 +08:00
jinliyl
f6ca7a733a
Merge branch 'main' into dev_0205
2026-02-06 17:47:44 +08:00
jinli.yl
c8bbb54de1
feat(utils): add cosine similarity functions and integrate into vector operations
2026-02-06 17:45:59 +08:00
jinli.yl
bc5e87db5f
refactor(vector_store): simplify search method signature and remove threshold parameter
2026-02-06 16:53:57 +08:00
jinli.yl
02d5154e1c
style(logo_utils): center align logo display in console output
2026-02-06 16:00:37 +08:00
jinli.yl
6e880c5d7e
refactor(config): rename FileWatchConfig to FileWatcherConfig
2026-02-06 15:56:00 +08:00
jinli.yl
b0b800fbd8
feat(vector-store): add threshold-based filtering to vector search
2026-02-06 15:52:09 +08:00
jinli.yl
9e50e71b52
feat(core): add memory store and file watcher support to application
2026-02-06 15:35:09 +08:00
jinli.yl
1dd81f9c25
refactor(core): update config parsing and memory management system
2026-02-06 15:02:41 +08:00
jinliyl
90cd9ddea8
Merge pull request #100 from agentscope-ai/dev_0205
...
Dev 0205
2026-02-06 12:17:15 +08:00
jinli.yl
88674c52f9
fix(memory): resolve enum value access and tool processing issues
2026-02-06 12:16:28 +08:00
jinli.yl
c5438c52fc
feat(memory): implement file watcher with delta and full sync strategies
2026-02-06 01:58:28 +08:00
jinli.yl
8c05f96fb6
feat(agent): implement memory targets filtering in base memory agent
...
- Add memory_targets parameter to filter memory target type mapping
- Modify memory_target_type_mapping property to use filtered targets when available
- Update REME class to collect memory targets from user, task, and tool names
- Pass collected memory targets to agent initialization
- Support both string and list inputs for user, task, and tool names
- Maintain
2026-02-04 17:51:28 +08:00
jinli.yl
857cd52a8e
feat(memory): add memory management and file system tools
2026-02-03 22:29:45 +08:00
方应
6e26006c9f
feat(core): 添加 v2 版本的个人总结器和检索器支持
...
- 在版本控制逻辑中加入 v2 版本的支持判断
- 激活了之前被注释掉的 ReadHistory 工具并整合到检索器中
- 调整了 ReMeSummarizer 和 ReMeRetriever 的版本兼容性检查
2026-02-03 14:55:26 +08:00