Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
def
_openkb_version() -> str:
116
from
openkb
import
__version__
117
118
return
__version__
119
120
121
def
_display_kb_dir(kb_dir: Path) -> str:
Callers
1
_print_header
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected