adcp 1.0.1__py3-none-any.whl → 1.0.2__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.
- adcp/__init__.py +1 -1
- adcp/client.py +3 -3
- {adcp-1.0.1.dist-info → adcp-1.0.2.dist-info}/METADATA +1 -1
- {adcp-1.0.1.dist-info → adcp-1.0.2.dist-info}/RECORD +8 -8
- {adcp-1.0.1.dist-info → adcp-1.0.2.dist-info}/WHEEL +0 -0
- {adcp-1.0.1.dist-info → adcp-1.0.2.dist-info}/entry_points.txt +0 -0
- {adcp-1.0.1.dist-info → adcp-1.0.2.dist-info}/licenses/LICENSE +0 -0
- {adcp-1.0.1.dist-info → adcp-1.0.2.dist-info}/top_level.txt +0 -0
adcp/__init__.py
CHANGED
adcp/client.py
CHANGED
|
@@ -159,19 +159,19 @@ class ADCPClient:
|
|
|
159
159
|
type=ActivityType.PROTOCOL_REQUEST,
|
|
160
160
|
operation_id=operation_id,
|
|
161
161
|
agent_id=self.agent_config.id,
|
|
162
|
-
task_type="
|
|
162
|
+
task_type="list_creative_formats",
|
|
163
163
|
timestamp=datetime.now(timezone.utc).isoformat(),
|
|
164
164
|
)
|
|
165
165
|
)
|
|
166
166
|
|
|
167
|
-
result = await self.adapter.call_tool("
|
|
167
|
+
result = await self.adapter.call_tool("list_creative_formats", params)
|
|
168
168
|
|
|
169
169
|
self._emit_activity(
|
|
170
170
|
Activity(
|
|
171
171
|
type=ActivityType.PROTOCOL_RESPONSE,
|
|
172
172
|
operation_id=operation_id,
|
|
173
173
|
agent_id=self.agent_config.id,
|
|
174
|
-
task_type="
|
|
174
|
+
task_type="list_creative_formats",
|
|
175
175
|
status=result.status,
|
|
176
176
|
timestamp=datetime.now(timezone.utc).isoformat(),
|
|
177
177
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
adcp/__init__.py,sha256=
|
|
1
|
+
adcp/__init__.py,sha256=P-Lws8JQAoeN82lIPhabzOPf5CSgTRDWNSQswb9aBK4,2512
|
|
2
2
|
adcp/__main__.py,sha256=MR7hiJu0cM7wkBAMpJ9wq9IXWFjWeD5gEOvJOJawnW8,8900
|
|
3
|
-
adcp/client.py,sha256=
|
|
3
|
+
adcp/client.py,sha256=E7SEqZarXuT76nURHWG_O9thNauNW1yEesFlF2lVXjg,20900
|
|
4
4
|
adcp/config.py,sha256=Vsy7ZPOI8G3fB_i5Nk-CHbC7wdasCUWuKlos0fwA0kY,2017
|
|
5
5
|
adcp/exceptions.py,sha256=dNRMKV23DlkGKyB9Xmt6MtlhvDu1crjzD_en4nAEwDY,4399
|
|
6
6
|
adcp/protocols/__init__.py,sha256=6UFwACQ0QadBUzy17wUROHqsJDp8ztPW2jzyl53Zh_g,262
|
|
@@ -13,9 +13,9 @@ adcp/types/generated.py,sha256=5vbr113-rhNJSMePAEvQSPtqqEqiloVw1F8BeT4tk3o,49973
|
|
|
13
13
|
adcp/types/tasks.py,sha256=iwNoV-1_BxH3PZxmfg2rgZHDUN-o_Ob7zgPNbKtyNPM,21553
|
|
14
14
|
adcp/utils/__init__.py,sha256=uetvSJB19CjQbtwEYZiTnumJG11GsafQmXm5eR3hL7E,153
|
|
15
15
|
adcp/utils/operation_id.py,sha256=wQX9Bb5epXzRq23xoeYPTqzu5yLuhshg7lKJZihcM2k,294
|
|
16
|
-
adcp-1.0.
|
|
17
|
-
adcp-1.0.
|
|
18
|
-
adcp-1.0.
|
|
19
|
-
adcp-1.0.
|
|
20
|
-
adcp-1.0.
|
|
21
|
-
adcp-1.0.
|
|
16
|
+
adcp-1.0.2.dist-info/licenses/LICENSE,sha256=PF39NR3Ae8PLgBhg3Uxw6ju7iGVIf8hfv9LRWQdii_U,629
|
|
17
|
+
adcp-1.0.2.dist-info/METADATA,sha256=q2TkYphUBt9eTOWTZ2e774Xj1cuzxjeOgEvvTAPtOZ8,12724
|
|
18
|
+
adcp-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
adcp-1.0.2.dist-info/entry_points.txt,sha256=DQKpcGsJX8DtVI_SGApQ7tNvqUB4zkTLaTAEpFgmi3U,44
|
|
20
|
+
adcp-1.0.2.dist-info/top_level.txt,sha256=T1_NF0GefncFU9v_k56oDwKSJREyCqIM8lAwNZf0EOs,5
|
|
21
|
+
adcp-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|