feat: merge geekan:v0.5-release

This commit is contained in:
莘权 马 2023-12-19 11:12:44 +08:00
commit 76b2dfecdc
5 changed files with 13 additions and 33 deletions

View file

@ -1,16 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
@Time : 2023/12/18
@Author : mashenquan
@File : role_run.py
@Desc : Message type caused by `Role.run()` invocation.
"""
from metagpt.actions import Action
class RoleRun(Action):
"""Message type caused by `Role.run` invocation"""
async def run(self, *args, **kwargs):
raise NotImplementedError