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

Function _run_wiki

paperflow/cli.py:63–68  ·  view source on GitHub ↗
(*args: str)

Source from the content-addressed store, hash-verified

61
62
63def _run_wiki(*args: str) -> int:
64 script = PROJECT_ROOT / "agents" / "wiki-agent" / "main.py"
65 if not script.exists():
66 typer.echo(f"[error] wiki agent not found: {script}", err=True)
67 return 1
68 return _run_python(script, *args)
69
70
71@app.callback()

Callers 9

wiki_initFunction · 0.85
wiki_listFunction · 0.85
wiki_searchFunction · 0.85
wiki_statsFunction · 0.85
wiki_embedFunction · 0.85
wiki_topicsFunction · 0.85
wiki_askFunction · 0.85
wiki_backfillFunction · 0.85
wiki_monthlyFunction · 0.85

Calls 1

_run_pythonFunction · 0.85

Tested by

no test coverage detected