Files
autoMate/agent/woker_agent.py
yuruo 68ca7869fa new
2024-01-20 10:26:04 +08:00

6 lines
186 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 WokerAgent(Agent):
def __init__(self):
super().__init__("你是一名工作者负责执行OKR中的KR向总计划制定者汇报")