signalwire-agents 0.1.49__py3-none-any.whl → 0.1.50__py3-none-any.whl

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.
@@ -18,7 +18,7 @@ A package for building AI agents using SignalWire's AI and SWML capabilities.
18
18
  from .core.logging_config import configure_logging
19
19
  configure_logging()
20
20
 
21
- __version__ = "0.1.49"
21
+ __version__ = "0.1.50"
22
22
 
23
23
  # Import core classes for easier access
24
24
  from .core.agent_base import AgentBase
@@ -380,7 +380,7 @@ class AIConfigMixin:
380
380
  The server will validate and apply parameters based on the target model's capabilities.
381
381
 
382
382
  Common parameters include:
383
- model: The AI model to use (gpt-4o-mini, gpt-4.1-mini, gpt-4.1-nano, nova-micro, nova-lite)
383
+ model: The AI model to use (gpt-4o-mini, gpt-4.1-mini, gpt-4.1-nano, nova-micro, nova-lite, qwen3-235b-A22b-instruct)
384
384
  temperature: Randomness setting. Lower values make output more deterministic.
385
385
  top_p: Alternative to temperature. Controls nucleus sampling.
386
386
  barge_confidence: ASR confidence to interrupt. Higher values make it harder to interrupt.
@@ -415,7 +415,7 @@ class AIConfigMixin:
415
415
  The server will validate and apply parameters based on the target model's capabilities.
416
416
 
417
417
  Common parameters include:
418
- model: The AI model to use (gpt-4o-mini, gpt-4.1-mini, gpt-4.1-nano, nova-micro, nova-lite)
418
+ model: The AI model to use (gpt-4o-mini, gpt-4.1-mini, gpt-4.1-nano, nova-micro, nova-lite, qwen3-235b-A22b-instruct)
419
419
  temperature: Randomness setting. Lower values make output more deterministic.
420
420
  top_p: Alternative to temperature. Controls nucleus sampling.
421
421
  presence_penalty: Topic diversity. Positive values encourage new topics.
@@ -1933,9 +1933,13 @@
1933
1933
  {
1934
1934
  "type": "string",
1935
1935
  "const": "nova-lite"
1936
+ },
1937
+ {
1938
+ "type": "string",
1939
+ "const": "qwen3-235b-A22b-instruct"
1936
1940
  }
1937
1941
  ],
1938
- "description": "The model to use for the AI. Allowed values are `gpt-4o-mini`, `gpt-4.1-mini`, `gpt-4.1-nano`, `nova-micro`, and `nova-lite`."
1942
+ "description": "The model to use for the AI. Allowed values are `gpt-4o-mini`, `gpt-4.1-mini`, `gpt-4.1-nano`, `nova-micro`, `nova-lite`, and `qwen3-235b-A22b-instruct`."
1939
1943
  },
1940
1944
  "ai_volume": {
1941
1945
  "anyOf": [
@@ -4017,13 +4021,13 @@
4017
4021
  "anyOf": [
4018
4022
  {
4019
4023
  "type": "string",
4020
- "enum": ["gpt-4o-mini", "gpt-4.1-mini", "gpt-4.1-nano", "nova-micro", "nova-lite"]
4024
+ "enum": ["gpt-4o-mini", "gpt-4.1-mini", "gpt-4.1-nano", "nova-micro", "nova-lite", "qwen3-235b-A22b-instruct"]
4021
4025
  },
4022
4026
  {
4023
4027
  "$ref": "#/$defs/SWMLVar"
4024
4028
  }
4025
4029
  ],
4026
- "description": "The model to use for the post-prompt. Allowed values are `gpt-4o-mini`, `gpt-4.1-mini`, `gpt-4.1-nano`, `nova-micro`, and `nova-lite`."
4030
+ "description": "The model to use for the post-prompt. Allowed values are `gpt-4o-mini`, `gpt-4.1-mini`, `gpt-4.1-nano`, `nova-micro`, `nova-lite`, and `qwen3-235b-A22b-instruct`."
4027
4031
  },
4028
4032
  "text": {
4029
4033
  "type": "string",
@@ -4108,13 +4112,13 @@
4108
4112
  "anyOf": [
4109
4113
  {
4110
4114
  "type": "string",
4111
- "enum": ["gpt-4o-mini", "gpt-4.1-mini", "gpt-4.1-nano", "nova-micro", "nova-lite"]
4115
+ "enum": ["gpt-4o-mini", "gpt-4.1-mini", "gpt-4.1-nano", "nova-micro", "nova-lite", "qwen3-235b-A22b-instruct"]
4112
4116
  },
4113
4117
  {
4114
4118
  "$ref": "#/$defs/SWMLVar"
4115
4119
  }
4116
4120
  ],
4117
- "description": "The model to use for the post-prompt. Allowed values are `gpt-4o-mini`, `gpt-4.1-mini`, `gpt-4.1-nano`, `nova-micro`, and `nova-lite`."
4121
+ "description": "The model to use for the post-prompt. Allowed values are `gpt-4o-mini`, `gpt-4.1-mini`, `gpt-4.1-nano`, `nova-micro`, `nova-lite`, and `qwen3-235b-A22b-instruct`."
4118
4122
  },
4119
4123
  "pom": {
4120
4124
  "type": "array",
@@ -4202,13 +4206,13 @@
4202
4206
  "anyOf": [
4203
4207
  {
4204
4208
  "type": "string",
4205
- "enum": ["gpt-4o-mini", "gpt-4.1-mini", "gpt-4.1-nano", "nova-micro", "nova-lite"]
4209
+ "enum": ["gpt-4o-mini", "gpt-4.1-mini", "gpt-4.1-nano", "nova-micro", "nova-lite", "qwen3-235b-A22b-instruct"]
4206
4210
  },
4207
4211
  {
4208
4212
  "$ref": "#/$defs/SWMLVar"
4209
4213
  }
4210
4214
  ],
4211
- "description": "The model to use for the prompt. Allowed values are `gpt-4o-mini`, `gpt-4.1-mini`, `gpt-4.1-nano`, `nova-micro`, and `nova-lite`."
4215
+ "description": "The model to use for the prompt. Allowed values are `gpt-4o-mini`, `gpt-4.1-mini`, `gpt-4.1-nano`, `nova-micro`, `nova-lite`, and `qwen3-235b-A22b-instruct`."
4212
4216
  },
4213
4217
  "text": {
4214
4218
  "type": "string",
@@ -4297,13 +4301,13 @@
4297
4301
  "anyOf": [
4298
4302
  {
4299
4303
  "type": "string",
4300
- "enum": ["gpt-4o-mini", "gpt-4.1-mini", "gpt-4.1-nano", "nova-micro", "nova-lite"]
4304
+ "enum": ["gpt-4o-mini", "gpt-4.1-mini", "gpt-4.1-nano", "nova-micro", "nova-lite", "qwen3-235b-A22b-instruct"]
4301
4305
  },
4302
4306
  {
4303
4307
  "$ref": "#/$defs/SWMLVar"
4304
4308
  }
4305
4309
  ],
4306
- "description": "The model to use for the prompt. Allowed values are `gpt-4o-mini`, `gpt-4.1-mini`, `gpt-4.1-nano`, `nova-micro`, and `nova-lite`."
4310
+ "description": "The model to use for the prompt. Allowed values are `gpt-4o-mini`, `gpt-4.1-mini`, `gpt-4.1-nano`, `nova-micro`, `nova-lite`, and `qwen3-235b-A22b-instruct`."
4307
4311
  },
4308
4312
  "pom": {
4309
4313
  "type": "array",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: signalwire_agents
3
- Version: 0.1.49
3
+ Version: 0.1.50
4
4
  Summary: SignalWire AI Agents SDK
5
5
  Author-email: SignalWire Team <info@signalwire.com>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
- signalwire_agents/__init__.py,sha256=1byn77sqQkdmsLFanfvelyOr7MVKqyIP9iLOPZ37tAk,5031
1
+ signalwire_agents/__init__.py,sha256=PDuehLVjqOYw3h-LyVMikp-NYwtildUWXj56x4ri9cg,5031
2
2
  signalwire_agents/agent_server.py,sha256=x9HyWia8D3r6KMqY-Q4DtNVivfJWLTx8B-KzUI8okuA,26880
3
- signalwire_agents/schema.json,sha256=2nuBXteuQUvrmmfbkMocQOTsM5BtUHADtMcjMTK72rA,240060
3
+ signalwire_agents/schema.json,sha256=D0Ui-VdLKNdMO8aYQBX_2NM3_JPnuhdVzhbLAPAWG1c,240423
4
4
  signalwire_agents/agents/bedrock.py,sha256=J582gooNtxtep4xdVOfyDzRtHp_XrurPMS93xf2Xod0,10836
5
5
  signalwire_agents/cli/__init__.py,sha256=XbxAQFaCIdGXIXJiriVBWoFPOJsC401u21588nO4TG8,388
6
6
  signalwire_agents/cli/build_search.py,sha256=Yh5hNM0ur88UMuKo5ZDoN_bAzBGpj2RG1Ys1_3xlfUc,54144
@@ -53,7 +53,7 @@ signalwire_agents/core/agent/tools/__init__.py,sha256=eOcmyeGm6qogT3wsBx7QvdjmTb
53
53
  signalwire_agents/core/agent/tools/decorator.py,sha256=pC6j1114GwVBd2U3h23I9gKLtu8AgeiuWV0lUzz682U,2961
54
54
  signalwire_agents/core/agent/tools/registry.py,sha256=HScbKKwpJqFZ_odmeFklSQ0p0EMasEyKSxNwX568OPo,8054
55
55
  signalwire_agents/core/mixins/__init__.py,sha256=NsFpfF7TDP_lNR0Riw4Nbvt4fDbv_A3OoVbBqRrtXQM,652
56
- signalwire_agents/core/mixins/ai_config_mixin.py,sha256=8SwDnzBuRkD2I5AvY4FutataDo9huOW59Gpr5UDIfRM,16213
56
+ signalwire_agents/core/mixins/ai_config_mixin.py,sha256=In7SrVlKoRaGsDIXEDNGsrEqCjotmcQr_XA563VWABQ,16265
57
57
  signalwire_agents/core/mixins/auth_mixin.py,sha256=Y9kR423-76U_pKL7KXzseeXX2a-4WxNWyo3odS7TDQM,9879
58
58
  signalwire_agents/core/mixins/prompt_mixin.py,sha256=bEsuw9J2F_upFYI02KyC7o2eGZjwOKQ352rmJBZirAM,13729
59
59
  signalwire_agents/core/mixins/serverless_mixin.py,sha256=QIIbl_-16XFJi5aqrWpNzORbyCJQmhaplWXnW6U9i68,16137
@@ -130,9 +130,9 @@ signalwire_agents/utils/token_generators.py,sha256=4Mr7baQ_xR_hfJ72YxQRAT_GFa663
130
130
  signalwire_agents/utils/validators.py,sha256=4Mr7baQ_xR_hfJ72YxQRAT_GFa663YjFX_PumJ35Xds,191
131
131
  signalwire_agents/web/__init__.py,sha256=XE_pSTY9Aalzr7J7wqFth1Zr3cccQHPPcF5HWNrOpz8,383
132
132
  signalwire_agents/web/web_service.py,sha256=a2PSHJgX1tlZr0Iz1A1UouZjXEePJAZL632evvLVM38,21071
133
- signalwire_agents-0.1.49.dist-info/licenses/LICENSE,sha256=NYvAsB-rTcSvG9cqHt9EUHAWLiA9YzM4Qfz-mPdvDR0,1067
134
- signalwire_agents-0.1.49.dist-info/METADATA,sha256=VxZ5sTQ3vESbK10ztr5XkLRko2VkGIjUEu6SbcZRfYU,41596
135
- signalwire_agents-0.1.49.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
136
- signalwire_agents-0.1.49.dist-info/entry_points.txt,sha256=ZDT65zfTO_YyDzi_hwQbCxIhrUfu_t8RpNXMMXlUPWI,144
137
- signalwire_agents-0.1.49.dist-info/top_level.txt,sha256=kDGS6ZYv84K9P5Kyg9_S8P_pbUXoHkso0On_DB5bbWc,18
138
- signalwire_agents-0.1.49.dist-info/RECORD,,
133
+ signalwire_agents-0.1.50.dist-info/licenses/LICENSE,sha256=NYvAsB-rTcSvG9cqHt9EUHAWLiA9YzM4Qfz-mPdvDR0,1067
134
+ signalwire_agents-0.1.50.dist-info/METADATA,sha256=IKAyYdw0b9B6ZATtnnqiwOaloF2LbGGcpoZ0suslxME,41596
135
+ signalwire_agents-0.1.50.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
136
+ signalwire_agents-0.1.50.dist-info/entry_points.txt,sha256=ZDT65zfTO_YyDzi_hwQbCxIhrUfu_t8RpNXMMXlUPWI,144
137
+ signalwire_agents-0.1.50.dist-info/top_level.txt,sha256=kDGS6ZYv84K9P5Kyg9_S8P_pbUXoHkso0On_DB5bbWc,18
138
+ signalwire_agents-0.1.50.dist-info/RECORD,,