Commit c5b0f66
authored
CLI, first class lang support: on demand common (#2834)
* cleanup test-component wit
* remove common leftovers
* reworked app templates
* remove temp dir customization and generate on-demand-common templates after preload
* move on-demand-common init into app context
* cleanups
* cleanups / fixes
* make fix
* make llm rust templates devOnly
* on-demand-common hashing
* allow only 1 common and on-demand-common template per language
* make fix1 parent aa5c2cc commit c5b0f66
File tree
119 files changed
+1777
-1622
lines changed- cli
- golem-cli
- src
- app_template
- app
- build
- template
- command_handler
- app
- component
- repl
- model
- text
- templates
- rust
- common-on-demand
- common
- default
- components-rust/component-name
- src
- human-in-the-loop
- components-rust/component-name
- src
- json
- components-rust/component-name
- src
- llm-session
- components-rust/component-name
- src
- llm-websearch-summary-example
- components-rust/component-name
- src
- snapshotting
- components-rust/component-name
- src
- ts
- common-on-demand
- common
- default
- components-ts/component-name
- src
- human-in-the-loop
- components-ts/component-name
- src
- json
- components-ts/component-name
- src
- snapshotting
- components-ts/component-name
- src
- tests/app
- golem-templates
- templates
- rust
- rust-app-common
- .vscode
- rust-app-component-default
- components-rust
- rust-app-component-human-in-the-loop/components-rust
- rust-app-component-json/components-rust
- rust-app-component-llm-session/components-rust
- rust-app-component-llm-websearch-summary-example/components-rust
- rust-app-component-snapshotting/components-rust
- ts
- ts-app-common
- common-ts/src
- ts-app-component-default
- components-ts
- component-name
- ts-app-component-human-in-the-loop/components-ts
- component-name
- ts-app-component-json/components-ts
- component-name
- ts-app-component-snapshotting/components-ts
- component-name
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+1777
-1622
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
| 142 | + | |
140 | 143 | | |
141 | 144 | | |
142 | | - | |
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
| |||
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
154 | | - | |
| 156 | + | |
155 | 157 | | |
| 158 | + | |
| 159 | + | |
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
159 | | - | |
| 163 | + | |
160 | 164 | | |
161 | 165 | | |
162 | 166 | | |
| |||
169 | 173 | | |
170 | 174 | | |
171 | 175 | | |
| 176 | + | |
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
| |||
571 | 576 | | |
572 | 577 | | |
573 | 578 | | |
574 | | - | |
| 579 | + | |
575 | 580 | | |
| 581 | + | |
| 582 | + | |
576 | 583 | | |
577 | 584 | | |
578 | 585 | | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
584 | 618 | | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
| 619 | + | |
589 | 620 | | |
590 | 621 | | |
591 | 622 | | |
592 | 623 | | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
593 | 649 | | |
594 | 650 | | |
595 | 651 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
0 commit comments