MCPcopy Create free account
hub / github.com/Qinbf/groundmap / fmt_annotate

Function fmt_annotate

scripts/k.py:2586–2590  ·  view source on GitHub ↗
(result: dict)

Source from the content-addressed store, hash-verified

2584
2585
2586def fmt_annotate(result: dict):
2587 print(f"✅ 已写入 agent_summary")
2588 print(f" 路径: {result['path']}")
2589 print(f" 锚点: ^{result['anchor']} ({result['title']})")
2590 print(f" 摘要: {result['agent_summary']}")
2591
2592
2593def fmt_broken_refs(items: list[dict]):

Callers 1

_main_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected