diff --git a/AlgoriAgent/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/__pycache__/__init__.cpython-310.pyc index 2e19434..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 9876cc1..5c5f73c 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 928bb1c..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 0c4f71b..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 bce3c10..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/agent_manager.py b/AlgoriAgent/projects/algoriAgent/agent_manager.py index a2f35bd..69769c7 100644 --- a/AlgoriAgent/projects/algoriAgent/agent_manager.py +++ b/AlgoriAgent/projects/algoriAgent/agent_manager.py @@ -29,7 +29,7 @@ openai_api_key = config['Global']['api_key'] OPENAI_CFG_DICT = { "config_name": "openai_cfg", # 此配置的名称,必须保证唯一 "model_type": "openai_chat", # 模型类型 - "model_name": "gpt-4o-mini", # 模型名称 + "model_name": config['Global']['model'], # 模型名称 #"model_name": "gpt-4", # 模型名称 #"model_name": "llama3", "api_key": openai_api_key, # OpenAI API key. 如果没有设置,将使用环境变量中的 OPENAI_API_KEY diff --git a/AlgoriAgent/projects/algoriAgent/tools/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/projects/algoriAgent/tools/__pycache__/__init__.cpython-310.pyc index 69e26ad..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 9ad6111..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/__pycache__/__init__.cpython-310.pyc b/AlgoriAgent/src/agentscope/__pycache__/__init__.cpython-310.pyc index 74c5970..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 2f89501..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 d3a4c2c..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 10c37b9..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 f6ce765..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 d363d69..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 1c23aa5..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 b8e4439..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 0dff55c..bb185a1 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 1c23eab..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 5bb6775..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 4a11f46..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 241b019..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 ec8fa48..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 9423dfe..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 1542d96..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 a06e252..e39fc7b 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 d9389c1..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 66f53a4..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 5e4c813..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 acb18d7..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 505c4f9..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 a655b92..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 9de64de..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 4d2dc82..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 376ac09..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 2e1f4c3..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 13c5439..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 0e0eea8..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 7e3f844..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 7326b31..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 df6ba19..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 009488e..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 1fdd4d2..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 32f6f85..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 00849b8..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 493af7b..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 02a29bc..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 ef32487..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 f9af185..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 d4cd056..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 cd50083..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 24221ff..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 4eb1e30..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 34698ed..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 86b37e7..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 d05edf2..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 e043243..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 cd5c6b8..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 09bfd0a..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 39d9c02..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 f4b2e55..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 dada8e1..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 854e791..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 3fff344..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 4305857..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 24f85ff..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 cdc7517..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 f183cac..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 45f433f..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 555b362..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 bbdd6b3..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 a743acb..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 4721da5..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 6c4a05d..161b6dc 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 3367417..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 8bcb53e..a27eb18 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 d495677..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 c3bf8bd..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 ebe241b..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 74ee50a..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 eb6c444..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 19b54bb..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 8b220b8..58b73e4 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 8c247ff..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 36a1d59..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 bb32d0d..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 f1ca1d3..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 e77efa9..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 fd44ecf..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 c15896a..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 761161f..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 4a2c9a3..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 d0f0c80..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 a918eeb..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 7bdff30..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 15f86bc..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 0f75bff..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 1d115d1..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 199c246..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 244dcc3..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 1c23294..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 258b511..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 9d56f8b..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 c75fb8e..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 db74d82..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 03b397f..82b0fb2 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 0bd35fe..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 28b77c8..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 f7af8dc..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 1a421d2..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/Html/__pycache__/backboardManager.cpython-310.pyc b/Html/__pycache__/backboardManager.cpython-310.pyc index 01fa51d..876200f 100644 Binary files a/Html/__pycache__/backboardManager.cpython-310.pyc and b/Html/__pycache__/backboardManager.cpython-310.pyc differ diff --git a/Html/config.ini b/Html/config.ini index 6a4de19..ddecc96 100644 --- a/Html/config.ini +++ b/Html/config.ini @@ -1,16 +1,16 @@ [Global] -base_chat_url = https://api.zyai.online/v1 -api_key = sk-B31NVWeWuvbkEnUgA5913e4c63Ac40E7A1B084742299E57f - +base_chat_url = https://www.dmxapi.com/v1 +api_key = sk-aMpnWklN2IbsK44d1kNpy6YOP9bk1pdPJjFeEmbb0a5ytEFf +model=gpt-4.1-nano [VSCODE_WEB] -url = http://127.0.0.1:8181 #http://asengine.net:8282 +url = http://127.0.0.1:8181 +#http://asengine.net:8282 [VSCODE_WEB_PATH] is_wsl = false -is_wsl = false windows_path = F:/ wsl_path = /mnt/f/ [USER_DATA] dir = db/data/user/ [COURSE_DATA] -dir = db/data/course/ \ No newline at end of file +dir = db/data/course/ diff --git a/Html/db/data/user/cake.json b/Html/db/data/user/cake.json index 354c128..a571973 100644 --- a/Html/db/data/user/cake.json +++ b/Html/db/data/user/cake.json @@ -15,8 +15,8 @@ "title": "\u5f15\u5165", "dialog": [ { - "id": "c22798c82f664930aa74a06834e4310a", - "timestamp": "2025-01-01 18:47:30", + "id": "ac2e9ced9d834ddab0d3e5afe05cb460", + "timestamp": "2025-08-20 13:20:20", "name": "system", "content": "You're a helpful assistant.\n\n## \u4f60\u7684\u89d2\u8272\uff1a\n\u4f60\u9700\u8981\u5e2e\u52a9\u5b66\u751f\u5b66\u4e60\u7b97\u6cd5\uff0c\u68c0\u9a8c\u5b66\u4e60\u8fc7\u7a0b\uff0c\u786e\u4fdd\u5b66\u751f\u7406\u89e3\u5f53\u524d\u7ae0\u8282\u7684\u5185\u5bb9\u540e\uff0c\u5e26\u9886\u5b66\u751f\u8fdb\u5165\u4e0b\u4e00\u7ae0\n\n## \u4f60\u9700\u8981\u505a\u7684\uff1a\n0. \u4f60\u5fc5\u987b\u6839\u636e\u8001\u5e08\u63d0\u4f9b\u7684\u6559\u5b66\u5927\u7eb2\uff0c\u6309\u7167\u7ae0\u8282\u987a\u5e8f\uff0c\u4f9d\u6b21\u5b66\u4e60\u3002\n1. \u5b66\u751f\u53ef\u80fd\u4f1a\u63d0\u51fa\u4e00\u4e9b\u95ee\u9898\uff0c\u4f60\u65e0\u9700\u56de\u7b54\u95ee\u9898\uff0c\u800c\u662f\u6839\u636e\u4e0a\u4e0b\u6587\uff08\u6bd4\u5982\u5b66\u751f\u81ea\u5df1\u7684\u4ee3\u7801\uff09\u6765\u5206\u6790\uff0c\u5e76\u7ed9\u51fa\u4e00\u6b65\u7684\u89e3\u51b3\u65b9\u6848\u3002\n2. \u6559\u5b66\u5927\u7eb2\u4e2d\u4f1a\u6307\u660e\u6bcf\u4e2a\u7ae0\u8282\u7684\u5b66\u4e60\u76ee\u6807\uff0c\u4f60\u6309\u7167\u76ee\u6807\u5b66\u4e60\u3002\n3. \u7cfb\u7edf\u4f1aoccasionally gather\u5b66\u751f\u4fe1\u606f\uff0c\u4f60\u9700\u8981\u5206\u6790\u5b66\u751f\u5b66\u4e60\u8bb0\u5f55\uff0c\u8c03\u7528\u5fc5\u8981\u7684\u51fd\u6570\u3002\n\n## \u6ce8\u610f\u4e8b\u9879\uff1a\n1. \u786e\u4fdd\u4f7f\u7528\u5de5\u5177\u51fd\u6570\u65f6\uff0c\u63d0\u4f9b\u7684\u53c2\u6570\u7c7b\u578b\u548c\u503c\u662f\u6b63\u786e\u7684\u3002\n2. \u4e0d\u8981\u592a\u76f8\u4fe1\u81ea\u5df1\uff0c\u4f8b\u5982\uff0c\u5f53\u524d\u4f4d\u7f6e\uff0c\u5f53\u524d\u65f6\u95f4\u7b49\uff0c\u4f60\u53ef\u4ee5\u5c1d\u8bd5\u4f7f\u7528\u5de5\u5177\u51fd\u6570\u83b7\u53d6\u4fe1\u606f\u3002\n3. \u5982\u679c\u51fd\u6570\u6267\u884c\u5931\u8d25\uff0c\u4f60\u9700\u8981\u5206\u6790\u9519\u8bef\u5e76\u5c1d\u8bd5\u89e3\u51b3\u3002\n4. \u786e\u4fdd\u5b66\u751f\u63d0\u51fa\u7684\u95ee\u9898\u6216\u60f3\u6cd5\u662f\u5426\u4e0e\u5f53\u524d\u7ae0\u8282\u76f8\u5173\uff0c\u5982\u679c\u4e0d\u76f8\u5173\uff0c\u4f60\u5e94\u7b54\u5e76\u63d0\u9192\u5b66\u751f\u5173\u6ce8\u5f53\u524d\u7ae0\u8282\u3002\n\n## \u8d44\u6e90\uff1a\n1. \u4f60\u53ef\u4ee5\u4f7f\u7528\u7684\u5de5\u5177\u51fd\u6570\u3002\n2. \u4e0a\u4e0b\u6587\uff0c\u5305\u62ec\u5b66\u751f\u7684\u4ee3\u7801\uff0c\u548c\u6559\u5b66\u5927\u7eb2\u3002\n", "role": "system", @@ -24,8 +24,8 @@ "metadata": null }, { - "id": "b5f28da4edf74912878f3b0092f8db2f", - "timestamp": "2025-01-01 18:47:42", + "id": "67286d2a893a4ab09991f4f472e3f075", + "timestamp": "2025-08-20 13:20:37", "name": "system", "content": "##The Chapter Chain##\n(Your Now Chapter) Chapter 1: \n\u4e8c\u5206\u662f\u4e00\u4e2a\u5f88\u7b80\u5355\u57fa\u7840\uff0c\u4f46\u5f88\u91cd\u8981\u7684\u77e5\u8bc6\u70b9\uff0c\u4e3a\u4ee5\u540e\u8bb8\u591a\u9ad8\u7ea7\u7684\u6570\u636e\u7ed3\u6784\u4e0e\u7b97\u6cd5\u94fa\u57ab\u3002\n\n\u4e0b\u9762\u662f\u4e00\u4e2a\u7528\u4e8c\u5206\u7684\u7b80\u5355\u573a\u666f\uff1a\n\n\u5047\u8bbe\u5c0f\u660e\u4ece0\u52301000\u4e4b\u95f4\u9009\u62e9\u4e86\u4e00\u4e2a\u6570\u5b57\u4f46\u4e0d\u544a\u8bc9\u4f60\uff0c\u4f60\u53ef\u4ee5\u4e0d\u65ad\u731c\u6d4b\u8fd9\u4e2a\u6570\uff0c\u6bcf\u6b21\u731c\u6d4b\u5c0f\u660e\u4f1a\u544a\u77e5\u4f60\u7684\u731c\u6d4b\u5f97\u8fc7\u5927\u8fd8\u662f\u8fc7\u5c0f\uff0c\u95ee\u6700\u591a\u51e0\u6b21\u5c31\u4e00\u5b9a\u80fd\u731c\u4e2d\uff1f\n\n\u7b54\u6848\u662f\u5229\u7528\u4e8c\u5206\u67e5\u627e\u7684\u539f\u7406\uff0c\u731c\u6d4b11\u6b21\u5373\u53ef\u3002\n\n1. \u5bf9\u4e8e0\u52301000\u7684\u7b54\u6848\u5907\u9009\u533a\uff0c\u731c\u6d4b\u4e2d\u4f4d\u6570500\uff0c\u5047\u8bbe\u8fc7\u5c0f\uff0c\n2. \u5219\u5bf9\u4e8e501\u52301000\u7684\u7b54\u6848\u5907\u9009\u533a\uff0c\u731c\u6d4b750\uff0c\u5047\u8bbe\u8fc7\u5927\n3. \u5219\u5bf9\u4e8e501\u5230749\u7684\u7b54\u6848\u5907\u9009\u533a\uff0c\u731c\u6d4b625\uff0c\u5047\u8bbe\u8fc7\u5c0f\uff0c\n4. \u5219\u5bf9\u4e8e626\u5230749\u533a\u95f4......\n5. \uff08688-749\uff09\n6. \uff08718-749\uff09\n7. \uff08734-749\uff09\n8. \uff08742-749\uff09\n9. \uff08746-749\uff09\n10. \uff08748-749\uff09\n11. \uff08749-749\uff09\n\n\u5728\u6700\u5dee\u7684\u60c5\u51b5\u4e0b\uff0c\u7b2c11\u6b21\u7684\u7b54\u6848\u5907\u9009\u533a\u5c31\u4e00\u5b9a\u957f\u5ea6\u4e3a1\u4e86\uff0c\u4e5f\u5c31\u662f\u5fc5\u7136\u662f\u7b54\u6848\u3002\n\n\u56e0\u6b64\u5982\u679c\u5e8f\u5217\u662f\u6709\u5e8f\u7684\uff0c\u5c31\u53ef\u4ee5\u901a\u8fc7\u4e8c\u5206\u67e5\u627e\u5feb\u901f\u5b9a\u4f4d\u6240\u9700\u8981\u7684\u6570\u636e\u3002\n\n#### \u601d\u8003\u9898\uff08\u8be2\u95eeAgent\u4ee5\u5b66\u4e60\u8ba1\u7b97\u65b9\u6cd5\uff0c\u6216\u9a8c\u8bc1\u4f60\u7684\u7b54\u6848\uff09\n\n\u5bf9\u4e8e\u4e0a\u9762\u90a3\u4e2a\u9898\u76ee\uff0c\u5982\u679c\u95ee\u9898\u533a\u95f4\u662f1\u52304000\uff0c\u6700\u5dee\u60c5\u51b5\u4e0b\u9700\u8981\u731c\u6d4b\u51e0\u6b21\uff1f\n\n\nHere are some concrete instructions:\n\n\u672c\u5c0f\u8282\u8fdb\u884c\u4e8c\u5206\u67e5\u627e\u7684\u5f15\u5165\uff0c\u9996\u5148\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6559\u6848\u5f15\u5165\u7ae0\u8282\u7684\u6545\u4e8b\u3002\n\n\u786e\u4fdd\u5b66\u751f\u7406\u89e3\u4e86\u5f15\u5165\u540e\uff0c\u5728\u8fdb\u884c\u601d\u8003\u9898\u3002\n\n\u5982\u679c\u4e0d\u8fdb\u884c\u601d\u8003\u9898\uff0c\u5219\u8be2\u95ee\u4e00\u4e0b\u662f\u5426\u4e0d\u8fdb\u884c\u601d\u8003\u9898\uff0c\u786e\u8ba4\u540e\u8fdb\u5165\u4e0b\u4e00\u8282\u3002\n\n\u5982\u679c\u8fdb\u884c\u601d\u8003\u9898\uff0c\u544a\u77e5\u5b66\u751f\u8ba1\u7b97\u65b9\u6cd5\u5e76\u9a8c\u8bc1\u7b54\u6848\uff08\u7b54\u6848\u662f13\u6b21\uff09\n\n\u8ba1\u7b97\u65b9\u6cd5\uff1a\n\n4000\u662f\u521d\u59cb\u7b54\u6848\u533a\u95f4\u957f\u5ea6\uff0c\u6bcf\u6b21\u8be2\u95ee\u80fd\u591f\u6392\u9664\u4e00\u534a\u7684\u533a\u95f4\uff0c\u5f53\u533a\u95f4\u957f\u5ea6\u5c0f\u4e8e\u7b49\u4e8e1\u65f6\uff0c\u518d\u8fdb\u884c\u4e00\u6b21\u731c\u6d4b\u5c31\u4e00\u5b9a\u662f\u7b54\u6848\u3002\n\n4000\u4e0d\u65ad\u9664\u4ee52\uff0c\u966412\u6b21\u5c31\u5c0f\u4e8e\u7b49\u4e8e1\u4e86\uff0c\u518d\u52a0\u4e00\u6b21\u5c31\u4e00\u5b9a\u662f\u7b54\u6848\u3002\u6700\u540e\u662f12+1=13\u6b21\u3002\n\n\uff08\u6bd44000\u5927\u7684\u6700\u5c0f2\u7684\u6b21\u65b9\u6570\uff0c4096\u5c31\u662f2\u768412\u6b21\u65b9\uff0c\u8fd9\u91cc\u768412\u5c31\u662f\u7b54\u6848\u4e2d\u768412\uff0c\u6216\u8005\u5199\u4f5c\"\u4e0a\u53d6\u6574(log2(4000))\")\n\n\u8be2\u95ee\u5b66\u751f\uff0c\u5f53\u5b66\u751f\u544a\u77e5\u7406\u89e3\u540e\uff0c\u8fdb\u5165\u4e0b\u4e00\u8282\u3002\n\n\n\n\n", "role": "system", @@ -33,21 +33,21 @@ "metadata": null }, { - "id": "23ac775d2b6446368059bba9636ffbdf", - "timestamp": "2025-01-01 18:47:42", + "id": "358343b84b8f415fae508a3ee3d4340e", + "timestamp": "2025-08-20 13:20:37", "name": "user", - "content": "\u7b54\u6848\u662f13\uff0clog2 4000+1", + "content": "I think this might be related to the power of 2, right? Because binary search keeps dividing the range into two halves each time. For 0 to 1000, the total number of possible values is 1001, and 2^10 = 1024 which is just larger than 1001, so 11 guesses are needed (since we start counting from 1).", "role": "user", "url": null, "metadata": null }, { - "id": "50dc4cfcf0bd4eb7a47d818f5d7456ac", - "timestamp": "2025-01-01 18:47:45", - "name": "user_4eb13cc2-52ab-4281-ad32-83f1ccccadf7", + "id": "1365b223d8a24533ab552ce80e516a82", + "timestamp": "2025-08-20 13:20:45", + "name": "user_f6c6c882-6ee3-406b-84f9-898b12c2effc", "content": { - "thought": "\u5b66\u751f\u5df2\u7ecf\u7406\u89e3\u4e86\u4e8c\u5206\u67e5\u627e\u7684\u601d\u8003\u9898\u548c\u8ba1\u7b97\u65b9\u6cd5\uff0c\u786e\u8ba4\u53ef\u4ee5\u8fdb\u5165\u4e0b\u4e00\u7ae0\u3002", - "speak": "\u4f60\u5df2\u7ecf\u7406\u89e3\u4e86\u8fd9\u4e2a\u95ee\u9898\u7684\u8ba1\u7b97\u65b9\u6cd5\uff0c\u7b54\u6848\u662f13\u6b21\u3002\u6211\u4eec\u53ef\u4ee5\u8fdb\u5165\u4e0b\u4e00\u8282\u5417\uff1f", + "thought": "\u5b66\u751f\u5df2\u7ecf\u7406\u89e3\u4e86\u4e8c\u5206\u67e5\u627e\u4e0e2\u7684\u5e42\u76f8\u5173\u7684\u601d\u60f3\uff0c\u5e76\u4e14\u6b63\u786e\u63a8\u65ad\u51fa\u4e86\u5728\u8303\u56f41\u52304000\u4e2d\uff0c\u6700\u5dee\u60c5\u51b5\u4e0b\u9700\u8981\u731c\u6d4b13\u6b21\u3002\u8fd9\u4e2a\u7406\u89e3\u975e\u5e38\u5173\u952e\uff0c\u53ef\u4ee5\u5e2e\u52a9\u5b66\u751f\u638c\u63e1\u4e8c\u5206\u67e5\u627e\u7684\u6838\u5fc3\u539f\u7406\u3002", + "speak": "\u975e\u5e38\u597d\uff0c\u4f60\u7406\u89e3\u5f97\u5f88\u6e05\u695a\uff01\u4f60\u5df2\u7ecf\u638c\u63e1\u4e86\u4e8c\u5206\u67e5\u627e\u7684\u57fa\u672c\u539f\u7406\u548c\u4e3a\u4ec0\u4e48\u9700\u8981 log2(\u8303\u56f4\u5927\u5c0f) \u6b21\u731c\u6d4b\u3002\u63a5\u4e0b\u6765\uff0c\u6211\u4eec\u53ef\u4ee5\u8fdb\u5165\u4e0b\u4e00\u7ae0\uff0c\u5b66\u4e60\u5177\u4f53\u7684\u4e8c\u5206\u67e5\u627e\u7684\u5b9e\u73b0\u65b9\u6cd5\u548c\u5e94\u7528\u3002", "function": "[{\"name\": \"next_chapter\", \"arguments\": {}}]" }, "role": "assistant", @@ -352,7 +352,7 @@ ] ], "course_put_in_date": "", - "course_last_study_date": "2025-01-01", + "course_last_study_date": "2025-08-20", "course_total_study_time": 0 }, "data-structure": { diff --git a/Html/templates/desktop.html b/Html/templates/desktop.html index accf0ef..bb87bd1 100644 --- a/Html/templates/desktop.html +++ b/Html/templates/desktop.html @@ -12,7 +12,7 @@ - + diff --git a/Html/templates/saveindex.html b/Html/templates/saveindex.html index a84488c..762c882 100644 --- a/Html/templates/saveindex.html +++ b/Html/templates/saveindex.html @@ -12,7 +12,7 @@ - + diff --git a/study/cake/algorithm/binary_search/cake.py b/study/cake/algorithm/binary_search/cake.py index 31afebc..e69de29 100644 --- a/study/cake/algorithm/binary_search/cake.py +++ b/study/cake/algorithm/binary_search/cake.py @@ -1,2 +0,0 @@ -123123 -def \ No newline at end of file