@agentic-patterns/runtime 0.1.6 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -8
- package/dist/index.d.ts +13 -8
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2672,9 +2672,9 @@ var openrouterProvider = {
|
|
|
2672
2672
|
var ollamaProvider = {
|
|
2673
2673
|
name: "ollama",
|
|
2674
2674
|
tiers: {
|
|
2675
|
-
opus: "qwen3:
|
|
2676
|
-
sonnet: "qwen3:
|
|
2677
|
-
haiku: "qwen3:4b"
|
|
2675
|
+
opus: "qwen3.6:35b-a3b",
|
|
2676
|
+
sonnet: "qwen3.5:9b",
|
|
2677
|
+
haiku: "qwen3.5:4b"
|
|
2678
2678
|
},
|
|
2679
2679
|
envVars: ["OLLAMA_HOST"],
|
|
2680
2680
|
async load(modelId) {
|