好好学习的郝

Results 116 comments of 好好学习的郝

What is your promts? Try this: ```bash metagpt "write a cli snake game by java" ```

Here is my output. It seems no `Required Python packages` in the output information. Which metagpt version did you use? [metagpt.log](https://github.com/user-attachments/files/15894622/metagpt.log)

I performed the following operations: 1. pip install llama-index-vector-stores-milvus==0.1.23 2. Modify `milvus_connection` to my own milvus 3. pytest tests/metagpt/document_store/test_milvus_store.py Finally, the Collection was successfully created. ![image](https://github.com/user-attachments/assets/7ee0718f-892a-4a38-90a5-4a11347a8bb7)

@yvrjsharma Try this: https://huggingface.co/spaces/deepwisdom/MetaGPT-SoftwareCompany

I don't quite understand what you want. Can you give a more specific example?

@nponeccop This issue has been fixed, you can verify it. Thank you. PR:https://github.com/geekan/MetaGPT/pull/1524

感谢建议,pip版本是会稍微落后于github main分支。实际上我们的文档中提供了多种安装方式,包括pip安装和github安装,可以参考 https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html

workflow demo: https://github.com/voidking/MetaGPT/actions/runs/14079116648/job/39427832317