flock-core 0.2.15__py3-none-any.whl → 0.2.16__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 CHANGED
@@ -159,8 +159,8 @@ class FlockAgent(BaseModel, ABC, PromptParserMixin, DSPyIntegrationMixin):
159
159
  """
160
160
 
161
161
  name: str = Field(..., description="Unique identifier for the agent.")
162
- model: str = Field(
163
- "openai/gpt-4o", description="The model to use (e.g., 'openai/gpt-4o')."
162
+ model: str | None = Field(
163
+ None, description="The model to use (e.g., 'openai/gpt-4o')."
164
164
  )
165
165
  description: str | Callable[..., str] = Field(
166
166
  "", description="A human-readable description of the agent."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flock-core
3
- Version: 0.2.15
3
+ Version: 0.2.16
4
4
  Summary: Declarative LLM Orchestration at Scale
5
5
  Author-email: Andre Ratzenberger <andre.ratzenberger@whiteduck.de>
6
6
  License-File: LICENSE
@@ -9,7 +9,7 @@ flock/cli/load_flock.py,sha256=3JdECvt5X7uyOG2vZS3-Zk5C5SI_84_QZjcsB3oJmfA,932
9
9
  flock/cli/settings.py,sha256=DkeLUlrb7rGx3nZ04aADU9HXXu5mZTf_DBwT0xhzIv4,7
10
10
  flock/core/__init__.py,sha256=0Xq_txurlxxjKGXjRn6GNJusGTiBcd7zw2eF0L7JyuU,183
11
11
  flock/core/flock.py,sha256=3EQqrAej3Tb1vLYsILkXBcV9Feb2b1ABUviM3Xp9tMs,17151
12
- flock/core/flock_agent.py,sha256=GlmNGaN7lgJwDYbkQMUNY5yOAAq4rL5r7QvPLvtIs0Y,30576
12
+ flock/core/flock_agent.py,sha256=FPi6hz8pOvHpsk5YzzKScnOaQzGo1W3lIOwzfHzrjyE,30572
13
13
  flock/core/context/context.py,sha256=jH06w4C_O5CEL-YxjX_x_dmgLe9Rcllnn1Ebs0dvwaE,6171
14
14
  flock/core/context/context_manager.py,sha256=qMySVny_dbTNLh21RHK_YT0mNKIOrqJDZpi9ZVdBsxU,1103
15
15
  flock/core/context/context_vars.py,sha256=0Hn6fM2iNc0_jIIU0B7KX-K2o8qXqtZ5EYtwujETQ7U,272
@@ -379,8 +379,8 @@ flock/workflow/activities.py,sha256=2zcYyDoCuYs9oQbnhLjCzBUdEi7d5IEIemKJ7TV_B8w,
379
379
  flock/workflow/agent_activities.py,sha256=NhBZscflEf2IMfSRa_pBM_TRP7uVEF_O0ROvWZ33eDc,963
380
380
  flock/workflow/temporal_setup.py,sha256=VWBgmBgfTBjwM5ruS_dVpA5AVxx6EZ7oFPGw4j3m0l0,1091
381
381
  flock/workflow/workflow.py,sha256=I9MryXW_bqYVTHx-nl2epbTqeRy27CAWHHA7ZZA0nAk,1696
382
- flock_core-0.2.15.dist-info/METADATA,sha256=pDJnGyAiez6KJ4Sbw8crQrrjy_y4_UMgANYiNg0xJYg,12057
383
- flock_core-0.2.15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
384
- flock_core-0.2.15.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
385
- flock_core-0.2.15.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
386
- flock_core-0.2.15.dist-info/RECORD,,
382
+ flock_core-0.2.16.dist-info/METADATA,sha256=GYQ8kQbOOthWVA3ld9RF2a06BFuA8iSk0q1h6E2h5ao,12057
383
+ flock_core-0.2.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
384
+ flock_core-0.2.16.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
385
+ flock_core-0.2.16.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
386
+ flock_core-0.2.16.dist-info/RECORD,,