refactor: mv prompt_auto_designer_tool to third party dir

This commit is contained in:
Jerry Z H
2025-10-31 14:26:29 +08:00
parent 2afda8115b
commit a92d54825c
7 changed files with 8 additions and 4 deletions

View File

@@ -5,6 +5,3 @@
# @Email : lc299034@antgroup.com
# @FileName: __init__.py
from agentuniverse.prompt.prompt_auto_designer import PromptAutoDesigner
__all__ = ["PromptAutoDesigner"]

View File

@@ -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

View File

@@ -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,