iomgaa 2e0f9145c6 新增:添加Prompter智能体模块
- 实现智能体提示词生成专家功能
- 基于患者病史和具体任务生成定制化子智能体
- 包含专业角色定义和可操作询问指令生成
- 添加完整的测试用例验证功能

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-11 16:06:52 +08:00

5 lines
165 B
Python

from .agent import Prompter
from .response_model import PrompterResult
from .prompt import PrompterPrompt
__all__ = ['Prompter', 'PrompterResult', 'PrompterPrompt']