mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
feat: merge geekan:v0.5-release
This commit is contained in:
commit
76b2dfecdc
5 changed files with 13 additions and 33 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue