Commit b80bc21
authored
Add swarm training mode (#8)
* tinkerscript-v1
* improve tinkerscript
* feat(tinkerscript): Add comprehensive design blueprint and workflow documentation
* fix mermaid
* Remove limitations and Chinese version from documentation
Removed limitations section and Chinese version from TinkerScript documentation.
* Clarify relationship between TinkerScript and Tinker
* Update tinkerscript.md
* remove trinity
* Add AgentJet image to TinkerScript documentation
* feat: implement TinkerScript server functionality and enhance configuration syncing
* feat: enhance TinkerScript integration with improved engine status handling and configuration updates
* feat: enhance TinkerScript functionality with improved engine status handling and episode management
* stage eval code ( to be tested )
* union_gen_batch_via_task_id is to be tested
* stage dataset io improvement
* stage academic translation agent
* stage swarm server
* fix state machine bugs
* rename to agentjet swarm
* update pro-academic-trans agent
* revise pro-trans
* make rollout more robust
* enhance error logging during tracker.tokenize() for better debugging
* improve readability
* delete exit message1 parent 3bb6f29 commit b80bc21
File tree
49 files changed
+3521
-424
lines changed- ajet
- backbone
- context_tracker
- copilot
- default_config
- schema
- task_reader
- document_reader
- task_rollout
- task_runner
- tuner_lib/weight_tuner
- experimental
- utils
- docs
- en
- tests/bench/benchmark_learn2ask
- tutorial
- demo_tinkerjet
- example_academic_trans
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+3521
-424
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
| |||
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
16 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | | - | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
47 | | - | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
59 | | - | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | 234 | | |
240 | 235 | | |
241 | 236 | | |
242 | 237 | | |
243 | | - | |
244 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
245 | 241 | | |
246 | 242 | | |
247 | 243 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | | - | |
170 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
171 | 174 | | |
172 | 175 | | |
173 | 176 | | |
| |||
186 | 189 | | |
187 | 190 | | |
188 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
189 | 195 | | |
190 | 196 | | |
191 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
| 211 | + | |
214 | 212 | | |
215 | 213 | | |
216 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
112 | 125 | | |
113 | 126 | | |
114 | 127 | | |
| |||
443 | 456 | | |
444 | 457 | | |
445 | 458 | | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
446 | 465 | | |
447 | 466 | | |
448 | 467 | | |
| |||
474 | 493 | | |
475 | 494 | | |
476 | 495 | | |
477 | | - | |
| 496 | + | |
478 | 497 | | |
479 | 498 | | |
480 | 499 | | |
| |||
547 | 566 | | |
548 | 567 | | |
549 | 568 | | |
550 | | - | |
| 569 | + | |
551 | 570 | | |
552 | 571 | | |
553 | | - | |
| 572 | + | |
554 | 573 | | |
555 | | - | |
| 574 | + | |
| 575 | + | |
556 | 576 | | |
557 | 577 | | |
558 | 578 | | |
| |||
571 | 591 | | |
572 | 592 | | |
573 | 593 | | |
574 | | - | |
| 594 | + | |
575 | 595 | | |
576 | 596 | | |
577 | 597 | | |
578 | 598 | | |
579 | | - | |
580 | | - | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
581 | 603 | | |
582 | | - | |
| 604 | + | |
583 | 605 | | |
584 | 606 | | |
585 | 607 | | |
| |||
622 | 644 | | |
623 | 645 | | |
624 | 646 | | |
| 647 | + | |
625 | 648 | | |
626 | | - | |
| 649 | + | |
627 | 650 | | |
628 | | - | |
629 | | - | |
630 | 651 | | |
631 | 652 | | |
632 | 653 | | |
633 | 654 | | |
634 | 655 | | |
635 | | - | |
| 656 | + | |
| 657 | + | |
636 | 658 | | |
637 | 659 | | |
638 | 660 | | |
| |||
666 | 688 | | |
667 | 689 | | |
668 | 690 | | |
669 | | - | |
| 691 | + | |
670 | 692 | | |
671 | 693 | | |
672 | 694 | | |
| |||
764 | 786 | | |
765 | 787 | | |
766 | 788 | | |
| 789 | + | |
767 | 790 | | |
768 | 791 | | |
769 | 792 | | |
| |||
914 | 937 | | |
915 | 938 | | |
916 | 939 | | |
917 | | - | |
| 940 | + | |
918 | 941 | | |
919 | 942 | | |
920 | 943 | | |
921 | 944 | | |
922 | 945 | | |
923 | 946 | | |
924 | | - | |
| 947 | + | |
925 | 948 | | |
926 | 949 | | |
927 | | - | |
928 | 950 | | |
929 | 951 | | |
930 | 952 | | |
| |||
938 | 960 | | |
939 | 961 | | |
940 | 962 | | |
941 | | - | |
| 963 | + | |
| 964 | + | |
942 | 965 | | |
943 | 966 | | |
944 | 967 | | |
| |||
0 commit comments