mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-05 16:02:14 +02:00
init st_game structure
This commit is contained in:
parent
7da710eaaf
commit
075e250f14
17 changed files with 188 additions and 0 deletions
3
metagpt/plan/__init__.py
Normal file
3
metagpt/plan/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Desc : plan module
|
||||
3
metagpt/plan/plan.py
Normal file
3
metagpt/plan/plan.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Desc : base class of planning
|
||||
3
metagpt/reflect/__init__.py
Normal file
3
metagpt/reflect/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Desc : reflection module
|
||||
3
metagpt/reflect/reflect.py
Normal file
3
metagpt/reflect/reflect.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Desc : base class of reflection
|
||||
Loading…
Add table
Add a link
Reference in a new issue