mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
add software_env
This commit is contained in:
parent
37c3f3b850
commit
51f004141c
2 changed files with 15 additions and 0 deletions
3
metagpt/environment/software_env/__init__.py
Normal file
3
metagpt/environment/software_env/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Desc :
|
||||
12
metagpt/environment/software_env/software_env.py
Normal file
12
metagpt/environment/software_env/software_env.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Desc : MG Software Env
|
||||
|
||||
|
||||
from metagpt.environment.base_env import Environment
|
||||
|
||||
|
||||
class SoftwareEnv(Environment):
|
||||
"""a specific alias name"""
|
||||
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue