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

Method update_practiced_knowledge

Code/memory.py:112–115  ·  view source on GitHub ↗
(self, concept: str)

Source from the content-addressed store, hash-verified

110 self.long["significant_facts"] = kept
111
112 def update_practiced_knowledge(self, concept: str) -> None:
113 concept = normalize_concept(concept)
114 if concept and concept not in self.long["practiced_knowledge"]:
115 self.long["practiced_knowledge"].append(concept)
116
117 def write_long_summary(self, summary: str) -> None:
118 if summary:

Callers 1

simulate_practiceMethod · 0.80

Calls 1

normalize_conceptFunction · 0.90

Tested by

no test coverage detected