diff --git a/context-manager/iii.worker.yaml b/context-manager/iii.worker.yaml index 6dcb7d0d7..255e4e6b0 100644 --- a/context-manager/iii.worker.yaml +++ b/context-manager/iii.worker.yaml @@ -7,5 +7,5 @@ bin: context-manager description: Turns a raw conversation history plus a target model into a model-ready context — token counting, function-result pruning, and history compaction. dependencies: - configuration: "^0.19.0" + configuration: "^0.21.3" llm-router: "^1.0.0" diff --git a/iii-directory/iii.worker.yaml b/iii-directory/iii.worker.yaml index f00abcb22..3b207a7bd 100644 --- a/iii-directory/iii.worker.yaml +++ b/iii-directory/iii.worker.yaml @@ -7,4 +7,4 @@ bin: iii-directory description: Engine introspection (functions / triggers / workers), workers registry proxy, and filesystem-backed skill + prompt reader. dependencies: - configuration: "^0.19.0" + configuration: "^0.21.3" diff --git a/llm-router/iii.worker.yaml b/llm-router/iii.worker.yaml index cb641da52..923c22f9d 100644 --- a/llm-router/iii.worker.yaml +++ b/llm-router/iii.worker.yaml @@ -7,5 +7,5 @@ bin: llm-router description: One front door + provider protocol in front of every LLM provider. dependencies: - iii-state: "^0.19.0" - configuration: "^0.19.0" + iii-state: "^0.21.3" + configuration: "^0.21.3" diff --git a/provider-anthropic/iii.worker.yaml b/provider-anthropic/iii.worker.yaml index 0bfb905cd..c59cd9767 100644 --- a/provider-anthropic/iii.worker.yaml +++ b/provider-anthropic/iii.worker.yaml @@ -7,5 +7,5 @@ bin: provider-anthropic description: Anthropic Messages API provider worker; implements provider::anthropic::stream and provider::anthropic::refresh_models behind llm-router. dependencies: - iii-state: "^0.19.0" + iii-state: "^0.21.3" llm-router: "^1.0.0" diff --git a/provider-openai/iii.worker.yaml b/provider-openai/iii.worker.yaml index abdfe73e9..df4b6af86 100644 --- a/provider-openai/iii.worker.yaml +++ b/provider-openai/iii.worker.yaml @@ -7,5 +7,5 @@ bin: provider-openai description: OpenAI Chat Completions provider worker; implements provider::openai::stream and provider::openai::refresh_models behind llm-router. dependencies: - iii-state: "^0.19.0" + iii-state: "^0.21.3" llm-router: "^1.0.0" diff --git a/session-manager/iii.worker.yaml b/session-manager/iii.worker.yaml index bb7654792..c6bc0550c 100644 --- a/session-manager/iii.worker.yaml +++ b/session-manager/iii.worker.yaml @@ -7,4 +7,4 @@ bin: session-manager description: Durable, reactive, branching store of typed conversation entries with six emitted trigger types. dependencies: - configuration: "^0.19.0" + configuration: "^0.21.3" diff --git a/web/iii.worker.yaml b/web/iii.worker.yaml index 529dd8934..3b3de6f05 100644 --- a/web/iii.worker.yaml +++ b/web/iii.worker.yaml @@ -7,4 +7,4 @@ bin: web description: Outbound HTTP client on the iii bus (web::fetch). dependencies: - configuration: "^0.19.0" + configuration: "^0.21.3"