@agentic-patterns/runtime 0.1.7 → 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 CHANGED
@@ -2672,9 +2672,9 @@ var openrouterProvider = {
2672
2672
  var ollamaProvider = {
2673
2673
  name: "ollama",
2674
2674
  tiers: {
2675
- opus: "qwen3:30b-a3b",
2676
- sonnet: "qwen3:14b",
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) {