MCPcopy 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
34def chats_dir(kb_dir: Path) -> Path:
35 return kb_dir / ".openkb" / "chats"
36
37
38def _title_from(msg: str, limit: int = 60) -> str:

Callers 4

newMethod · 0.85
load_sessionFunction · 0.85
list_sessionsFunction · 0.85
delete_sessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected