MetaGPT
MetaGPT copied to clipboard
🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
**Bug description** I can't get metagpt to work with anthropic claude, configuration used: ``` llm: api_type: "anthropic" # or azure / ollama / open_llm etc. Check LLMType for more options...
**Bug description** When I ran the [examples\write_tutorial.py](https://github.com/geekan/MetaGPT/blob/main/examples/write_tutorial.py) file, there is an error happening in the [document.py](https://github.com/geekan/MetaGPT/blob/main/metagpt/document.py) > from langchain_community.document_loaders.pebblo import PebbloSafeLoader > import pwd > ModuleNotFoundError: No module named 'pwd'...
**Features** - add rag and its example in `examples/rag_pipeline.py` - apply rag to memory_storage - update related-uts **Feature Docs** **Influence** further will remove `metagpt/document_store` and update LTM related works. **Result**...
**Bug description** - LLM type and model name: - openai - model: "gpt-4-1106-preview" - Python 3.10: - packages version: - MetaGPT 0.76 **Screenshots or code logs** `File "/home/miniconda3/envs/metaGpt/lib/python3.11/site-packages/metagpt/roles/di/data_interpreter.py", line 46,...
**Environment information** - LLM type and model name:chatglm2-6b - System version:win11 - Python version: 3.10.13 - installation method: pip install -e . **Configuration** ~/.metagpt/config2.yaml ``` # Full Example: https://github.com/geekan/MetaGPT/blob/main/config/config2.example.yaml #...
$ service ollama start $ ollama run gemma:7b >>> hello Hello, hello! 👋 It's a pleasure to hear from you. What would you like to talk about today? $ metagpt...
I'm providing a user interaction interface for the Agent. If the result of Action ask can be returned in streaming format, users don't have to wait for all data to...
为Agent提供和用户交互的接口,如果Action ask 的结果可以以stream的形式返回,那么在用户端可以不用等所有数据就绪后才能看到结果。 I'm providing a user interaction interface for the Agent. If the result of Action ask can be returned in streaming format, users don't have to wait for...
**Bug description** I'm using ollama for MetaGPT, after setting up the config2.yml (associating None for API_KEY otherwise it wouldn't work) i tried using it in terminal above as well as...
# ollama run llama2 # metagpt "Create a 2048 game" 2024-03-12 00:06:45.725 | INFO | metagpt.const:get_metagpt_package_root:29 - Package root set to /home/victor 2024-03-12 00:06:47.036 | INFO | metagpt.team:invest:90 - Investment:...