MCPcopy Create free account
hub / github.com/Open-Quant/openquant / cmd_init

Function cmd_init

scripts/afml_docs_loop.py:266–271  ·  view source on GitHub ↗
(_args: argparse.Namespace)

Source from the content-addressed store, hash-verified

264
265
266def cmd_init(_args: argparse.Namespace) -> int:
267 state = build_state()
268 write_state(state)
269 print(f"Initialized docs loop state: {STATE_PATH}")
270 print(f"Prompt files: {PROMPTS_DIR}")
271 return 0
272
273
274def cmd_status(_args: argparse.Namespace) -> int:

Callers

nothing calls this directly

Calls 2

build_stateFunction · 0.85
write_stateFunction · 0.85

Tested by

no test coverage detected