Commit 3b42aaf
committed
refactor(ai-markmap-agent): remove V2 agents, keep only V3
- Delete V2 agents: generator.py, optimizer.py, judge.py, writer.py, summarizer.py
- Delete V2 pipeline: src/graph.py
- Create translator.py (extracted from generator.py)
- Update agents/__init__.py to export V3 agents only
- Update graph_v3.py to import from translator.py1 parent c3c459c commit 3b42aaf
File tree
9 files changed
+157
-2146
lines changed- tools/ai-markmap-agent/src
- agents
9 files changed
+157
-2146
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 4 | | |
11 | 5 | | |
12 | 6 | | |
13 | 7 | | |
14 | 8 | | |
15 | 9 | | |
| 10 | + | |
16 | 11 | | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 15 | | |
28 | 16 | | |
29 | 17 | | |
| |||
51 | 39 | | |
52 | 40 | | |
53 | 41 | | |
| 42 | + | |
54 | 43 | | |
55 | 44 | | |
56 | 45 | | |
57 | 46 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 47 | | |
71 | 48 | | |
72 | 49 | | |
| |||
87 | 64 | | |
88 | 65 | | |
89 | 66 | | |
| 67 | + | |
| 68 | + | |
90 | 69 | | |
91 | | - | |
0 commit comments