MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _export_sources

Function _export_sources

deployments/desktop/shared/agents.py:1275–1280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1273 "model": getattr(provider, "model", "unknown"),
1274 "dimensions": len(vector),
1275 }
1276 raise ValueError("kind must be 'llm' or 'embedding'")
1277
1278
1279def _export_root() -> Path:
1280 root = PROJECT_ROOT / "data" / "desktop_exports"
1281 root.mkdir(parents=True, exist_ok=True)
1282 return root
1283

Callers 1

export_dataFunction · 0.85

Calls 1

_configured_pathFunction · 0.85

Tested by

no test coverage detected