MCPcopy Create free account
hub / github.com/modelscope/ms-agent / condense_memory

Method condense_memory

projects/code_genesis/workflow/refine.py:86–87  ·  view source on GitHub ↗
(self, messages)

Source from the content-addressed store, hash-verified

84 return OmegaConf.create(config)
85
86 async def condense_memory(self, messages):
87 return await self.refine_condenser.run([m for m in messages])
88
89 async def run(self, messages, **kwargs):
90 with open(os.path.join(self.output_dir, 'topic.txt')) as f:

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected