Commit Graph

646 Commits

Author SHA1 Message Date
dr-frmr
a744112402
Merge pull request #58 from uqbar-dao/da/runtime-extensions
Da/runtime extensions
2023-11-14 15:34:59 -05:00
dr-frmr
86c02bc3e4
new timer module 2023-11-14 15:34:17 -05:00
github-actions[bot]
17d0952151
Format Rust code using rustfmt 2023-11-14 19:02:10 +00:00
dachus
656452343d LlmPrompt type filled out 2023-11-14 16:01:37 -03:00
dachus
9a2fc692c0 llm cfg tags added 2023-11-14 15:40:33 -03:00
github-actions[bot]
cab7fea897
Format Rust code using rustfmt 2023-11-14 18:20:26 +00:00
dachus
a16f08a943 types moved around 2023-11-14 15:19:59 -03:00
github-actions[bot]
d8e0f63b36
Format Rust code using rustfmt 2023-11-14 17:52:03 +00:00
dachus
d7d2f0c65b cleaning 2023-11-14 14:51:32 -03:00
dachus
71907b42fc clap added for CLI arguments 2023-11-14 14:51:17 -03:00
bitful-pannul
4ba9186fc5
sqlite: parameterized read queries (#61) 2023-11-14 14:48:03 -03:00
bitful-pannul
9a371fa557
sqlite: add transactions (#53) 2023-11-14 11:32:44 -03:00
bitful-pannul
b6995e96e2
hotfix: app_store and sqlite vfs caps (#59) 2023-11-14 11:10:09 -03:00
tadad
b9a5c008ac
Merge branch 'main' into da/runtime-extensions 2023-11-14 15:38:33 +02:00
dachus
3174a67fac cleaning 2023-11-14 10:37:53 -03:00
dr-frmr
00ae78b04c
hotfix: graceful shutdown 2023-11-13 15:49:12 -05:00
dr-frmr
111d3d15fa
Merge pull request #57 from uqbar-dao/dr/cargo-clippy-fix
Refactor clippy issues out
2023-11-13 15:24:43 -05:00
github-actions[bot]
75deae5234
Format Rust code using rustfmt 2023-11-13 20:24:27 +00:00
dr-frmr
f64c18256d
clippy fixes 2023-11-13 15:23:59 -05:00
github-actions[bot]
2f5e080d61
Format Rust code using rustfmt 2023-11-13 20:12:16 +00:00
dachus
17555ddfa3 sidecar done 2023-11-13 17:11:47 -03:00
github-actions[bot]
05a6747835
Format Rust code using rustfmt 2023-11-13 19:59:46 +00:00
dr-frmr
f2aa1d1984
cleanup: run cargo clippy --fix 2023-11-13 14:59:17 -05:00
dr-frmr
1827412f98
Merge pull request #54 from uqbar-dao/dr/kernel-remove-crashes
kernel: remove unwraps, change capabilites to *no longer grant automatically on send*
2023-11-13 14:39:12 -05:00
dr-frmr
38264a4b84
kernel: remove unwraps, change capabilites to *no longer grant automatically on message-send* 2023-11-13 13:48:53 -05:00
Will Galebach
987a160daf
Jf/register cache (#52)
Co-authored-by: operarotas <james.foley@proton.me>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-13 14:58:15 +00:00
hosted-fornet
0ddb90a17a
fix vfs Delete & bump sqlite rusqlite version (#51) 2023-11-10 12:38:50 -03:00
hosted-fornet
e0df3994a1 tester: get & store all Messages 2023-11-09 15:04:07 -08:00
github-actions[bot]
7f3a66db48
Format Rust code using rustfmt 2023-11-09 20:47:40 +00:00
dr-frmr
77338b9c31
quickfix: net dispose of old forwarding connection tasks, refactor !hi responses to DRY 2023-11-09 15:47:08 -05:00
dr-frmr
87d0afa950
quickfix: net print even if you send a !hi to yerself 2023-11-09 15:29:28 -05:00
github-actions[bot]
2d9267ec48
Format Rust code using rustfmt 2023-11-09 19:44:19 +00:00
dachus
60c33117fe basic llm working in uqbar 2023-11-09 16:43:45 -03:00
github-actions[bot]
6a301ac54f
Format Rust code using rustfmt 2023-11-09 14:53:56 +00:00
dachus
f66e8bf442 runtime extensions factored out 2023-11-09 11:53:14 -03:00
dr-frmr
d7098c437c
update process_lib git source to private repo 2023-11-08 21:27:42 -05:00
dr-frmr
2b08431ee3
Merge pull request #50 from uqbar-dao/dr/net-keepalive
Net: add better keepalive behavior and re-asynchronize establishing new connections
2023-11-08 21:11:24 -05:00
dr-frmr
c7d498492e
cleanup and timeout-add 2023-11-08 20:14:40 -05:00
github-actions[bot]
e86a685f16
Format Rust code using rustfmt 2023-11-09 00:04:11 +00:00
dr-frmr
d2fc275cfd
nice! establishing new connections is now asynchronized 2023-11-08 19:03:38 -05:00
hosted-fornet
6202cd2b6a tester: use process_lib git repo 2023-11-08 13:54:30 -08:00
hosted-fornet
90898177b5 Merge branch 'main' into hf/start-from-commandline 2023-11-08 13:50:30 -08:00
hosted-fornet
64625264c6
Merge pull request #48 from uqbar-dao/hf/move-process_lib-out
move process_lib to https://github.com/uqbar-dao/process_lib
2023-11-08 13:31:15 -08:00
github-actions[bot]
c7e37fd10d
Format Rust code using rustfmt 2023-11-08 21:30:29 +00:00
dr-frmr
ace6a20c1f
add keepalive and close connections better 2023-11-08 16:29:59 -05:00
hosted-fornet
1dec2e7158 move process_lib to https://github.com/uqbar-dao/process_lib 2023-11-07 16:00:09 -08:00
hosted-fornet
1900bdbfb8 add tester, sqlite, key_value fixes 2023-11-07 14:43:52 -08:00
bitful-pannul
9d5ea6c31b
app_store: hotfix (#47) 2023-11-07 12:47:12 -03:00
hosted-fornet
b5a5e31517 fix tester 2023-11-06 21:57:26 -08:00
hosted-fornet
b436fcb177 Merge branch 'main' into hf/start-from-commandline
Conflicts:
      src/types.rs
2023-11-06 21:14:38 -08:00