MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / get_assistant_db_path

Function get_assistant_db_path

autoforge_paths.py:123–125  ·  view source on GitHub ↗

Resolve the path to ``assistant.db``.

(project_dir: Path)

Source from the content-addressed store, hash-verified

121
122
123def get_assistant_db_path(project_dir: Path) -> Path:
124 """Resolve the path to ``assistant.db``."""
125 return _resolve_path(project_dir, "assistant.db")
126
127
128def get_agent_lock_path(project_dir: Path) -> Path:

Callers 2

get_db_pathFunction · 0.90
reset_projectFunction · 0.90

Calls 1

_resolve_pathFunction · 0.85

Tested by

no test coverage detected