Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectifyAI/OpenKB
/ chats_dir
Function
chats_dir
openkb/agent/chat_session.py:34–35 ·
view source on GitHub ↗
(kb_dir: Path)
Source
from the content-addressed store, hash-verified
32
33
34
def
chats_dir(kb_dir: Path) -> Path:
35
return
kb_dir /
".openkb"
/
"chats"
36
37
38
def
_title_from(msg: str, limit: int = 60) -> str:
Callers
4
new
Method · 0.85
load_session
Function · 0.85
list_sessions
Function · 0.85
delete_session
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected