mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
feat: +ver
fixbug: RPC think
This commit is contained in:
parent
e4e90b02f6
commit
b275f1a3f8
2 changed files with 2 additions and 1 deletions
|
|
@ -494,6 +494,7 @@ class Role(SerializationMixin, is_polymorphic_base=True):
|
|||
|
||||
async def think(self) -> Action:
|
||||
"""The exported `think` function"""
|
||||
await self._observe()
|
||||
await self._think()
|
||||
return self.rc.todo
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -57,7 +57,7 @@ extras_require["dev"] = (["pylint~=3.0.3", "black~=23.3.0", "isort~=5.12.0", "pr
|
|||
|
||||
setup(
|
||||
name="metagpt",
|
||||
version="0.6.4",
|
||||
version="0.6.5",
|
||||
description="The Multi-Agent Framework",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue