MCPcopy Create free account
hub / github.com/AutoForgeAI/autoforge / get_db_path

Function get_db_path

server/services/assistant_database.py:65–68  ·  view source on GitHub ↗

Get the path to the assistant database for a project.

(project_dir: Path)

Source from the content-addressed store, hash-verified

63
64
65def get_db_path(project_dir: Path) -> Path:
66 """Get the path to the assistant database for a project."""
67 from autoforge_paths import get_assistant_db_path
68 return get_assistant_db_path(project_dir)
69
70
71def get_engine(project_dir: Path):

Callers 1

get_engineFunction · 0.85

Calls 1

get_assistant_db_pathFunction · 0.90

Tested by

no test coverage detected