(result: dict)
| 2584 | |
| 2585 | |
| 2586 | def 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 | |
| 2593 | def fmt_broken_refs(items: list[dict]): |