MCPcopy Create free account
hub / github.com/bigdata-ustc/Agent4Edu / write_long_summary

Method write_long_summary

Code/memory.py:117–119  ·  view source on GitHub ↗
(self, summary: str)

Source from the content-addressed store, hash-verified

115 self.long["practiced_knowledge"].append(concept)
116
117 def write_long_summary(self, summary: str) -> None:
118 if summary:
119 self.long["learning_status"].append(summary)
120
121 def reflect_corrective(self, practice: dict[str, Any], ans: dict[str, str]) -> str:
122 fb = ""

Callers 1

simulate_practiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected