diff --git a/AlgoriAgent/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/__pycache__/__init__.cpython-310.pyc index 65ba710..54175da 100644 Binary files a/AlgoriAgent/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/projects/algoriAgent/__pycache__/agent_manager.cpython-310.pyc b/AlgoriAgent/projects/algoriAgent/__pycache__/agent_manager.cpython-310.pyc index f76d2bd..82cc01a 100644 Binary files a/AlgoriAgent/projects/algoriAgent/__pycache__/agent_manager.cpython-310.pyc and b/AlgoriAgent/projects/algoriAgent/__pycache__/agent_manager.cpython-310.pyc differ diff --git a/AlgoriAgent/projects/algoriAgent/agent/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/projects/algoriAgent/agent/__pycache__/__init__.cpython-310.pyc index b7372b7..feeb151 100644 Binary files a/AlgoriAgent/projects/algoriAgent/agent/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/projects/algoriAgent/agent/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/projects/algoriAgent/agent/__pycache__/algori_agent.cpython-310.pyc b/AlgoriAgent/projects/algoriAgent/agent/__pycache__/algori_agent.cpython-310.pyc index 145ae3a..b7d4bc5 100644 Binary files a/AlgoriAgent/projects/algoriAgent/agent/__pycache__/algori_agent.cpython-310.pyc and b/AlgoriAgent/projects/algoriAgent/agent/__pycache__/algori_agent.cpython-310.pyc differ diff --git a/AlgoriAgent/projects/algoriAgent/agent/__pycache__/flex_service_toolkit.cpython-310.pyc b/AlgoriAgent/projects/algoriAgent/agent/__pycache__/flex_service_toolkit.cpython-310.pyc index d9d8f26..057baa2 100644 Binary files a/AlgoriAgent/projects/algoriAgent/agent/__pycache__/flex_service_toolkit.cpython-310.pyc and b/AlgoriAgent/projects/algoriAgent/agent/__pycache__/flex_service_toolkit.cpython-310.pyc differ diff --git a/AlgoriAgent/projects/algoriAgent/tools/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/projects/algoriAgent/tools/__pycache__/__init__.cpython-310.pyc index bdca170..f18c3e4 100644 Binary files a/AlgoriAgent/projects/algoriAgent/tools/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/projects/algoriAgent/tools/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/projects/algoriAgent/tools/__pycache__/judge_tools.cpython-310.pyc b/AlgoriAgent/projects/algoriAgent/tools/__pycache__/judge_tools.cpython-310.pyc index c90bb77..c9fb558 100644 Binary files a/AlgoriAgent/projects/algoriAgent/tools/__pycache__/judge_tools.cpython-310.pyc and b/AlgoriAgent/projects/algoriAgent/tools/__pycache__/judge_tools.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope.egg-info/PKG-INFO b/AlgoriAgent/src/agentscope.egg-info/PKG-INFO index 752d28b..76d3e6c 100644 --- a/AlgoriAgent/src/agentscope.egg-info/PKG-INFO +++ b/AlgoriAgent/src/agentscope.egg-info/PKG-INFO @@ -1,4 +1,4 @@ -Metadata-Version: 2.1 +Metadata-Version: 2.4 Name: agentscope Version: 0.0.6a3 Summary: AgentScope: A Flexible yet Robust Multi-Agent Platform. @@ -149,6 +149,20 @@ Requires-Dist: pre-commit; extra == "full" Requires-Dist: gradio==4.19.1; extra == "full" Requires-Dist: modelscope_studio==0.0.5; extra == "full" Requires-Dist: llama-index==0.10.30; extra == "full" +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: description-content-type +Dynamic: download-url +Dynamic: home-page +Dynamic: keywords +Dynamic: license +Dynamic: license-file +Dynamic: provides-extra +Dynamic: requires-dist +Dynamic: requires-python +Dynamic: summary English | [**中文**](https://github.com/modelscope/agentscope/blob/main/README_ZH.md) diff --git a/AlgoriAgent/src/agentscope/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/__pycache__/__init__.cpython-310.pyc index 40f996a..4b574c5 100644 Binary files a/AlgoriAgent/src/agentscope/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/__pycache__/_init.cpython-310.pyc b/AlgoriAgent/src/agentscope/__pycache__/_init.cpython-310.pyc index 80b4292..3b58cfc 100644 Binary files a/AlgoriAgent/src/agentscope/__pycache__/_init.cpython-310.pyc and b/AlgoriAgent/src/agentscope/__pycache__/_init.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/__pycache__/_runtime.cpython-310.pyc b/AlgoriAgent/src/agentscope/__pycache__/_runtime.cpython-310.pyc index 0795868..933f5c1 100644 Binary files a/AlgoriAgent/src/agentscope/__pycache__/_runtime.cpython-310.pyc and b/AlgoriAgent/src/agentscope/__pycache__/_runtime.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/__pycache__/_version.cpython-310.pyc b/AlgoriAgent/src/agentscope/__pycache__/_version.cpython-310.pyc index 413879d..911fd5f 100644 Binary files a/AlgoriAgent/src/agentscope/__pycache__/_version.cpython-310.pyc and b/AlgoriAgent/src/agentscope/__pycache__/_version.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/__pycache__/constants.cpython-310.pyc b/AlgoriAgent/src/agentscope/__pycache__/constants.cpython-310.pyc index 6c56bec..a5f17bc 100644 Binary files a/AlgoriAgent/src/agentscope/__pycache__/constants.cpython-310.pyc and b/AlgoriAgent/src/agentscope/__pycache__/constants.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/__pycache__/exception.cpython-310.pyc b/AlgoriAgent/src/agentscope/__pycache__/exception.cpython-310.pyc index 63925d5..a6bd11b 100644 Binary files a/AlgoriAgent/src/agentscope/__pycache__/exception.cpython-310.pyc and b/AlgoriAgent/src/agentscope/__pycache__/exception.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/__pycache__/file_manager.cpython-310.pyc b/AlgoriAgent/src/agentscope/__pycache__/file_manager.cpython-310.pyc index 8ad297a..ef9e6bc 100644 Binary files a/AlgoriAgent/src/agentscope/__pycache__/file_manager.cpython-310.pyc and b/AlgoriAgent/src/agentscope/__pycache__/file_manager.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/__pycache__/logging.cpython-310.pyc b/AlgoriAgent/src/agentscope/__pycache__/logging.cpython-310.pyc index c007dff..746dd00 100644 Binary files a/AlgoriAgent/src/agentscope/__pycache__/logging.cpython-310.pyc and b/AlgoriAgent/src/agentscope/__pycache__/logging.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/__pycache__/message.cpython-310.pyc b/AlgoriAgent/src/agentscope/__pycache__/message.cpython-310.pyc index 1871fb5..4b57756 100644 Binary files a/AlgoriAgent/src/agentscope/__pycache__/message.cpython-310.pyc and b/AlgoriAgent/src/agentscope/__pycache__/message.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/__pycache__/msghub.cpython-310.pyc b/AlgoriAgent/src/agentscope/__pycache__/msghub.cpython-310.pyc index 375997f..65d7eed 100644 Binary files a/AlgoriAgent/src/agentscope/__pycache__/msghub.cpython-310.pyc and b/AlgoriAgent/src/agentscope/__pycache__/msghub.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/agents/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/agents/__pycache__/__init__.cpython-310.pyc index b372256..2c56ebc 100644 Binary files a/AlgoriAgent/src/agentscope/agents/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/agents/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/agents/__pycache__/agent.cpython-310.pyc b/AlgoriAgent/src/agentscope/agents/__pycache__/agent.cpython-310.pyc index b2de94e..2b4fcf6 100644 Binary files a/AlgoriAgent/src/agentscope/agents/__pycache__/agent.cpython-310.pyc and b/AlgoriAgent/src/agentscope/agents/__pycache__/agent.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/agents/__pycache__/dialog_agent.cpython-310.pyc b/AlgoriAgent/src/agentscope/agents/__pycache__/dialog_agent.cpython-310.pyc index d9bd920..5d8651f 100644 Binary files a/AlgoriAgent/src/agentscope/agents/__pycache__/dialog_agent.cpython-310.pyc and b/AlgoriAgent/src/agentscope/agents/__pycache__/dialog_agent.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/agents/__pycache__/dict_dialog_agent.cpython-310.pyc b/AlgoriAgent/src/agentscope/agents/__pycache__/dict_dialog_agent.cpython-310.pyc index 6ad5b3b..7125b3a 100644 Binary files a/AlgoriAgent/src/agentscope/agents/__pycache__/dict_dialog_agent.cpython-310.pyc and b/AlgoriAgent/src/agentscope/agents/__pycache__/dict_dialog_agent.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/agents/__pycache__/operator.cpython-310.pyc b/AlgoriAgent/src/agentscope/agents/__pycache__/operator.cpython-310.pyc index 873f5f3..961d779 100644 Binary files a/AlgoriAgent/src/agentscope/agents/__pycache__/operator.cpython-310.pyc and b/AlgoriAgent/src/agentscope/agents/__pycache__/operator.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/agents/__pycache__/rag_agent.cpython-310.pyc b/AlgoriAgent/src/agentscope/agents/__pycache__/rag_agent.cpython-310.pyc index 5fabaaf..bae04cc 100644 Binary files a/AlgoriAgent/src/agentscope/agents/__pycache__/rag_agent.cpython-310.pyc and b/AlgoriAgent/src/agentscope/agents/__pycache__/rag_agent.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/agents/__pycache__/react_agent.cpython-310.pyc b/AlgoriAgent/src/agentscope/agents/__pycache__/react_agent.cpython-310.pyc index 8823671..3be79fd 100644 Binary files a/AlgoriAgent/src/agentscope/agents/__pycache__/react_agent.cpython-310.pyc and b/AlgoriAgent/src/agentscope/agents/__pycache__/react_agent.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/agents/__pycache__/rpc_agent.cpython-310.pyc b/AlgoriAgent/src/agentscope/agents/__pycache__/rpc_agent.cpython-310.pyc index 17a3287..b553e94 100644 Binary files a/AlgoriAgent/src/agentscope/agents/__pycache__/rpc_agent.cpython-310.pyc and b/AlgoriAgent/src/agentscope/agents/__pycache__/rpc_agent.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/agents/__pycache__/text_to_image_agent.cpython-310.pyc b/AlgoriAgent/src/agentscope/agents/__pycache__/text_to_image_agent.cpython-310.pyc index 35efa0a..2e06329 100644 Binary files a/AlgoriAgent/src/agentscope/agents/__pycache__/text_to_image_agent.cpython-310.pyc and b/AlgoriAgent/src/agentscope/agents/__pycache__/text_to_image_agent.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/agents/__pycache__/user_agent.cpython-310.pyc b/AlgoriAgent/src/agentscope/agents/__pycache__/user_agent.cpython-310.pyc index 0352247..e393aac 100644 Binary files a/AlgoriAgent/src/agentscope/agents/__pycache__/user_agent.cpython-310.pyc and b/AlgoriAgent/src/agentscope/agents/__pycache__/user_agent.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/memory/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/memory/__pycache__/__init__.cpython-310.pyc index f6d8505..96b9353 100644 Binary files a/AlgoriAgent/src/agentscope/memory/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/memory/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/memory/__pycache__/memory.cpython-310.pyc b/AlgoriAgent/src/agentscope/memory/__pycache__/memory.cpython-310.pyc index df244a2..af2096a 100644 Binary files a/AlgoriAgent/src/agentscope/memory/__pycache__/memory.cpython-310.pyc and b/AlgoriAgent/src/agentscope/memory/__pycache__/memory.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/memory/__pycache__/temporary_memory.cpython-310.pyc b/AlgoriAgent/src/agentscope/memory/__pycache__/temporary_memory.cpython-310.pyc index 02f360b..21acc24 100644 Binary files a/AlgoriAgent/src/agentscope/memory/__pycache__/temporary_memory.cpython-310.pyc and b/AlgoriAgent/src/agentscope/memory/__pycache__/temporary_memory.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/models/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/models/__pycache__/__init__.cpython-310.pyc index 8f715aa..284c46d 100644 Binary files a/AlgoriAgent/src/agentscope/models/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/models/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/models/__pycache__/config.cpython-310.pyc b/AlgoriAgent/src/agentscope/models/__pycache__/config.cpython-310.pyc index be0fc05..b3a73f1 100644 Binary files a/AlgoriAgent/src/agentscope/models/__pycache__/config.cpython-310.pyc and b/AlgoriAgent/src/agentscope/models/__pycache__/config.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/models/__pycache__/dashscope_model.cpython-310.pyc b/AlgoriAgent/src/agentscope/models/__pycache__/dashscope_model.cpython-310.pyc index a823dfc..78c9ad9 100644 Binary files a/AlgoriAgent/src/agentscope/models/__pycache__/dashscope_model.cpython-310.pyc and b/AlgoriAgent/src/agentscope/models/__pycache__/dashscope_model.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/models/__pycache__/gemini_model.cpython-310.pyc b/AlgoriAgent/src/agentscope/models/__pycache__/gemini_model.cpython-310.pyc index 39a3040..4af6385 100644 Binary files a/AlgoriAgent/src/agentscope/models/__pycache__/gemini_model.cpython-310.pyc and b/AlgoriAgent/src/agentscope/models/__pycache__/gemini_model.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/models/__pycache__/litellm_model.cpython-310.pyc b/AlgoriAgent/src/agentscope/models/__pycache__/litellm_model.cpython-310.pyc index ac51971..1e50221 100644 Binary files a/AlgoriAgent/src/agentscope/models/__pycache__/litellm_model.cpython-310.pyc and b/AlgoriAgent/src/agentscope/models/__pycache__/litellm_model.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/models/__pycache__/model.cpython-310.pyc b/AlgoriAgent/src/agentscope/models/__pycache__/model.cpython-310.pyc index d17ee41..1cc4916 100644 Binary files a/AlgoriAgent/src/agentscope/models/__pycache__/model.cpython-310.pyc and b/AlgoriAgent/src/agentscope/models/__pycache__/model.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/models/__pycache__/ollama_model.cpython-310.pyc b/AlgoriAgent/src/agentscope/models/__pycache__/ollama_model.cpython-310.pyc index 6f7ea7a..b1b3589 100644 Binary files a/AlgoriAgent/src/agentscope/models/__pycache__/ollama_model.cpython-310.pyc and b/AlgoriAgent/src/agentscope/models/__pycache__/ollama_model.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/models/__pycache__/openai_model.cpython-310.pyc b/AlgoriAgent/src/agentscope/models/__pycache__/openai_model.cpython-310.pyc index b9e2f94..e1ebc69 100644 Binary files a/AlgoriAgent/src/agentscope/models/__pycache__/openai_model.cpython-310.pyc and b/AlgoriAgent/src/agentscope/models/__pycache__/openai_model.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/models/__pycache__/post_model.cpython-310.pyc b/AlgoriAgent/src/agentscope/models/__pycache__/post_model.cpython-310.pyc index 2c6c4f1..d1f7f38 100644 Binary files a/AlgoriAgent/src/agentscope/models/__pycache__/post_model.cpython-310.pyc and b/AlgoriAgent/src/agentscope/models/__pycache__/post_model.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/models/__pycache__/response.cpython-310.pyc b/AlgoriAgent/src/agentscope/models/__pycache__/response.cpython-310.pyc index 579c346..b26e4ed 100644 Binary files a/AlgoriAgent/src/agentscope/models/__pycache__/response.cpython-310.pyc and b/AlgoriAgent/src/agentscope/models/__pycache__/response.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/models/__pycache__/zhipu_model.cpython-310.pyc b/AlgoriAgent/src/agentscope/models/__pycache__/zhipu_model.cpython-310.pyc index bf695a7..37ecad6 100644 Binary files a/AlgoriAgent/src/agentscope/models/__pycache__/zhipu_model.cpython-310.pyc and b/AlgoriAgent/src/agentscope/models/__pycache__/zhipu_model.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/parsers/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/parsers/__pycache__/__init__.cpython-310.pyc index 7e7365b..fa9282a 100644 Binary files a/AlgoriAgent/src/agentscope/parsers/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/parsers/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/parsers/__pycache__/code_block_parser.cpython-310.pyc b/AlgoriAgent/src/agentscope/parsers/__pycache__/code_block_parser.cpython-310.pyc index eea1722..933f67b 100644 Binary files a/AlgoriAgent/src/agentscope/parsers/__pycache__/code_block_parser.cpython-310.pyc and b/AlgoriAgent/src/agentscope/parsers/__pycache__/code_block_parser.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/parsers/__pycache__/json_object_parser.cpython-310.pyc b/AlgoriAgent/src/agentscope/parsers/__pycache__/json_object_parser.cpython-310.pyc index e33a08a..bb3e756 100644 Binary files a/AlgoriAgent/src/agentscope/parsers/__pycache__/json_object_parser.cpython-310.pyc and b/AlgoriAgent/src/agentscope/parsers/__pycache__/json_object_parser.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/parsers/__pycache__/parser_base.cpython-310.pyc b/AlgoriAgent/src/agentscope/parsers/__pycache__/parser_base.cpython-310.pyc index 37ddcdb..fe8db10 100644 Binary files a/AlgoriAgent/src/agentscope/parsers/__pycache__/parser_base.cpython-310.pyc and b/AlgoriAgent/src/agentscope/parsers/__pycache__/parser_base.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/parsers/__pycache__/tagged_content_parser.cpython-310.pyc b/AlgoriAgent/src/agentscope/parsers/__pycache__/tagged_content_parser.cpython-310.pyc index 3f4909b..de13147 100644 Binary files a/AlgoriAgent/src/agentscope/parsers/__pycache__/tagged_content_parser.cpython-310.pyc and b/AlgoriAgent/src/agentscope/parsers/__pycache__/tagged_content_parser.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/pipelines/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/pipelines/__pycache__/__init__.cpython-310.pyc index 6f22c33..adc5f86 100644 Binary files a/AlgoriAgent/src/agentscope/pipelines/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/pipelines/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/pipelines/__pycache__/functional.cpython-310.pyc b/AlgoriAgent/src/agentscope/pipelines/__pycache__/functional.cpython-310.pyc index c93d697..dc4d086 100644 Binary files a/AlgoriAgent/src/agentscope/pipelines/__pycache__/functional.cpython-310.pyc and b/AlgoriAgent/src/agentscope/pipelines/__pycache__/functional.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/pipelines/__pycache__/pipeline.cpython-310.pyc b/AlgoriAgent/src/agentscope/pipelines/__pycache__/pipeline.cpython-310.pyc index c44fae9..50d0cfc 100644 Binary files a/AlgoriAgent/src/agentscope/pipelines/__pycache__/pipeline.cpython-310.pyc and b/AlgoriAgent/src/agentscope/pipelines/__pycache__/pipeline.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/prompt/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/prompt/__pycache__/__init__.cpython-310.pyc index 4c4fbb4..908a2c7 100644 Binary files a/AlgoriAgent/src/agentscope/prompt/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/prompt/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_comparer.cpython-310.pyc b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_comparer.cpython-310.pyc index a560539..e6595bc 100644 Binary files a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_comparer.cpython-310.pyc and b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_comparer.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_engine.cpython-310.pyc b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_engine.cpython-310.pyc index f7e1abb..e0c99fa 100644 Binary files a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_engine.cpython-310.pyc and b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_engine.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_base.cpython-310.pyc b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_base.cpython-310.pyc index a8ed295..e101eb6 100644 Binary files a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_base.cpython-310.pyc and b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_base.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_en.cpython-310.pyc b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_en.cpython-310.pyc index 3632cd9..a209f57 100644 Binary files a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_en.cpython-310.pyc and b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_en.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_zh.cpython-310.pyc b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_zh.cpython-310.pyc index 0f34626..22249d8 100644 Binary files a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_zh.cpython-310.pyc and b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_generator_zh.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_optimizer.cpython-310.pyc b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_optimizer.cpython-310.pyc index 178d371..211e782 100644 Binary files a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_optimizer.cpython-310.pyc and b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_optimizer.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_utils.cpython-310.pyc b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_utils.cpython-310.pyc index d4c9f27..6a6ccd7 100644 Binary files a/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_utils.cpython-310.pyc and b/AlgoriAgent/src/agentscope/prompt/__pycache__/_prompt_utils.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/rag/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/rag/__pycache__/__init__.cpython-310.pyc index 1db4bd3..c2b35ec 100644 Binary files a/AlgoriAgent/src/agentscope/rag/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/rag/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/rag/__pycache__/knowledge.cpython-310.pyc b/AlgoriAgent/src/agentscope/rag/__pycache__/knowledge.cpython-310.pyc index 78b45ff..87f3509 100644 Binary files a/AlgoriAgent/src/agentscope/rag/__pycache__/knowledge.cpython-310.pyc and b/AlgoriAgent/src/agentscope/rag/__pycache__/knowledge.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/rag/__pycache__/knowledge_bank.cpython-310.pyc b/AlgoriAgent/src/agentscope/rag/__pycache__/knowledge_bank.cpython-310.pyc index f6d6162..2fb8cda 100644 Binary files a/AlgoriAgent/src/agentscope/rag/__pycache__/knowledge_bank.cpython-310.pyc and b/AlgoriAgent/src/agentscope/rag/__pycache__/knowledge_bank.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/rag/__pycache__/llama_index_knowledge.cpython-310.pyc b/AlgoriAgent/src/agentscope/rag/__pycache__/llama_index_knowledge.cpython-310.pyc index 29458f2..a6096d9 100644 Binary files a/AlgoriAgent/src/agentscope/rag/__pycache__/llama_index_knowledge.cpython-310.pyc and b/AlgoriAgent/src/agentscope/rag/__pycache__/llama_index_knowledge.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/rpc/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/rpc/__pycache__/__init__.cpython-310.pyc index a8b69c0..1c1533e 100644 Binary files a/AlgoriAgent/src/agentscope/rpc/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/rpc/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_client.cpython-310.pyc b/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_client.cpython-310.pyc index 80eca09..362ea91 100644 Binary files a/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_client.cpython-310.pyc and b/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_client.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_pb2.cpython-310.pyc b/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_pb2.cpython-310.pyc index ff95202..897d8d7 100644 Binary files a/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_pb2.cpython-310.pyc and b/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_pb2.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_pb2_grpc.cpython-310.pyc b/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_pb2_grpc.cpython-310.pyc index 5eefddc..0ec13e8 100644 Binary files a/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_pb2_grpc.cpython-310.pyc and b/AlgoriAgent/src/agentscope/rpc/__pycache__/rpc_agent_pb2_grpc.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/server/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/server/__pycache__/__init__.cpython-310.pyc index 13a9ff9..656aeb4 100644 Binary files a/AlgoriAgent/src/agentscope/server/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/server/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/server/__pycache__/launcher.cpython-310.pyc b/AlgoriAgent/src/agentscope/server/__pycache__/launcher.cpython-310.pyc index c81a470..f1d4039 100644 Binary files a/AlgoriAgent/src/agentscope/server/__pycache__/launcher.cpython-310.pyc and b/AlgoriAgent/src/agentscope/server/__pycache__/launcher.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/server/__pycache__/servicer.cpython-310.pyc b/AlgoriAgent/src/agentscope/server/__pycache__/servicer.cpython-310.pyc index be43460..2f59d4c 100644 Binary files a/AlgoriAgent/src/agentscope/server/__pycache__/servicer.cpython-310.pyc and b/AlgoriAgent/src/agentscope/server/__pycache__/servicer.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/__pycache__/__init__.cpython-310.pyc index b520b32..efdfd59 100644 Binary files a/AlgoriAgent/src/agentscope/service/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/__pycache__/service_response.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/__pycache__/service_response.cpython-310.pyc index ad786ec..e7ddffe 100644 Binary files a/AlgoriAgent/src/agentscope/service/__pycache__/service_response.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/__pycache__/service_response.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/__pycache__/service_status.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/__pycache__/service_status.cpython-310.pyc index 6f11438..33e358b 100644 Binary files a/AlgoriAgent/src/agentscope/service/__pycache__/service_status.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/__pycache__/service_status.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/__pycache__/service_toolkit.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/__pycache__/service_toolkit.cpython-310.pyc index c8c371d..0fa1e4b 100644 Binary files a/AlgoriAgent/src/agentscope/service/__pycache__/service_toolkit.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/__pycache__/service_toolkit.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/__init__.cpython-310.pyc index 5af3fce..4af533c 100644 Binary files a/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/exec_python.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/exec_python.cpython-310.pyc index 881ab68..cf39cbe 100644 Binary files a/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/exec_python.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/exec_python.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/exec_shell.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/exec_shell.cpython-310.pyc index 1ff3dfd..890a3c2 100644 Binary files a/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/exec_shell.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/execute_code/__pycache__/exec_shell.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/file/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/file/__pycache__/__init__.cpython-310.pyc index d57333d..9bbb1c8 100644 Binary files a/AlgoriAgent/src/agentscope/service/file/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/file/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/file/__pycache__/common.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/file/__pycache__/common.cpython-310.pyc index 169b58d..9459017 100644 Binary files a/AlgoriAgent/src/agentscope/service/file/__pycache__/common.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/file/__pycache__/common.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/file/__pycache__/json.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/file/__pycache__/json.cpython-310.pyc index 493c103..2a98c3b 100644 Binary files a/AlgoriAgent/src/agentscope/service/file/__pycache__/json.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/file/__pycache__/json.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/file/__pycache__/text.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/file/__pycache__/text.cpython-310.pyc index 7278043..5f6676b 100644 Binary files a/AlgoriAgent/src/agentscope/service/file/__pycache__/text.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/file/__pycache__/text.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/__init__.cpython-310.pyc index e234712..12a0965 100644 Binary files a/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/dashscope_services.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/dashscope_services.cpython-310.pyc index 73e7d98..70d744b 100644 Binary files a/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/dashscope_services.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/dashscope_services.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/openai_services.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/openai_services.cpython-310.pyc index 950604f..5209c4d 100644 Binary files a/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/openai_services.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/multi_modality/__pycache__/openai_services.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/__init__.cpython-310.pyc index 5cbde55..fe90bdd 100644 Binary files a/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/retrieval_from_list.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/retrieval_from_list.cpython-310.pyc index 629ff64..034d249 100644 Binary files a/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/retrieval_from_list.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/retrieval_from_list.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/similarity.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/similarity.cpython-310.pyc index af49e8a..b7f09df 100644 Binary files a/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/similarity.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/retrieval/__pycache__/similarity.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/__init__.cpython-310.pyc index 1bd3de8..aad7de7 100644 Binary files a/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/mongodb.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/mongodb.cpython-310.pyc index b871810..8b4b3d3 100644 Binary files a/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/mongodb.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/mongodb.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/mysql.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/mysql.cpython-310.pyc index 5c53b77..6b049c3 100644 Binary files a/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/mysql.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/mysql.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/sqlite.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/sqlite.cpython-310.pyc index d383fa2..7da4050 100644 Binary files a/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/sqlite.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/sql_query/__pycache__/sqlite.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/text_processing/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/text_processing/__pycache__/__init__.cpython-310.pyc index 16cfbb9..52642ff 100644 Binary files a/AlgoriAgent/src/agentscope/service/text_processing/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/text_processing/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/text_processing/__pycache__/summarization.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/text_processing/__pycache__/summarization.cpython-310.pyc index 1646d7a..26835fd 100644 Binary files a/AlgoriAgent/src/agentscope/service/text_processing/__pycache__/summarization.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/text_processing/__pycache__/summarization.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/web/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/web/__pycache__/__init__.cpython-310.pyc index c8b7c90..c1178a7 100644 Binary files a/AlgoriAgent/src/agentscope/service/web/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/web/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/web/__pycache__/arxiv.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/web/__pycache__/arxiv.cpython-310.pyc index 62660ac..06f1874 100644 Binary files a/AlgoriAgent/src/agentscope/service/web/__pycache__/arxiv.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/web/__pycache__/arxiv.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/web/__pycache__/dblp.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/web/__pycache__/dblp.cpython-310.pyc index cbab202..85853e7 100644 Binary files a/AlgoriAgent/src/agentscope/service/web/__pycache__/dblp.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/web/__pycache__/dblp.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/web/__pycache__/download.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/web/__pycache__/download.cpython-310.pyc index 905d353..5f3e3b5 100644 Binary files a/AlgoriAgent/src/agentscope/service/web/__pycache__/download.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/web/__pycache__/download.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/web/__pycache__/search.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/web/__pycache__/search.cpython-310.pyc index eeae27f..84518fb 100644 Binary files a/AlgoriAgent/src/agentscope/service/web/__pycache__/search.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/web/__pycache__/search.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/service/web/__pycache__/web_digest.cpython-310.pyc b/AlgoriAgent/src/agentscope/service/web/__pycache__/web_digest.cpython-310.pyc index 2253c05..9fe163a 100644 Binary files a/AlgoriAgent/src/agentscope/service/web/__pycache__/web_digest.cpython-310.pyc and b/AlgoriAgent/src/agentscope/service/web/__pycache__/web_digest.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/studio/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/studio/__pycache__/__init__.cpython-310.pyc index c54571c..5f5c76c 100644 Binary files a/AlgoriAgent/src/agentscope/studio/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/studio/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/studio/__pycache__/_app.cpython-310.pyc b/AlgoriAgent/src/agentscope/studio/__pycache__/_app.cpython-310.pyc index 9f62786..f9fa6d6 100644 Binary files a/AlgoriAgent/src/agentscope/studio/__pycache__/_app.cpython-310.pyc and b/AlgoriAgent/src/agentscope/studio/__pycache__/_app.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/studio/__pycache__/_client.cpython-310.pyc b/AlgoriAgent/src/agentscope/studio/__pycache__/_client.cpython-310.pyc index 794aff7..cc06185 100644 Binary files a/AlgoriAgent/src/agentscope/studio/__pycache__/_client.cpython-310.pyc and b/AlgoriAgent/src/agentscope/studio/__pycache__/_client.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/utils/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/utils/__pycache__/__init__.cpython-310.pyc index a09358d..9e82c62 100644 Binary files a/AlgoriAgent/src/agentscope/utils/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/utils/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/utils/__pycache__/common.cpython-310.pyc b/AlgoriAgent/src/agentscope/utils/__pycache__/common.cpython-310.pyc index d138979..a0b509e 100644 Binary files a/AlgoriAgent/src/agentscope/utils/__pycache__/common.cpython-310.pyc and b/AlgoriAgent/src/agentscope/utils/__pycache__/common.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/utils/__pycache__/monitor.cpython-310.pyc b/AlgoriAgent/src/agentscope/utils/__pycache__/monitor.cpython-310.pyc index 6cea868..4cd2f32 100644 Binary files a/AlgoriAgent/src/agentscope/utils/__pycache__/monitor.cpython-310.pyc and b/AlgoriAgent/src/agentscope/utils/__pycache__/monitor.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/utils/__pycache__/token_utils.cpython-310.pyc b/AlgoriAgent/src/agentscope/utils/__pycache__/token_utils.cpython-310.pyc index 670e645..e22afb7 100644 Binary files a/AlgoriAgent/src/agentscope/utils/__pycache__/token_utils.cpython-310.pyc and b/AlgoriAgent/src/agentscope/utils/__pycache__/token_utils.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/utils/__pycache__/tools.cpython-310.pyc b/AlgoriAgent/src/agentscope/utils/__pycache__/tools.cpython-310.pyc index ffdddb7..d407061 100644 Binary files a/AlgoriAgent/src/agentscope/utils/__pycache__/tools.cpython-310.pyc and b/AlgoriAgent/src/agentscope/utils/__pycache__/tools.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/web/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/web/__pycache__/__init__.cpython-310.pyc index 57e5535..9736406 100644 Binary files a/AlgoriAgent/src/agentscope/web/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/web/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/web/gradio/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/web/gradio/__pycache__/__init__.cpython-310.pyc index 9d35ab5..8e7948f 100644 Binary files a/AlgoriAgent/src/agentscope/web/gradio/__pycache__/__init__.cpython-310.pyc and b/AlgoriAgent/src/agentscope/web/gradio/__pycache__/__init__.cpython-310.pyc differ diff --git a/AlgoriAgent/src/agentscope/web/gradio/__pycache__/utils.cpython-310.pyc b/AlgoriAgent/src/agentscope/web/gradio/__pycache__/utils.cpython-310.pyc index 21ceeb3..9938ede 100644 Binary files a/AlgoriAgent/src/agentscope/web/gradio/__pycache__/utils.cpython-310.pyc and b/AlgoriAgent/src/agentscope/web/gradio/__pycache__/utils.cpython-310.pyc differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..de8a5ab --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Install + +1. 推荐使用Conda做虚拟环境管理,自行百度在电脑上安装Conda(或miniconda) +2. `git clone https://gitee.com/CakeCN/code-agent.git` +3. `conda create -n algoAgent python=3.10` +4. `conda activate algoAgent` +5. 安装AgentScope,code-agent/AlgoriAgent> `pip install -e .` +6. 安装其他依赖code-agent> `pip install -r .\requirements.txt` +7. 最后启动服务器code-agent\Html> `python app.py` +8. 然而还没结束,为了让Vscode-web跑起来,还需要安装code-server与code-server插件,在公网场景下还要配置nginx反代(不过本地大家跑不需要配置nginx) +9. 安装code-server `[【Linux】浏览器写代码!部署code-server远程vscode网页-CSDN博客](https://blog.csdn.net/muxuen/article/details/130334319)` +10. 我是在wsl上安装的,启动code-server你应该能看到如下消息:![1746848009135](image/README/1746848009135.png) +11. 接下来配置好config,Vscode端口号要与实际端口一致 + + ![1746850374313](image/README/1746850374313.png) +12. 大部分操作应该要登陆,直接检查db文件夹下的内容即可(cake,123123) diff --git a/image/README/1746848009135.png b/image/README/1746848009135.png new file mode 100644 index 0000000..fe14c62 Binary files /dev/null and b/image/README/1746848009135.png differ diff --git a/image/README/1746848278051.png b/image/README/1746848278051.png new file mode 100644 index 0000000..e422f47 Binary files /dev/null and b/image/README/1746848278051.png differ diff --git a/image/README/1746850374313.png b/image/README/1746850374313.png new file mode 100644 index 0000000..6abb576 Binary files /dev/null and b/image/README/1746850374313.png differ diff --git a/study/cake/algorithm/binary_search/.config b/study/cake/algorithm/binary_search/.config new file mode 100644 index 0000000..e2b2e63 --- /dev/null +++ b/study/cake/algorithm/binary_search/.config @@ -0,0 +1 @@ +{"user_id": "cake", "course_id": "algorithm", "chapter_id": "binary_search", "path": "/mnt/f/GIThubRepository/CodeAgent/code-agent/study/cake/algorithm/binary_search"} \ No newline at end of file