MCPcopy
hub / github.com/apache/caldera / all_facts

Method all_facts

app/objects/c_agent.py:287–289  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

285 return links
286
287 async def all_facts(self):
288 knowledge_svc_handle = BaseService.get_service('knowledge_svc')
289 return await knowledge_svc_handle.get_facts(dict(source=self.paw))
290
291 @property
292 def executor_change_to_assign(self):

Callers 9

trim_linksMethod · 0.45
save_factMethod · 0.45
update_scoresFunction · 0.45
_saveMethod · 0.45
test_factsMethod · 0.45
test_learnMethod · 0.45

Calls 2

get_serviceMethod · 0.80
get_factsMethod · 0.45

Tested by 4

test_factsMethod · 0.36
test_learnMethod · 0.36