mirror of
https://github.com/yuruotong1/autoMate.git
synced 2026-03-22 13:07:17 +08:00
6 lines
186 B
Python
6 lines
186 B
Python
from agent.agent import Agent
|
||
|
||
class WokerAgent(Agent):
|
||
def __init__(self):
|
||
super().__init__("你是一名工作者,负责执行OKR中的KR,向总计划制定者汇报")
|