mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 01:06:27 +02:00
del useless files
This commit is contained in:
parent
64271fd85f
commit
cdb4d48191
8 changed files with 1 additions and 24 deletions
|
|
@ -460,7 +460,6 @@ class ActionNode:
|
|||
self.instruct_content = scontent
|
||||
else:
|
||||
self.content = await self.llm.aask(prompt)
|
||||
logger.info(self.content)
|
||||
self.instruct_content = None
|
||||
|
||||
return self
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Desc : the readable api/interface abstraction to integrate with environment
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Desc : the writable api/interface abstraction to integrate with environment
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Desc :
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Desc : MG Gym Env
|
||||
|
||||
|
||||
class GymEnv:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue