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

Function _make_kb

tests/test_skill_runner.py:36–40  ·  view source on GitHub ↗

Minimal KB layout so build_query_agent inside run_skill can boot.

(tmp_path: Path)

Source from the content-addressed store, hash-verified

34
35
36def _make_kb(tmp_path: Path) -> Path:
37 """Minimal KB layout so build_query_agent inside run_skill can boot."""
38 (tmp_path / "wiki").mkdir()
39 (tmp_path / "wiki" / "AGENTS.md").write_text("schema", encoding="utf-8")
40 return tmp_path
41
42
43def _install_skill(

Calls

no outgoing calls

Tested by

no test coverage detected