signalwire-agents 0.1.33__py3-none-any.whl → 0.1.35__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.
- signalwire_agents/__init__.py +1 -1
- {signalwire_agents-0.1.33.dist-info → signalwire_agents-0.1.35.dist-info}/METADATA +16 -8
- {signalwire_agents-0.1.33.dist-info → signalwire_agents-0.1.35.dist-info}/RECORD +7 -7
- {signalwire_agents-0.1.33.dist-info → signalwire_agents-0.1.35.dist-info}/WHEEL +0 -0
- {signalwire_agents-0.1.33.dist-info → signalwire_agents-0.1.35.dist-info}/entry_points.txt +0 -0
- {signalwire_agents-0.1.33.dist-info → signalwire_agents-0.1.35.dist-info}/licenses/LICENSE +0 -0
- {signalwire_agents-0.1.33.dist-info → signalwire_agents-0.1.35.dist-info}/top_level.txt +0 -0
signalwire_agents/__init__.py
CHANGED
@@ -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.
|
21
|
+
__version__ = "0.1.35"
|
22
22
|
|
23
23
|
# Import core classes for easier access
|
24
24
|
from .core.agent_base import AgentBase
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: signalwire_agents
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.35
|
4
4
|
Summary: SignalWire AI Agents SDK
|
5
5
|
Author-email: SignalWire Team <info@signalwire.com>
|
6
6
|
License: MIT
|
@@ -74,7 +74,9 @@ Dynamic: license-file
|
|
74
74
|
|
75
75
|
<!-- Header -->
|
76
76
|
<div align="center">
|
77
|
-
<
|
77
|
+
<a href="https://signalwire.com" target="_blank">
|
78
|
+
<img src="https://github.com/user-attachments/assets/0c8ed3b9-8c50-4dc6-9cc4-cc6cd137fd50" width="500" />
|
79
|
+
</a>
|
78
80
|
|
79
81
|
# Agents SDK
|
80
82
|
|
@@ -92,15 +94,17 @@ Dynamic: license-file
|
|
92
94
|
|
93
95
|
<!-- Badges -->
|
94
96
|
<div align="center">
|
95
|
-
<img src="https://img.shields.io/badge/Discord%20Community-5865F2" alt="Discord"
|
96
|
-
<img src="https://img.shields.io/badge/MIT-License-blue" alt="MIT License"
|
97
|
-
<img src="https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white&" alt="GitHub"
|
98
|
-
<img src="https://img.shields.io/github/stars/signalwire/signalwire-agents" alt="GitHub Stars"
|
97
|
+
<a href="https://discord.com/invite/F2WNYTNjuF" target="_blank"><img src="https://img.shields.io/badge/Discord%20Community-5865F2" alt="Discord" /></a>
|
98
|
+
<a href="LICENSE"><img src="https://img.shields.io/badge/MIT-License-blue" alt="MIT License" /></a>
|
99
|
+
<a href="https://github.com/signalwire" target="_blank"><img src="https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white&" alt="GitHub" /></a>
|
100
|
+
<a href="https://github.com/signalwire/docs" target="_blank"><img src="https://img.shields.io/github/stars/signalwire/signalwire-agents" alt="GitHub Stars" /></a>
|
99
101
|
</div>
|
100
102
|
|
101
103
|
<br/>
|
102
104
|
|
103
|
-
<
|
105
|
+
<a href="https://signalwire.com/signup" target="_blank">
|
106
|
+
<img src="https://github.com/user-attachments/assets/c2510c86-ae03-42a9-be06-ab9bcea948e1" alt="Sign Up" height="65"/>
|
107
|
+
</a>
|
104
108
|
|
105
109
|
</div>
|
106
110
|
|
@@ -802,9 +806,13 @@ swaig-test examples/my_agent.py --list-tools
|
|
802
806
|
# Test SWAIG functions with CLI syntax
|
803
807
|
swaig-test examples/my_agent.py --exec get_weather --location "New York"
|
804
808
|
|
809
|
+
# Multi-agent support
|
810
|
+
swaig-test examples/multi_agent.py --route /agent-path --list-tools
|
811
|
+
swaig-test examples/multi_agent.py --agent-class AgentName --exec function_name
|
812
|
+
|
805
813
|
# Generate and inspect SWML documents
|
806
814
|
swaig-test examples/my_agent.py --dump-swml
|
807
|
-
swaig-test examples/my_agent.py --dump-swml --
|
815
|
+
swaig-test examples/my_agent.py --dump-swml --raw | jq '.'
|
808
816
|
```
|
809
817
|
|
810
818
|
#### Serverless Environment Simulation
|
@@ -1,4 +1,4 @@
|
|
1
|
-
signalwire_agents/__init__.py,sha256=
|
1
|
+
signalwire_agents/__init__.py,sha256=itkVsKvgCn_Lf4-4fHAms_X8_3K7vcyZMm73sgk9dEU,2608
|
2
2
|
signalwire_agents/agent_server.py,sha256=x9HyWia8D3r6KMqY-Q4DtNVivfJWLTx8B-KzUI8okuA,26880
|
3
3
|
signalwire_agents/schema.json,sha256=6-7ccbt39iM1CO36dOfvupRPfd0gnQ0XoAdyo-EFyjo,238042
|
4
4
|
signalwire_agents/cli/__init__.py,sha256=XbxAQFaCIdGXIXJiriVBWoFPOJsC401u21588nO4TG8,388
|
@@ -123,9 +123,9 @@ signalwire_agents/utils/pom_utils.py,sha256=4Mr7baQ_xR_hfJ72YxQRAT_GFa663YjFX_Pu
|
|
123
123
|
signalwire_agents/utils/schema_utils.py,sha256=i4okv_O9bUApwT_jJf4Yoij3bLCrGrW3DC-vzSy2RuY,16392
|
124
124
|
signalwire_agents/utils/token_generators.py,sha256=4Mr7baQ_xR_hfJ72YxQRAT_GFa663YjFX_PumJ35Xds,191
|
125
125
|
signalwire_agents/utils/validators.py,sha256=4Mr7baQ_xR_hfJ72YxQRAT_GFa663YjFX_PumJ35Xds,191
|
126
|
-
signalwire_agents-0.1.
|
127
|
-
signalwire_agents-0.1.
|
128
|
-
signalwire_agents-0.1.
|
129
|
-
signalwire_agents-0.1.
|
130
|
-
signalwire_agents-0.1.
|
131
|
-
signalwire_agents-0.1.
|
126
|
+
signalwire_agents-0.1.35.dist-info/licenses/LICENSE,sha256=NYvAsB-rTcSvG9cqHt9EUHAWLiA9YzM4Qfz-mPdvDR0,1067
|
127
|
+
signalwire_agents-0.1.35.dist-info/METADATA,sha256=_w0Y0_7KAZZ75PXQM5KFYgsOvG5n5P3C57p9tGrBHfE,38377
|
128
|
+
signalwire_agents-0.1.35.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
129
|
+
signalwire_agents-0.1.35.dist-info/entry_points.txt,sha256=ZDT65zfTO_YyDzi_hwQbCxIhrUfu_t8RpNXMMXlUPWI,144
|
130
|
+
signalwire_agents-0.1.35.dist-info/top_level.txt,sha256=kDGS6ZYv84K9P5Kyg9_S8P_pbUXoHkso0On_DB5bbWc,18
|
131
|
+
signalwire_agents-0.1.35.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|