penguiflow 2.2.5__py3-none-any.whl → 2.2.6__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.
Potentially problematic release.
This version of penguiflow might be problematic. Click here for more details.
- examples/planner_enterprise_agent/__init__.py +30 -0
- examples/planner_enterprise_agent/config.py +93 -0
- examples/planner_enterprise_agent/main.py +709 -0
- examples/planner_enterprise_agent/nodes.py +882 -0
- examples/planner_enterprise_agent/telemetry.py +245 -0
- penguiflow/__init__.py +1 -1
- penguiflow/planner/__init__.py +6 -0
- penguiflow/planner/dspy_client.py +327 -0
- penguiflow/planner/react.py +465 -52
- penguiflow/remote.py +2 -2
- penguiflow/state.py +1 -1
- {penguiflow-2.2.5.dist-info → penguiflow-2.2.6.dist-info}/METADATA +2 -1
- {penguiflow-2.2.5.dist-info → penguiflow-2.2.6.dist-info}/RECORD +17 -11
- {penguiflow-2.2.5.dist-info → penguiflow-2.2.6.dist-info}/WHEEL +0 -0
- {penguiflow-2.2.5.dist-info → penguiflow-2.2.6.dist-info}/entry_points.txt +0 -0
- {penguiflow-2.2.5.dist-info → penguiflow-2.2.6.dist-info}/licenses/LICENSE +0 -0
- {penguiflow-2.2.5.dist-info → penguiflow-2.2.6.dist-info}/top_level.txt +0 -0
penguiflow/remote.py
CHANGED
|
@@ -151,7 +151,7 @@ def RemoteNode(
|
|
|
151
151
|
agent_url_override: str | None,
|
|
152
152
|
base_extra: Mapping[str, Any],
|
|
153
153
|
) -> tuple[asyncio.Task[None], asyncio.Event] | None:
|
|
154
|
-
if
|
|
154
|
+
if task_id is None:
|
|
155
155
|
return None
|
|
156
156
|
|
|
157
157
|
agent_ref = agent_url_override or agent_url
|
|
@@ -288,7 +288,7 @@ def RemoteNode(
|
|
|
288
288
|
remote_agent_url_final = agent_url_override
|
|
289
289
|
if binding_registered:
|
|
290
290
|
return
|
|
291
|
-
if
|
|
291
|
+
if task_id is None:
|
|
292
292
|
return
|
|
293
293
|
record = await _record_binding(
|
|
294
294
|
runtime=runtime,
|
penguiflow/state.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: penguiflow
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.6
|
|
4
4
|
Summary: Async agent orchestration primitives.
|
|
5
5
|
Author: PenguiFlow Team
|
|
6
6
|
License: MIT License
|
|
@@ -44,6 +44,7 @@ Provides-Extra: a2a-server
|
|
|
44
44
|
Requires-Dist: fastapi>=0.118; extra == "a2a-server"
|
|
45
45
|
Provides-Extra: planner
|
|
46
46
|
Requires-Dist: litellm>=1.77.3; extra == "planner"
|
|
47
|
+
Requires-Dist: dspy>=3.0.3; extra == "planner"
|
|
47
48
|
Dynamic: license-file
|
|
48
49
|
|
|
49
50
|
# PenguiFlow 🐧❄️
|
|
@@ -8,6 +8,11 @@ examples/map_concurrent/flow.py,sha256=VwY17FJip1ECLjTjW4ngjvrIGpRQwsYUGd8trjbiz
|
|
|
8
8
|
examples/metadata_propagation/flow.py,sha256=j7Jq-5sxSPrwdOgZkQWTeHy40JZjovhqBxY_R_RGmXY,1561
|
|
9
9
|
examples/mlflow_metrics/__init__.py,sha256=wtVt6xOTCKbE-FZWzCFgGdvSVQCU7kgPEw_cC-1g0F8,36
|
|
10
10
|
examples/mlflow_metrics/flow.py,sha256=lXErUrktpoZtg1tySblCIJsBPXn4Q2Z_xwlyp8bgo4s,4108
|
|
11
|
+
examples/planner_enterprise_agent/__init__.py,sha256=sr0Hi3lc7ZbOBJx0scIkkVD_Zx00tsG-w7iw09z0WEk,918
|
|
12
|
+
examples/planner_enterprise_agent/config.py,sha256=ZOYw5UnGtdPaB-ZNMMxYV0WGnu0uXPChwV65VGEEeo0,3413
|
|
13
|
+
examples/planner_enterprise_agent/main.py,sha256=3kkG8mD_VEIWfbto_La2gMqyBX81kgbsTcNm31-6V9c,26340
|
|
14
|
+
examples/planner_enterprise_agent/nodes.py,sha256=4SUxN_KM9vDHBV0ktkaLukmIW7C8odidXj8pr15tMrg,26932
|
|
15
|
+
examples/planner_enterprise_agent/telemetry.py,sha256=zPneAKbQLqlGuIn2s_4Sfjgl-jwgLS3GnJHFFds4FjM,8412
|
|
11
16
|
examples/playbook_retrieval/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
17
|
examples/playbook_retrieval/flow.py,sha256=QvPsQjZc7syg5hsvIpYmicqQ_MFvC3KQByPeRL4THmw,1922
|
|
13
18
|
examples/quickstart/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -36,7 +41,7 @@ examples/testkit_demo/flow.py,sha256=k39Okl6EFO9b1XaQtrbstrpZhWJdNspEQpmT1bRqd1w
|
|
|
36
41
|
examples/trace_cancel/flow.py,sha256=ml-J7c11vr4tQZdU8fO_fbz-s78zp6-E6US3gM36zvY,2208
|
|
37
42
|
examples/traceable_errors/flow.py,sha256=GqRE8OP13bq1xOdn846V5slENXFR94_waD0uZ3NrhA8,1186
|
|
38
43
|
examples/visualizer/flow.py,sha256=KXjmB71GKwk0-Wq51yI2lL3YJ0DkQxL8y5auzJlIoSw,1326
|
|
39
|
-
penguiflow/__init__.py,sha256=
|
|
44
|
+
penguiflow/__init__.py,sha256=kmAQx2ba2UX1dkv_8oAIkDRHictQ3Crd8BjMkQNP268,2435
|
|
40
45
|
penguiflow/admin.py,sha256=093xFkE4bM_2ZhLrzhrEUKtmKHi_yVfMPyaGfwi1rcA,5382
|
|
41
46
|
penguiflow/bus.py,sha256=mb29509_n97A6zwC-6EDpYorfAWFSpwqsMu_WeZhLE8,732
|
|
42
47
|
penguiflow/catalog.py,sha256=z-Drf6PbEkvd65PcBvsVJZBBnM9GwT8ctcMdiIoQ5HY,4673
|
|
@@ -49,20 +54,21 @@ penguiflow/node.py,sha256=0NOs3rU6t1tHNNwwJopqzM2ufGcp82JpzhckynWBRqs,3563
|
|
|
49
54
|
penguiflow/patterns.py,sha256=qtzRSNRKxV5_qEPXhffd15PuCZs0YnoGF80nNUsrcxw,5512
|
|
50
55
|
penguiflow/policies.py,sha256=3w8ionnpTyuA0ZCc3jPpB011L7_i1qlbiO6escY024s,4385
|
|
51
56
|
penguiflow/registry.py,sha256=1nR3J1A6jzuevH8EMn83vCkSnnNKgE28CCO6fXMA3wE,2001
|
|
52
|
-
penguiflow/remote.py,sha256=
|
|
53
|
-
penguiflow/state.py,sha256=
|
|
57
|
+
penguiflow/remote.py,sha256=bL_WDE9ucBYfpMUh7fHOF-NSHsGnc-cgpI3z1UL2Fdc,16382
|
|
58
|
+
penguiflow/state.py,sha256=JflXPZRvd-sioQ9Q3mLI3tMvKwq9LYc6OjOD5S_fnyk,1780
|
|
54
59
|
penguiflow/streaming.py,sha256=RKMm4VfaDA2ceEM_pB2Cuhmpwtdcjj7og-kjXQQDcbc,3863
|
|
55
60
|
penguiflow/testkit.py,sha256=pIFYpu1RfJnW2mbGvUkPhMpL-xDAw0E959oTMxLkLh8,11806
|
|
56
61
|
penguiflow/types.py,sha256=Fl56-b7OwIEUbPMDD1CY09nbOG_tmBw3FUhioojeG5M,1503
|
|
57
62
|
penguiflow/viz.py,sha256=KbBb9kKoL223vj0NgJV_jo5ny-0RTc2gcSBACm0jG8w,5508
|
|
58
|
-
penguiflow/planner/__init__.py,sha256=
|
|
63
|
+
penguiflow/planner/__init__.py,sha256=ofWXCph1_jcqnnj_YwjL2dZiQKSNuA1qEB-fEl3ERS8,611
|
|
64
|
+
penguiflow/planner/dspy_client.py,sha256=Kwz-9tZAD9BZz_7ZeHV4pSs8clktb2MF6ubjMz_htn0,12338
|
|
59
65
|
penguiflow/planner/prompts.py,sha256=R9LveYlp6JbSIBcZiRjTZYu-eKk3fgrKZH0Jf3pNVvM,7551
|
|
60
|
-
penguiflow/planner/react.py,sha256=
|
|
61
|
-
penguiflow-2.2.
|
|
66
|
+
penguiflow/planner/react.py,sha256=8fJORcwjYqPJNMjOpsb8rm_Tofo66t4jr80OJ8Yzdds,66383
|
|
67
|
+
penguiflow-2.2.6.dist-info/licenses/LICENSE,sha256=JSvodvLXxSct_kI9IBsZOBpVKoESQTB_AGbkClwZ7HI,1065
|
|
62
68
|
penguiflow_a2a/__init__.py,sha256=JuK_ov06yS2H97D2OVXhgX8LcgdOqE3EujUPaDKaduc,342
|
|
63
69
|
penguiflow_a2a/server.py,sha256=VMBO-oGjB6Z9mtRBU0z7ZFGprDUC_kihZJukh3budbs,25932
|
|
64
|
-
penguiflow-2.2.
|
|
65
|
-
penguiflow-2.2.
|
|
66
|
-
penguiflow-2.2.
|
|
67
|
-
penguiflow-2.2.
|
|
68
|
-
penguiflow-2.2.
|
|
70
|
+
penguiflow-2.2.6.dist-info/METADATA,sha256=x3TM3UqilJ6WCqYQgyQo-a_tdRwRORpd4JSesfZHRBU,28197
|
|
71
|
+
penguiflow-2.2.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
72
|
+
penguiflow-2.2.6.dist-info/entry_points.txt,sha256=F2KxANLEVGRbpWLmcHcvYrTVLWbKWdmk3VOe98a7t9I,59
|
|
73
|
+
penguiflow-2.2.6.dist-info/top_level.txt,sha256=3vpgBt9ye3flT7bZ2cM0D5_eGk0xt_k8x5X9SizoW_g,35
|
|
74
|
+
penguiflow-2.2.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|