MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / deck_workspace_dir

Function deck_workspace_dir

openkb/deck/__init__.py:32–34  ·  view source on GitHub ↗

`` /output/decks/ -workspace`` — iteration history for a deck.

(kb_dir: Path, deck_name: str)

Source from the content-addressed store, hash-verified

30
31
32def deck_workspace_dir(kb_dir: Path, deck_name: str) -> Path:
33 """``<kb>/output/decks/<name>-workspace`` — iteration history for a deck."""
34 return decks_root(kb_dir) / f"{deck_name}-workspace"

Callers 1

test_deck_workspace_dirFunction · 0.90

Calls 1

decks_rootFunction · 0.85

Tested by 1

test_deck_workspace_dirFunction · 0.72