Skip to content

Commit 8cc6468

Browse files
committed
bump SDK to v0.10.16 (single-shot edge delivery)
Brings encoding-module onto the no-retry runner so json_encode's outbound delivery doesn't retry transient errors against the target component (notably llm_complete during agent flows). Errors surface to the upstream caller on first attempt; flow authors wire explicit retry components if they need backoff.
1 parent 9f1e1d0 commit 8cc6468

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/spf13/cobra v1.10.2
1212
github.com/spf13/viper v1.20.1
1313
github.com/swaggest/jsonschema-go v0.3.79
14-
github.com/tiny-systems/module v0.5.0
14+
github.com/tiny-systems/module v0.10.16
1515
)
1616

1717
require (
@@ -143,7 +143,7 @@ require (
143143
github.com/tiny-systems/ajson v0.1.6 // indirect
144144
github.com/tiny-systems/errorpanic v0.7.1 // indirect
145145
github.com/tiny-systems/otel-collector v0.5.1 // indirect
146-
github.com/tiny-systems/platform-api v0.5.0 // indirect
146+
github.com/tiny-systems/platform-api v0.5.6 // indirect
147147
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
148148
github.com/woodsbury/decimal128 v1.3.0 // indirect
149149
github.com/x448/float16 v0.8.4 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,12 +425,12 @@ github.com/tiny-systems/ajson v0.1.6 h1:Ch7E4Oerx4mHse+wbCdb1ZYuVATLuH76g2RWHC+B
425425
github.com/tiny-systems/ajson v0.1.6/go.mod h1:a1M1W+3VQu6yNLxOwtKRq+y58Hy/oFWMkQBE/aKhVBs=
426426
github.com/tiny-systems/errorpanic v0.7.1 h1:GgbimfhC2wnQ8012SGGxh743ryaJXSSD7boLK+IQ0Xs=
427427
github.com/tiny-systems/errorpanic v0.7.1/go.mod h1:AQobicdSB/J3RzN81pTG4dqgcULaEIrEOvNC8TpSgxw=
428-
github.com/tiny-systems/module v0.5.0 h1:fOf8VGvu/OoVs2feK75VPg1aprlBlFosQcDPTNzUXxk=
429-
github.com/tiny-systems/module v0.5.0/go.mod h1:dsuKa7EUGkkEEYfc11RlENDw1p8oXLedhkz9I0qR8sw=
428+
github.com/tiny-systems/module v0.10.16 h1:eSxn135BPM7x/Fu9N8h55ml50UfQivaEe608zjyqoec=
429+
github.com/tiny-systems/module v0.10.16/go.mod h1:EAYR1ssyLXI2Bv9Bw6/DhdolCIDSdVytwx0DYNvG3KU=
430430
github.com/tiny-systems/otel-collector v0.5.1 h1:tylLj7f7O7n5o9R383Lojd0fN7j5jgZ76zFshJ0SE6c=
431431
github.com/tiny-systems/otel-collector v0.5.1/go.mod h1:EGo1dQ3+5iG3ejGJ8y9kMgHhOGB6WyoasJDUHesKXEA=
432-
github.com/tiny-systems/platform-api v0.5.0 h1:3pPr1MjMGYwbrXtUG9mZvA6aXTvyQdHrgM3UAzpUQkw=
433-
github.com/tiny-systems/platform-api v0.5.0/go.mod h1:wZdMP6cPP/gcKaqPxyooJCra1bPgx9krY4OaVLe2mpM=
432+
github.com/tiny-systems/platform-api v0.5.6 h1:IJPslzpV06cJcHaloZ9mm18pE8DCpCqLc/PD0NGFOUA=
433+
github.com/tiny-systems/platform-api v0.5.6/go.mod h1:NLrYIF/gqlNBXa7THkGyKBdKwbv5bgDrMnnwkRzgPa0=
434434
github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU=
435435
github.com/ugorji/go/codec v1.2.11/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
436436
github.com/vmware-labs/yaml-jsonpath v0.3.2 h1:/5QKeCBGdsInyDCyVNLbXyilb61MXGi9NP674f9Hobk=

0 commit comments

Comments
 (0)