Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions activity/db/wit/gen/stargazers_db-obelisk-ext/db-obelisk-ext.wit
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Generated by Obelisk 0.32.1
// Generated by Obelisk 0.35.2
package stargazers:db-obelisk-ext;

interface user {
use stargazers:db/user.{stargazer, ordering};
use obelisk:types/execution@4.0.0.{execution-id};
use obelisk:types/join-set@4.0.0.{join-set};
use obelisk:types/execution@4.0.0.{await-next-extension-error, get-extension-error};
use obelisk:types/execution@4.1.0.{execution-id};
use obelisk:types/join-set@4.1.0.{join-set};
use obelisk:types/execution@4.1.0.{await-next-extension-error, get-extension-error};

add-star-get-description-submit: func(join-set: borrow<join-set>, login: string, repo: string) -> execution-id;

Expand Down Expand Up @@ -33,9 +33,9 @@ interface user {
}

interface llm {
use obelisk:types/execution@4.0.0.{execution-id};
use obelisk:types/join-set@4.0.0.{join-set};
use obelisk:types/execution@4.0.0.{await-next-extension-error, get-extension-error};
use obelisk:types/execution@4.1.0.{execution-id};
use obelisk:types/join-set@4.1.0.{join-set};
use obelisk:types/execution@4.1.0.{await-next-extension-error, get-extension-error};

get-settings-json-submit: func(join-set: borrow<join-set>) -> execution-id;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Generated by Obelisk 0.32.1
// Generated by Obelisk 0.35.2
package stargazers:db-obelisk-schedule;

interface user {
use stargazers:db/user.{stargazer, ordering};
use obelisk:types/execution@4.0.0.{execution-id};
use obelisk:types/time@4.0.0.{schedule-at};
use obelisk:types/execution@4.1.0.{execution-id};
use obelisk:types/time@4.1.0.{schedule-at};

add-star-get-description-schedule: func(schedule-at: schedule-at, login: string, repo: string) -> execution-id;

Expand All @@ -16,8 +16,8 @@ interface user {
}

interface llm {
use obelisk:types/execution@4.0.0.{execution-id};
use obelisk:types/time@4.0.0.{schedule-at};
use obelisk:types/execution@4.1.0.{execution-id};
use obelisk:types/time@4.1.0.{schedule-at};

get-settings-json-schedule: func(schedule-at: schedule-at) -> execution-id;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Generated by Obelisk 0.32.1
// Generated by Obelisk 0.35.2
package stargazers:github-obelisk-ext;

interface account {
use stargazers:github/account.{stargazers};
use obelisk:types/execution@4.0.0.{execution-id};
use obelisk:types/join-set@4.0.0.{join-set};
use obelisk:types/execution@4.0.0.{await-next-extension-error, get-extension-error};
use obelisk:types/execution@4.1.0.{execution-id};
use obelisk:types/join-set@4.1.0.{join-set};
use obelisk:types/execution@4.1.0.{await-next-extension-error, get-extension-error};

account-info-submit: func(join-set: borrow<join-set>, login: string) -> execution-id;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Generated by Obelisk 0.32.1
// Generated by Obelisk 0.35.2
package stargazers:github-obelisk-schedule;

interface account {
use stargazers:github/account.{stargazers};
use obelisk:types/execution@4.0.0.{execution-id};
use obelisk:types/time@4.0.0.{schedule-at};
use obelisk:types/execution@4.1.0.{execution-id};
use obelisk:types/time@4.1.0.{schedule-at};

account-info-schedule: func(schedule-at: schedule-at, login: string) -> execution-id;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Generated by Obelisk 0.32.1
// Generated by Obelisk 0.35.2
package stargazers:llm-obelisk-ext;

interface llm {
use obelisk:types/execution@4.0.0.{execution-id};
use obelisk:types/join-set@4.0.0.{join-set};
use obelisk:types/execution@4.0.0.{await-next-extension-error, get-extension-error};
use obelisk:types/execution@4.1.0.{execution-id};
use obelisk:types/join-set@4.1.0.{join-set};
use obelisk:types/execution@4.1.0.{await-next-extension-error, get-extension-error};

respond-submit: func(join-set: borrow<join-set>, user-prompt: string, settings-json: string) -> execution-id;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Generated by Obelisk 0.32.1
// Generated by Obelisk 0.35.2
package stargazers:llm-obelisk-schedule;

interface llm {
use obelisk:types/execution@4.0.0.{execution-id};
use obelisk:types/time@4.0.0.{schedule-at};
use obelisk:types/execution@4.1.0.{execution-id};
use obelisk:types/time@4.1.0.{schedule-at};

respond-schedule: func(schedule-at: schedule-at, user-prompt: string, settings-json: string) -> execution-id;
}
Expand Down
18 changes: 9 additions & 9 deletions dev-deps.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
cargo-binstall 1.16.6
cargo-binstall 1.17.4
cargo-edit-upgrade 0.13.8
cargo-expand 1.0.119
cargo generate 0.23.7
cargo-nextest 0.9.116
just 1.45.0
obelisk 0.34.1
cargo-nextest 0.9.124
just 1.46.0
obelisk 0.35.2
pkg-config 0.29.2
rustc 1.92.0 (ded5c06cf 2025-12-08)
rustc 1.93.0 (254b59607 2026-01-19)
wasm-tools 1.244.0
wasmtime 40.0.0
node.js v22.21.1
wasmtime 41.0.1
node.js v22.22.0
wizer 10.0.0
tinygo version 0.39.0 linux/amd64 (using go version go1.25.5 and LLVM version 20.1.8)
tinygo version 0.40.1 linux/amd64 (using go version go1.25.5 and LLVM version 20.1.8)
wit-bindgen-go-cli 0.7.0
ldd (GNU libc) 2.40
ldd (GNU libc) 2.42
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions obelisk-local-go-activity.toml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
api.listening_addr = "127.0.0.1:5005" # Address and port on which the API server will listen.
webui.listening_addr = "127.0.0.1:8080" # Address and port on which the webui will listen.

[log.stdout]
[log.console]
enabled = true

[[activity_wasm]]
name = "activity_llm_openai_go"
location.path = "${OBELISK_TOML_DIR}/activity/llm/openai-go/dist/openai-go.wasm"
location = "${OBELISK_TOML_DIR}/activity/llm/openai-go/dist/openai-go.wasm"
exec.lock_expiry.seconds = 10
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
forward_stdout = "stderr"
forward_stderr = "stderr"

[[activity_wasm]]
name = "activity_github_impl"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
env_vars = ["GITHUB_TOKEN"]
exec.lock_expiry.seconds = 5
forward_stdout = "stderr"
forward_stderr = "stderr"

[[activity_wasm]]
name = "activity_db_turso"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
forward_stdout = "stderr"
forward_stderr = "stderr"
exec.lock_expiry.seconds = 5

[[workflow]]
name = "workflow"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-unknown-unknown/release/workflow.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-unknown-unknown/release/workflow.wasm"
backtrace.sources = { ".../src/lib.rs" = "${OBELISK_TOML_DIR}/workflow/stargazers/workflow-rs/src/lib.rs" }

[[http_server]]
Expand All @@ -39,7 +39,7 @@ listening_addr = "0.0.0.0:9090"

[[webhook_endpoint]]
name = "webhook"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/webhook.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/webhook.wasm"
http_server = "webhook_server"
routes = [{ methods = ["POST", "GET"], route = "" }]
forward_stdout = "stderr"
Expand Down
12 changes: 6 additions & 6 deletions obelisk-local-go-all.toml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
api.listening_addr = "127.0.0.1:5005" # Address and port on which the API server will listen.
webui.listening_addr = "127.0.0.1:8080" # Address and port on which the webui will listen.

[log.stdout]
[log.console]
enabled = true

[[activity_wasm]]
name = "activity_llm_openai_go"
location.path = "${OBELISK_TOML_DIR}/activity/llm/openai-go/dist/openai-go.wasm"
location = "${OBELISK_TOML_DIR}/activity/llm/openai-go/dist/openai-go.wasm"
exec.lock_expiry.seconds = 10
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
forward_stdout = "stderr"
forward_stderr = "stderr"

[[activity_wasm]]
name = "activity_github_impl"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
env_vars = ["GITHUB_TOKEN"]
exec.lock_expiry.seconds = 5
forward_stdout = "stderr"
forward_stderr = "stderr"

[[activity_wasm]]
name = "activity_db_turso"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
forward_stdout = "stderr"
forward_stderr = "stderr"
exec.lock_expiry.seconds = 5

[[workflow]]
name = "workflow_go"
location.path = "${OBELISK_TOML_DIR}/workflow/stargazers/workflow-go/dist/workflow-go.wasm"
location = "${OBELISK_TOML_DIR}/workflow/stargazers/workflow-go/dist/workflow-go.wasm"
stub_wasi = true
[workflow.backtrace.sources]
"${OBELISK_TOML_DIR}/workflow/stargazers/workflow-go/main.go" = "${OBELISK_TOML_DIR}/workflow/stargazers/workflow-go/main.go"
Expand All @@ -44,7 +44,7 @@ listening_addr = "0.0.0.0:9090"

[[webhook_endpoint]]
name = "webhook_go"
location.path = "${OBELISK_TOML_DIR}/webhook/webhook-go/dist/webhook-go.wasm"
location = "${OBELISK_TOML_DIR}/webhook/webhook-go/dist/webhook-go.wasm"
http_server = "webhook_server"
routes = [{ methods = ["POST", "GET"], route = "" }]
env_vars = [
Expand Down
12 changes: 6 additions & 6 deletions obelisk-local-go-webhook.toml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
api.listening_addr = "127.0.0.1:5005" # Address and port on which the API server will listen.
webui.listening_addr = "127.0.0.1:8080" # Address and port on which the webui will listen.

[log.stdout]
[log.console]
enabled = true

[[activity_wasm]]
name = "activity_llm_openai"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_llm_openai.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_llm_openai.wasm"
exec.lock_expiry.seconds = 10
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
forward_stdout = "stderr"
forward_stderr = "stderr"

[[activity_wasm]]
name = "activity_github_impl"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
env_vars = ["GITHUB_TOKEN"]
exec.lock_expiry.seconds = 5
forward_stdout = "stderr"
forward_stderr = "stderr"

[[activity_wasm]]
name = "activity_db_turso"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
forward_stdout = "stderr"
forward_stderr = "stderr"
exec.lock_expiry.seconds = 5

[[workflow]]
name = "workflow"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-unknown-unknown/release/workflow.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-unknown-unknown/release/workflow.wasm"
backtrace.sources = { ".../src/lib.rs" = "${OBELISK_TOML_DIR}/workflow/stargazers/workflow-rs/src/lib.rs" }

[[http_server]]
Expand All @@ -39,7 +39,7 @@ listening_addr = "0.0.0.0:9090"

[[webhook_endpoint]]
name = "webhook_go"
location.path = "${OBELISK_TOML_DIR}/webhook/webhook-go/dist/webhook-go.wasm"
location = "${OBELISK_TOML_DIR}/webhook/webhook-go/dist/webhook-go.wasm"
http_server = "webhook_server"
routes = [{ methods = ["POST", "GET"], route = "" }]
env_vars = [
Expand Down
12 changes: 6 additions & 6 deletions obelisk-local-go-workflow.toml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
api.listening_addr = "127.0.0.1:5005" # Address and port on which the API server will listen.
webui.listening_addr = "127.0.0.1:8080" # Address and port on which the webui will listen.

[log.stdout]
[log.console]
enabled = true

[[activity_wasm]]
name = "activity_llm_openai"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_llm_openai.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_llm_openai.wasm"
exec.lock_expiry.seconds = 10
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
forward_stdout = "stderr"
forward_stderr = "stderr"

[[activity_wasm]]
name = "activity_github_impl"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
env_vars = ["GITHUB_TOKEN"]
exec.lock_expiry.seconds = 5
forward_stdout = "stderr"
forward_stderr = "stderr"

[[activity_wasm]]
name = "activity_db_turso"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
forward_stdout = "stderr"
forward_stderr = "stderr"
exec.lock_expiry.seconds = 5

[[workflow]]
name = "workflow_go"
location.path = "${OBELISK_TOML_DIR}/workflow/stargazers/workflow-go/dist/workflow-go.wasm"
location = "${OBELISK_TOML_DIR}/workflow/stargazers/workflow-go/dist/workflow-go.wasm"
stub_wasi = true
[workflow.backtrace.sources]
"${OBELISK_TOML_DIR}/workflow/stargazers/workflow-go/main.go" = "${OBELISK_TOML_DIR}/workflow/stargazers/workflow-go/main.go"
Expand All @@ -44,7 +44,7 @@ listening_addr = "0.0.0.0:9090"

[[webhook_endpoint]]
name = "webhook"
location.path = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/webhook.wasm"
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/webhook.wasm"
http_server = "webhook_server"
routes = [{ methods = ["POST", "GET"], route = "" }]
forward_stdout = "stderr"
Expand Down
Loading
Loading