mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-18 13:55:17 +02:00
add thought stream report
This commit is contained in:
parent
b056be5384
commit
93e4c12610
5 changed files with 11 additions and 12 deletions
|
|
@ -35,7 +35,7 @@ class Editor:
|
|||
os.makedirs(directory)
|
||||
with open(path, "w", encoding="utf-8") as f:
|
||||
f.write(content)
|
||||
self.resource.report(path, "path")
|
||||
# self.resource.report(path, "path")
|
||||
|
||||
def read(self, path: str) -> FileBlock:
|
||||
"""Read the whole content of a file."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue