This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Commit 62f3644
Code-first agent build integration and the initial version of the TS agent templates (#307)
* Custom build steps for agent wrapping
* Updated to the latest wasm-rquickjs
* Initial version of the prebuilt golem-agent WASM and the new templates
* Make the agent template work
* Updated golem_agent.wasm
* Fixes
* Renamed template directories to fix app new issue
* Test fix
* Fix
* fix ts template filter
* synchronize js and ts package.json
* fix moonbit pkg name case
---------
Co-authored-by: Dávid István Bíró <noise64@gmail.com>1 parent 9a963a5 commit 62f3644
163 files changed
Lines changed: 6221 additions & 1159 deletions
File tree
- golem-cli
- src
- app/build
- command_handler/component
- model
- agent
- wasm_rpc_stubgen
- tests/app
- golem-templates/templates
- js
- componentizejs-app-common
- common-js
- scripts
- src
- componentizejs-app-component-default
- components-js/component-name
- src
- wit
- componentizejs-app-component-example-fetch
- components-js/component-name
- src
- wit
- componentizejs-app-component-wasi-http
- components-js
- component-name
- src
- wit
- js-app-common
- common-js
- js-app-component-default/components-js/component-name/wit
- ts
- componentizets-app-common
- common-ts
- scripts
- src
- wit
- componentizets-app-component-default/components-ts
- component-name
- componentizets-app-component-example-fetch
- components-ts
- component-name
- src
- wit
- ts-app-common
- common-ts
- wasm
- ts-app-component-default
- components-ts/component-name
- .agent
- src
- wit
- ts-app-component-example-fetch
- components-ts
- component-name
- ts-generic-app-common
- common-ts
- src
- wit
- ts-generic-app-component-default
- components-ts
- component-name
- src
- wit
- ts-generic-app-component-example-fetch
- components-ts
- component-name
- src
- wit
- template-golem-agent-ts
- wit
- deps
- agent
- all
- blobstore
- cli
- clocks
- config
- filesystem
- golem-1.x
- golem-agent
- golem-durability
- golem-rpc
- http
- io
- keyvalue
- logging
- random
- sockets
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
0 commit comments