diff --git a/agentuniverse/prompt/__init__.py b/agentuniverse/prompt/__init__.py index d5009b62..31ef5f29 100644 --- a/agentuniverse/prompt/__init__.py +++ b/agentuniverse/prompt/__init__.py @@ -5,6 +5,3 @@ # @Email : lc299034@antgroup.com # @FileName: __init__.py -from agentuniverse.prompt.prompt_auto_designer import PromptAutoDesigner - -__all__ = ["PromptAutoDesigner"] diff --git a/PROMPT_AUTO_DESIGNER_CHANGES.md b/examples/third_party_examples/tools/prompt_auto_designer_tool/PROMPT_AUTO_DESIGNER_CHANGES.md similarity index 100% rename from PROMPT_AUTO_DESIGNER_CHANGES.md rename to examples/third_party_examples/tools/prompt_auto_designer_tool/PROMPT_AUTO_DESIGNER_CHANGES.md diff --git a/examples/third_party_examples/tools/prompt_auto_designer_tool/__init__.py b/examples/third_party_examples/tools/prompt_auto_designer_tool/__init__.py new file mode 100644 index 00000000..40731cd8 --- /dev/null +++ b/examples/third_party_examples/tools/prompt_auto_designer_tool/__init__.py @@ -0,0 +1,7 @@ +# !/usr/bin/env python3 +# -*- coding:utf-8 -*- + +# @Time : 2025/10/31 14:24 +# @Author : jerry.zzw +# @Email : jerry.zzw@antgroup.com +# @FileName: __init__.py.py diff --git a/agentuniverse/base/util/prompt/auto_prompt/generator_cn.yaml b/examples/third_party_examples/tools/prompt_auto_designer_tool/auto_prompt/generator_cn.yaml similarity index 100% rename from agentuniverse/base/util/prompt/auto_prompt/generator_cn.yaml rename to examples/third_party_examples/tools/prompt_auto_designer_tool/auto_prompt/generator_cn.yaml diff --git a/agentuniverse/base/util/prompt/auto_prompt/optimizer_cn.yaml b/examples/third_party_examples/tools/prompt_auto_designer_tool/auto_prompt/optimizer_cn.yaml similarity index 100% rename from agentuniverse/base/util/prompt/auto_prompt/optimizer_cn.yaml rename to examples/third_party_examples/tools/prompt_auto_designer_tool/auto_prompt/optimizer_cn.yaml diff --git a/agentuniverse/prompt/prompt_auto_designer.py b/examples/third_party_examples/tools/prompt_auto_designer_tool/prompt_auto_designer.py similarity index 100% rename from agentuniverse/prompt/prompt_auto_designer.py rename to examples/third_party_examples/tools/prompt_auto_designer_tool/prompt_auto_designer.py diff --git a/tests/test_agentuniverse/unit/prompt/test_prompt_auto_designer.py b/examples/third_party_examples/tools/prompt_auto_designer_tool/test_prompt_auto_designer.py similarity index 97% rename from tests/test_agentuniverse/unit/prompt/test_prompt_auto_designer.py rename to examples/third_party_examples/tools/prompt_auto_designer_tool/test_prompt_auto_designer.py index 57ddc765..a5fcca7a 100644 --- a/tests/test_agentuniverse/unit/prompt/test_prompt_auto_designer.py +++ b/examples/third_party_examples/tools/prompt_auto_designer_tool/test_prompt_auto_designer.py @@ -2,7 +2,7 @@ import json import pytest -from agentuniverse.prompt.prompt_auto_designer import ( +from examples.third_party_examples.tools.prompt_auto_designer_tool.prompt_auto_designer import ( PromptAutoDesigner, PromptAutoDesignerError, PromptGenerationRequest,