geekan / MetaGPT

🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
https://deepwisdom.ai/
MIT License
45.49k stars 5.41k forks source link

Two questions about DI #1591

Open kirainy opened 2 weeks ago

kirainy commented 2 weeks ago

Hello, thank you for the excellent code and paper. Regarding DI, I have the following two questions: 1. Are the codes or logs generated after DI work placed in a certain folder like MetaGpt? 2. Is there any implementation code for the evaluation indicator CS mentioned in the paper? Looking Forward to your answer!

krish240574 commented 2 weeks ago
  1. Look at save_history(role = ) - from metagpt.utils.recovery_util import save_history, also in examples/di/data_visualization.py
  2. Don't know, sorry.
kirainy commented 2 weeks ago

thanks for your reply!