├── Github-figures ├── Env.png ├── framework.png └── main_figure.png ├── LICENSE ├── LLM.py ├── README.md ├── data_visua.py ├── env1-box-arrange.py ├── env1_create.py ├── env2-box-arrange.py ├── env2_create.py ├── env3-box-arrange.py ├── env3_create.py ├── env4-box-arrange.py ├── env4_create.py ├── prompt_env1.py ├── prompt_env2.py ├── prompt_env3.py └── prompt_env4.py /Github-figures/Env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/Github-figures/Env.png -------------------------------------------------------------------------------- /Github-figures/framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/Github-figures/framework.png -------------------------------------------------------------------------------- /Github-figures/main_figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/Github-figures/main_figure.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/LICENSE -------------------------------------------------------------------------------- /LLM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/LLM.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/README.md -------------------------------------------------------------------------------- /data_visua.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/data_visua.py -------------------------------------------------------------------------------- /env1-box-arrange.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/env1-box-arrange.py -------------------------------------------------------------------------------- /env1_create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/env1_create.py -------------------------------------------------------------------------------- /env2-box-arrange.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/env2-box-arrange.py -------------------------------------------------------------------------------- /env2_create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/env2_create.py -------------------------------------------------------------------------------- /env3-box-arrange.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/env3-box-arrange.py -------------------------------------------------------------------------------- /env3_create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/env3_create.py -------------------------------------------------------------------------------- /env4-box-arrange.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/env4-box-arrange.py -------------------------------------------------------------------------------- /env4_create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/env4_create.py -------------------------------------------------------------------------------- /prompt_env1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/prompt_env1.py -------------------------------------------------------------------------------- /prompt_env2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/prompt_env2.py -------------------------------------------------------------------------------- /prompt_env3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/prompt_env3.py -------------------------------------------------------------------------------- /prompt_env4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yongchao98/multi-agent-framework/HEAD/prompt_env4.py --------------------------------------------------------------------------------