Files
autoMate/agent/manager_agent.py
2024-01-20 11:23:30 +08:00

6 lines
226 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

from agent.agent import Agent
class ManagerAgent(Agent):
def __init__(self):
super().__init__("你是一名总经理负责与用户沟通需求制定OKR中的O并对下属的工作成果进行评估")