mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
refactor: mv prompt_auto_designer_tool to third party dir
This commit is contained in:
@@ -5,6 +5,3 @@
|
||||
# @Email : lc299034@antgroup.com
|
||||
# @FileName: __init__.py
|
||||
|
||||
from agentuniverse.prompt.prompt_auto_designer import PromptAutoDesigner
|
||||
|
||||
__all__ = ["PromptAutoDesigner"]
|
||||
|
||||
@@ -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
|
||||
@@ -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,
|
||||
Reference in New Issue
Block a user