Commit graph

995 commits

Author SHA1 Message Date
caozouying.czy
5cbf9f3f14 update: resolve JSONDecodeError in task_memory_validation 2026-02-25 12:05:28 +08:00
caozouying.czy
4bb260ddad add safe_metadata in memory_node.py 2026-02-25 12:05:28 +08:00
caozouying.czy
7a69ec6cec update default.yaml 'flows' 2026-02-25 12:05:28 +08:00
caozouying.czy
8765d0273d update memory_deduplication.py 2026-02-25 12:05:28 +08:00
caozouying.czy
7c397603fa update paper_data format 2026-02-25 12:05:28 +08:00
caozouying.czy
72c91bef10 update for git pull conflict resolve 2026-02-25 12:05:28 +08:00
jinliyl
32dfaeacf7
Merge pull request #114 from agentscope-ai/dev_0224
refactor(core): restructure application initialization and component …
2026-02-24 22:00:53 +08:00
jinli.yl
77928ccb8d refactor(config): update default LLM model and optimize fs compactor logic 2026-02-24 22:00:09 +08:00
jinli.yl
b1160d3b8e fix(embedding): add list type check for embeddings in cache loading 2026-02-24 20:50:11 +08:00
jinli.yl
f970d5e778 feat(filewatcher): add logging for files added to memory store during scan on start 2026-02-24 20:38:38 +08:00
jinli.yl
e9757bccf6 refactor(core): restructure application initialization and component management 2026-02-24 19:45:47 +08:00
jinli.yl
3408e8dcf1 feat(core): add methods to update default LLM and embedding model names 2026-02-20 01:04:04 +08:00
jinliyl
b130cf3350
Merge pull request #111 from agentscope-ai/fix_fs
feat(memory_store): add pure-python local memory store implementation
2026-02-20 00:35:39 +08:00
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
jinliyl
bad7cb3671
Merge pull request #110 from agentscope-ai/dev_cli
feat(core): add async code execution and improve execution utilities
2026-02-15 20:40:48 +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
6d9fb88db3 docs(readme): update ReMeCli description with better formatting 2026-02-15 20:33:03 +08:00
jinli.yl
136dc7e5a9 docs(readme): update documentation with enhanced layout and structure 2026-02-15 20:31:11 +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
955263b8f5 style(docs): update table styling in README files 2026-02-15 19:28:58 +08:00
jinli.yl
6b75f35697 docs(readme): update ReMeCli description with detailed features 2026-02-15 19:26:50 +08:00
jinli.yl
27bf13bfa2 docs(readme): update release date in project updates 2026-02-15 19:18:48 +08:00
jinli.yl
e0344909f8 docs(readme): update Chinese documentation with ReMeCli announcement 2026-02-15 19:17:48 +08:00
jinli.yl
ab181b1d15 docs(readme): update video alignment in latest updates section 2026-02-15 19:15:27 +08:00
jinli.yl
3c26291f06 docs(readme): update video alignment in latest updates section 2026-02-15 19:14:47 +08:00
jinli.yl
af91282034 docs(readme): update video alignment in latest updates section 2026-02-15 19:13:52 +08:00
jinli.yl
e1d1318245 feat(docs): update README video display with responsive table layout 2026-02-15 19:12:03 +08:00
jinli.yl
eeb66e572b docs(readme): center video display with responsive width 2026-02-15 19:10:14 +08:00
jinli.yl
9a369bca21 style(readme): adjust video width in latest updates section 2026-02-15 19:06:28 +08:00
jinli.yl
12f0667f11 docs(readme): update documentation with ReMe CLI quick start guides and latest updates 2026-02-15 19:05:42 +08:00
jinli.yl
c104cb865e docs(cli): add comprehensive quick start guide for ReMe CLI 2026-02-15 18:48:32 +08:00
jinli.yl
2159f6a29f docs(cli): update quick start documentation title 2026-02-15 18:41:33 +08:00
jinli.yl
c8b7dbc584 docs(cli): update Chinese quick start documentation 2026-02-15 18:39: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
jinliyl
869c7ce19b
Update README.md 2026-02-15 13:30:50 +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