mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
add dummy action
This commit is contained in:
parent
cd6654d013
commit
531fe12e3f
1 changed files with 5 additions and 0 deletions
5
metagpt/actions/di/run_command.py
Normal file
5
metagpt/actions/di/run_command.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from metagpt.actions import Action
|
||||
|
||||
|
||||
class RunCommand(Action):
|
||||
"""A dummy RunCommand action used as a symbol only"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue