flock-core 0.5.0b17__py3-none-any.whl → 0.5.0b18__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 flock-core might be problematic. Click here for more details.
- flock/core/flock_agent.py +2 -0
- {flock_core-0.5.0b17.dist-info → flock_core-0.5.0b18.dist-info}/METADATA +1 -1
- {flock_core-0.5.0b17.dist-info → flock_core-0.5.0b18.dist-info}/RECORD +6 -6
- {flock_core-0.5.0b17.dist-info → flock_core-0.5.0b18.dist-info}/WHEEL +0 -0
- {flock_core-0.5.0b17.dist-info → flock_core-0.5.0b18.dist-info}/entry_points.txt +0 -0
- {flock_core-0.5.0b17.dist-info → flock_core-0.5.0b18.dist-info}/licenses/LICENSE +0 -0
flock/core/flock_agent.py
CHANGED
|
@@ -137,6 +137,7 @@ class FlockAgent(BaseModel, Serializable, DSPyIntegrationMixin, ABC):
|
|
|
137
137
|
output: DynamicStr | None = None,
|
|
138
138
|
tools: list[Callable[..., Any]] | None = None,
|
|
139
139
|
servers: list[str | FlockMCPServer] | None = None,
|
|
140
|
+
tool_whitelist: list[str] | None = None,
|
|
140
141
|
components: list[AgentComponent] | None = None,
|
|
141
142
|
config: FlockAgentConfig | None = None,
|
|
142
143
|
next_agent: DynamicStr | None = None,
|
|
@@ -153,6 +154,7 @@ class FlockAgent(BaseModel, Serializable, DSPyIntegrationMixin, ABC):
|
|
|
153
154
|
output=output,
|
|
154
155
|
tools=tools,
|
|
155
156
|
servers=servers,
|
|
157
|
+
tool_whitelist=tool_whitelist,
|
|
156
158
|
components=components if components is not None else [],
|
|
157
159
|
config=config,
|
|
158
160
|
temporal_activity_config=temporal_activity_config,
|
|
@@ -38,7 +38,7 @@ flock/components/utility/metrics_utility_component.py,sha256=u3Bys0dP7FmTeyZOi4X
|
|
|
38
38
|
flock/components/utility/output_utility_component.py,sha256=c4K_PL3bGqdyy_v6dnOrmTqV-MkWKAB2w0HS8kzg82k,7613
|
|
39
39
|
flock/core/__init__.py,sha256=OkjsVjRkAB-I6ibeTKVikZ3MxLIcTIzWKphHTbzbr7s,3231
|
|
40
40
|
flock/core/flock.py,sha256=wRycQlGeaq-Vd75mFpPe02qyWTOEyXthT873iBhA3TI,23388
|
|
41
|
-
flock/core/flock_agent.py,sha256=
|
|
41
|
+
flock/core/flock_agent.py,sha256=4Vdhyk-rdsPEuN3xYBsLBBsfpklad6bNj_it9r6XIDc,12868
|
|
42
42
|
flock/core/flock_factory.py,sha256=Z6GJpYXN9_DXuOqvBH9ir0SMoUw78DkWhrhkm90luAQ,20910
|
|
43
43
|
flock/core/flock_scheduler.py,sha256=ng_s7gyijmc-AmYvBn5rtg61CSUZiIkXPRSlA1xO6VQ,8766
|
|
44
44
|
flock/core/flock_server_manager.py,sha256=tM_nOs37vAbEvxmhwy_DL2JPvgFViWroNxrRSu5MfUQ,4523
|
|
@@ -551,8 +551,8 @@ flock/workflow/agent_execution_activity.py,sha256=0exwmeWKYXXxdUqDf4YaUVpn0zl06S
|
|
|
551
551
|
flock/workflow/flock_workflow.py,sha256=sKFsRIL_bDGonXSNhK1zwu6UechghC_PihJJMidI-VI,9139
|
|
552
552
|
flock/workflow/temporal_config.py,sha256=3_8O7SDEjMsSMXsWJBfnb6XTp0TFaz39uyzSlMTSF_I,3988
|
|
553
553
|
flock/workflow/temporal_setup.py,sha256=KR6MlWOrpMtv8NyhaIPAsfl4tjobt81OBByQvg8Kw-Y,1948
|
|
554
|
-
flock_core-0.5.
|
|
555
|
-
flock_core-0.5.
|
|
556
|
-
flock_core-0.5.
|
|
557
|
-
flock_core-0.5.
|
|
558
|
-
flock_core-0.5.
|
|
554
|
+
flock_core-0.5.0b18.dist-info/METADATA,sha256=G4z2QkMYqpirh9Omo1_HoE4dQSiYehRuuP69holMvE4,9997
|
|
555
|
+
flock_core-0.5.0b18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
556
|
+
flock_core-0.5.0b18.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
|
|
557
|
+
flock_core-0.5.0b18.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
|
|
558
|
+
flock_core-0.5.0b18.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|