init st_game structure

This commit is contained in:
better629 2023-09-25 16:10:29 +08:00
parent 7da710eaaf
commit 075e250f14
17 changed files with 188 additions and 0 deletions

3
metagpt/plan/__init__.py Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc : plan module

3
metagpt/plan/plan.py Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc : base class of planning

View file

@ -0,0 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc : reflection module

View file

@ -0,0 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc : base class of reflection