Commit graph

506 commits

Author SHA1 Message Date
jinli.yl
2e2d96a53e feat(vector-store): add delete_all method and improve evaluation pipeline 2026-01-10 22:47:56 +08:00
jinli.yl
9f114cb9b4 feat(benchmark): add HaluMem evaluation suite with ReMe integration 2026-01-10 22:11:20 +08:00
jinli.yl
5054cf22df feat(vector-store): add sorting capability to list operations across all backends 2026-01-09 21:09:30 +08:00
jinli.yl
a172a6854b feat(vector-store): add sorting capability to list operations across all backends 2026-01-09 19:50:42 +08:00
jinli.yl
2d98169d80 style(formatting): standardize code formatting and logging statements 2026-01-09 17:55:11 +08:00
jinli.yl
0b7843f557 feat(core): implement memory node tracking and embedding text truncation 2026-01-09 17:55:11 +08:00
caozouying.czy
d91fc6a14c update docs/cookbook/appworld/quickstart.md for better reproduction 2026-01-09 17:18:53 +08:00
jinli.yl
1ada96291e refactor(core): restructure module imports and enhance embedding functionality 2026-01-08 18:04:33 +08:00
jinli.yl
cf8ee9f88e refactor(vector_store): replace async_iter_workspace_nodes with async_list_workspace_nodes 2026-01-08 16:39:28 +08:00
jinli.yl
59aa253e85 refactor(core): move get_now_time function and update imports 2026-01-08 11:39:16 +08:00
jinli.yl
b3d68dbc02 refactor(llm): update type hints and abstract method definitions 2026-01-08 11:37:02 +08:00
jinli.yl
554eec1cb9 chore(version): bump version to 0.2.0.6 2026-01-07 23:43:57 +08:00
jinli.yl
09d12c7d72 chore(deps): update flowllm dependency versions 2026-01-07 23:43:08 +08:00
jinli.yl
416206d332 feat(mem_agent): implement memory agent architecture with specialized summarizers and retrievers 2026-01-07 18:10:30 +08:00
caozouying.czy
f493ba2f3a update README.md reported results 2026-01-07 15:27:22 +08:00
jinli.yl
53aaad2a28 refactor(memory): move memory tools to dedicated module and update imports 2026-01-07 10:10:03 +08:00
jinli.yl
29a6ee1fba refactor(memory): restructure memory tools and add base memory agent 2026-01-07 00:56:22 +08:00
jinli.yl
d29aff4e6c refactor(memory): update memory tool implementations and parameters 2026-01-06 23:46:51 +08:00
jinliyl
5306ff7d40
Merge pull request #65 from agentscope-ai/dev_0105
Dev 0105
2026-01-06 15:13:33 +08:00
jinli.yl
8ffc1ccda3 chore(release): bump version to 0.2.0.5 2026-01-06 15:12:38 +08:00
jinli.yl
b3910319ce chore(deps): update flowllm dependencies to version 0.2.0.9 2026-01-06 15:11:59 +08:00
jinli.yl
245e2564e4 refactor(core): restructure tool modules and add memory operations 2026-01-06 14:31:47 +08:00
jinli.yl
ed33749cf6 feat(memory): add memory node schema and utilities 2026-01-05 22:39:10 +08:00
jinli.yl
f270e2a099 feat(core): add agent and tool modules with search and execution capabilities 2026-01-05 20:14:44 +08:00
jinliyl
67f39db57a
Merge pull request #63 from agentscope-ai/merge_fl
add flowllm v2
2026-01-05 17:17:46 +08:00
jinli.yl
3c8eca8a3b feat(core): add application lifecycle management and streaming flow execution 2026-01-05 17:15:13 +08:00
jinli.yl
36e88b26dd style(core): format code according to team style guide 2026-01-05 14:41:22 +08:00
jinli.yl
afa3196988 feat(core): add service infrastructure and utility modules 2026-01-05 14:27:07 +08:00
jinli.yl
1ea8f07aac feat(core): add flow module and enhance documentation 2026-01-02 00:16:24 +08:00
jinli.yl
566a773591 refactor(core): update BaseOp to improve sub-ops handling and tool call management 2026-01-01 13:10:21 +08:00
jinli.yl
472e069bc5 feat(core): add MCP tool integration and Ray-based parallel operations 2025-12-31 23:43:56 +08:00
jinli.yl
1e7b8fbdad feat(core): add service metadata and prompt formatting capabilities to base operator 2025-12-31 17:36:43 +08:00
jinli.yl
90a53737c8 feat(core): add operator framework and utility modules 2025-12-31 17:16:53 +08:00
jinli.yl
91a07e4186 feat(vector-store): add base vector store interface and multiple implementations 2025-12-31 13:18:33 +08:00
jinli.yl
fbdfdfee57 feat(token-counter): add token counting system with multiple implementations 2025-12-31 11:17:12 +08:00
jinli.yl
af52c0cc04 feat(embedding): add embedding model framework with OpenAI implementation
- Create BaseEmbeddingModel abstract class with async/sync interfaces
- Implement OpenAIEmbeddingModel for asynchronous operations
- Implement OpenAIEmbeddingModelSync for synchronous operations
- Add automatic batching and retry logic for embedding operations
- Add VectorNode embedding functionality for content indexing
- Update type hints in LLM modules to use generic list instead of List
- Refactor LiteLLMSync class documentation and type annotations
- Add comprehensive async and sync unit tests for embedding models
- Add unit tests for BaseContext attribute access patterns
2025-12-31 11:00:57 +08:00
jinliyl
42519a8b55
Merge pull request #62 from agentscope-ai/merge_fl
docs(readme): update readme files with consistent formatting
2025-12-31 09:55:59 +08:00
jinli.yl
2e968c4e33 docs(readme): update readme files with consistent formatting 2025-12-31 09:54:53 +08:00
jinliyl
9cf2e17cb4
Merge pull request #61 from agentscope-ai/merge_fl
Merge part1 flowllm
2025-12-31 09:51:42 +08:00
jinli.yl
38c972b270 chore(deps): add pre-commit to project dependencies 2025-12-31 09:48:13 +08:00
jinli.yl
c655f366e3 docs(readme): add download count and commit activity badges 2025-12-31 09:44:45 +08:00
jinli.yl
5f6244d432 ci(workflow): add pre-commit workflow for code formatting 2025-12-31 00:55:22 +08:00
jinli.yl
c49665cbd4 docs(schema): update tool call documentation with example 2025-12-31 00:54:40 +08:00
jinli.yl
457284a046 feat(llm): add LLM module with base interface and multiple provider implementations 2025-12-31 00:49:45 +08:00
jinli.yl
a7301f99ae feat(context): add comprehensive context management system with prompt handling and registries 2025-12-31 00:01:26 +08:00
jinli.yl
ad6395f012 feat(schema): add JSON Schema enum and enhance ToolCall with recursive schema support 2025-12-30 23:52:45 +08:00
jinli.yl
e5f17d6e67 docs(guidelines): add test file creation guidelines with loguru logger 2025-12-30 22:01:56 +08:00
jinli.yl
266b19ecd0 feat(core): add enumeration and schema modules with utility functions 2025-12-30 18:16:33 +08:00
jinli.yl
cb907ea201 feat(utils): add universal timer decorator with loguru integration 2025-12-30 17:38:58 +08:00
jinliyl
da8260e5c0
Merge pull request #59 from agentscope-ai/dev_czy_1126
Update appworld_react_agent.py for better reproduction & Upload task memory paper data
2025-12-25 14:07:38 +08:00