MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / _openkb_version

Function _openkb_version

openkb/agent/chat.py:115–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113
114
115def _openkb_version() -> str:
116 from openkb import __version__
117
118 return __version__
119
120
121def _display_kb_dir(kb_dir: Path) -> str:

Callers 1

_print_headerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected