soe-ai 0.1.2__py3-none-any.whl → 0.1.3__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,8 +18,8 @@ def build_response_model(
18
18
 
19
19
  root_schema = None
20
20
  if output_schema and isinstance(output_schema, type) and issubclass(output_schema, RootModel):
21
- # Only return RootModel directly if no output_field is requested AND no signal selection needed
22
- if not output_field and (not signal_options or len(signal_options) <= 1):
21
+ # Use RootModel directly if no signal selection is needed (standard case for single output)
22
+ if not signal_options or len(signal_options) <= 1:
23
23
  return output_schema
24
24
  root_schema = output_schema
25
25
  if output_field:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: soe-ai
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Signal-driven Orchestration Engine - Agent orchestration with event-driven workflow engine
5
5
  Author-email: Pedro Garcia <pgarcia14180@gmail.com>
6
6
  License-Expression: MIT
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
  Requires-Dist: pyyaml>=6.0
24
24
  Requires-Dist: pydantic>=2.0.0
25
- Requires-Dist: jinja2>=3.0.0
25
+ Requires-Dist: jinja2>=2.11.3
26
26
  Provides-Extra: dev
27
27
  Requires-Dist: pytest>=7.0; extra == "dev"
28
28
  Requires-Dist: pytest-cov>=4.0; extra == "dev"
@@ -99,7 +99,7 @@ soe/nodes/lib/conversation_history.py,sha256=WTQscCSTElWShehij3lEVSWebHtrGpM_s2R
99
99
  soe/nodes/lib/identity.py,sha256=HxSVJrjPAyAjMujFOgq-uZkGYrSz6sZbjM1VFi2PSVk,1861
100
100
  soe/nodes/lib/llm_resolver.py,sha256=KJYh9Rt3T85XDe8wWyf1p-UPPxF6EYqGCdnd87rUk3o,4138
101
101
  soe/nodes/lib/output.py,sha256=bfTwwSmSFr8i5_AoKwrPU-bEMqImo8QDd-AWEY9mac4,2231
102
- soe/nodes/lib/response_builder.py,sha256=xnx7iKGRay3UNAfWRl934kUEmtb3VfxAoLG7aPWUa8o,3078
102
+ soe/nodes/lib/response_builder.py,sha256=uAGICmcOWXt_RJuBbmpDAEtScomPmuCGbFe-Z9Hsapk,3051
103
103
  soe/nodes/lib/signal_emission.py,sha256=o69AtiUctwP9E8UCKrfKUcFQJ5USlx-nhiY-F2I2Ibg,2773
104
104
  soe/nodes/lib/signals.py,sha256=GD5PnwACVNvQ8VnH5o60ixhwZrO6cFlAb0DwEjW06T4,1829
105
105
  soe/nodes/lib/tools.py,sha256=2m5kQQWC46zL0wjj7Amo-m4Hzar56UH11q1z8XMlgmo,3105
@@ -130,8 +130,8 @@ soe/validation/__init__.py,sha256=oZGAT3Mp8Pzu_D_FSObLUEBTf10dk8C-GhM4tipfAxw,52
130
130
  soe/validation/config.py,sha256=hB7Gk_bkoqvf0iES9PNmVTcKgyUm_0UgiCSXcc30ztc,6834
131
131
  soe/validation/jinja.py,sha256=_Ykj-UT9i3wQRXCyQgja3boCZuI3lrqOnf5C3iB1Kmg,1746
132
132
  soe/validation/operational.py,sha256=P5SrE_8345IhHvsXpJ-XDEp1sIQVFhGXDBNQhuh7sTo,3628
133
- soe_ai-0.1.2.dist-info/licenses/LICENSE,sha256=SvEn330zvSOu83Vi4lDCX2QHgr6bmSSXOV1YClLGk1Y,1069
134
- soe_ai-0.1.2.dist-info/METADATA,sha256=ro4JH1Nr4YbaGYsgVpq-cz3_sGsKyKOzX4q35aJ4MaQ,8794
135
- soe_ai-0.1.2.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
136
- soe_ai-0.1.2.dist-info/top_level.txt,sha256=TUufXyVAQnzN6iT6zRb4dRHdfBSiWXuAL8EoyvugZuY,4
137
- soe_ai-0.1.2.dist-info/RECORD,,
133
+ soe_ai-0.1.3.dist-info/licenses/LICENSE,sha256=SvEn330zvSOu83Vi4lDCX2QHgr6bmSSXOV1YClLGk1Y,1069
134
+ soe_ai-0.1.3.dist-info/METADATA,sha256=V-xxDguD37LbzrEoWDZZG0H5kuz7EC5JawtwKg0F1Bo,8795
135
+ soe_ai-0.1.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
136
+ soe_ai-0.1.3.dist-info/top_level.txt,sha256=TUufXyVAQnzN6iT6zRb4dRHdfBSiWXuAL8EoyvugZuY,4
137
+ soe_ai-0.1.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.10.1)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5