flock-core 0.5.0b60__py3-none-any.whl → 0.5.0b61__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/dashboard/service.py +1 -1
- flock/orchestrator.py +2 -2
- flock/runtime.py +2 -2
- {flock_core-0.5.0b60.dist-info → flock_core-0.5.0b61.dist-info}/METADATA +1 -1
- {flock_core-0.5.0b60.dist-info → flock_core-0.5.0b61.dist-info}/RECORD +8 -8
- {flock_core-0.5.0b60.dist-info → flock_core-0.5.0b61.dist-info}/WHEEL +0 -0
- {flock_core-0.5.0b60.dist-info → flock_core-0.5.0b61.dist-info}/entry_points.txt +0 -0
- {flock_core-0.5.0b60.dist-info → flock_core-0.5.0b61.dist-info}/licenses/LICENSE +0 -0
flock/dashboard/service.py
CHANGED
|
@@ -818,7 +818,7 @@ class DashboardHTTPService(BlackboardHTTPService):
|
|
|
818
818
|
await self.websocket_manager.shutdown()
|
|
819
819
|
logger.info("DashboardHTTPService stopped")
|
|
820
820
|
|
|
821
|
-
def get_app(self):
|
|
821
|
+
def get_app(self) -> Any:
|
|
822
822
|
"""Get FastAPI application instance.
|
|
823
823
|
|
|
824
824
|
Returns:
|
flock/orchestrator.py
CHANGED
|
@@ -286,7 +286,7 @@ class Flock(metaclass=AutoTracedMeta):
|
|
|
286
286
|
# Unified Tracing ------------------------------------------------------
|
|
287
287
|
|
|
288
288
|
@asynccontextmanager
|
|
289
|
-
async def traced_run(self, name: str = "workflow"):
|
|
289
|
+
async def traced_run(self, name: str = "workflow") -> AsyncGenerator[Any, None]:
|
|
290
290
|
"""Context manager for wrapping an entire execution in a single unified trace.
|
|
291
291
|
|
|
292
292
|
This creates a parent span that encompasses all operations (publish, run_until_idle, etc.)
|
|
@@ -670,7 +670,7 @@ class Flock(metaclass=AutoTracedMeta):
|
|
|
670
670
|
return artifact
|
|
671
671
|
|
|
672
672
|
async def publish_many(
|
|
673
|
-
self, objects: Iterable[BaseModel | dict | Artifact], **kwargs
|
|
673
|
+
self, objects: Iterable[BaseModel | dict | Artifact], **kwargs: Any
|
|
674
674
|
) -> list[Artifact]:
|
|
675
675
|
"""Publish multiple artifacts at once (event-driven).
|
|
676
676
|
|
flock/runtime.py
CHANGED
|
@@ -66,7 +66,7 @@ class EvalResult(BaseModel):
|
|
|
66
66
|
cls,
|
|
67
67
|
obj: BaseModel,
|
|
68
68
|
*,
|
|
69
|
-
agent,
|
|
69
|
+
agent: Any,
|
|
70
70
|
state: dict | None = None,
|
|
71
71
|
metrics: dict | None = None,
|
|
72
72
|
errors: list[str] | None = None,
|
|
@@ -114,7 +114,7 @@ class EvalResult(BaseModel):
|
|
|
114
114
|
def from_objects(
|
|
115
115
|
cls,
|
|
116
116
|
*objs: BaseModel,
|
|
117
|
-
agent,
|
|
117
|
+
agent: Any,
|
|
118
118
|
state: dict | None = None,
|
|
119
119
|
metrics: dict | None = None,
|
|
120
120
|
errors: list[str] | None = None,
|
|
@@ -4,9 +4,9 @@ flock/artifacts.py,sha256=Xnizu0V4Jbwd1yV_FhXjUZG8Em-5GYsLt7sMX0V2OKI,2222
|
|
|
4
4
|
flock/cli.py,sha256=Ay_Z4KDd5wnnF1fLr0NqjMF7kRm_9X_1RXyv5GETDAY,2126
|
|
5
5
|
flock/components.py,sha256=17vhNMHKc3VUruEbSdb9YNKcDziIe0coS9jpfWBmX4o,6259
|
|
6
6
|
flock/examples.py,sha256=61xkD48yCW-aDrUXIrqrvxLtV8Vn4DrraQrHrrEUnWA,3530
|
|
7
|
-
flock/orchestrator.py,sha256=
|
|
7
|
+
flock/orchestrator.py,sha256=2uNnJspfkbOOfyDijwD0EdSuRssL1ajcj43qvoPyPZ0,33763
|
|
8
8
|
flock/registry.py,sha256=s0-H-TMtOsDZiZQCc7T1tYiWQg3OZHn5T--jaI_INIc,4786
|
|
9
|
-
flock/runtime.py,sha256=
|
|
9
|
+
flock/runtime.py,sha256=UG-38u578h628mSddBmyZn2VIzFQ0wlHCpCALFiScqA,8518
|
|
10
10
|
flock/service.py,sha256=cfvcsqZw9xOsEggncZ08zmiDxFiZpxsBYDSji5OIQQ8,5256
|
|
11
11
|
flock/store.py,sha256=-AzNShH4gUifxaJZSFuswW24zWf9NSDKBnIDPjOgXwI,3301
|
|
12
12
|
flock/subscription.py,sha256=ylIOV2G37KNfncdexrl4kxZOjo7SLS3LmddTaoSkrIk,3103
|
|
@@ -17,7 +17,7 @@ flock/dashboard/__init__.py,sha256=6keizAfjuZJnM5S9wYVVqb2nJRVAa7nN1L0a288dbn8,7
|
|
|
17
17
|
flock/dashboard/collector.py,sha256=dF8uddDMpOSdxGkhDSAvRNNaABo-TfOceipf1SQmLSU,10578
|
|
18
18
|
flock/dashboard/events.py,sha256=ujdmRJK-GQubrv43qfQ73dnrTj7g39VzBkWfmskJ0j8,5234
|
|
19
19
|
flock/dashboard/launcher.py,sha256=zXWVpyLNxCIu6fJ2L2j2sJ4oDWTvkxhT4FWz7K6eooM,8122
|
|
20
|
-
flock/dashboard/service.py,sha256=
|
|
20
|
+
flock/dashboard/service.py,sha256=30_uUxDhvX1jfy02G4muNuzbcMH5TujY_G5aXWNQa8Q,32104
|
|
21
21
|
flock/dashboard/websocket.py,sha256=RdJ7fhjNYJR8WHJ19wWdf9GEQtuKE14NmUpqm-QsLnA,9013
|
|
22
22
|
flock/engines/__init__.py,sha256=waNyObJ8PKCLFZL3WUFynxSK-V47m559P3Px-vl_OSc,124
|
|
23
23
|
flock/engines/dspy_engine.py,sha256=Q2gPYLW_f8f-JuBYOMtjtoCZH8Fc447zWF8cHpJl4ew,34538
|
|
@@ -508,8 +508,8 @@ flock/themes/zenburned.toml,sha256=UEmquBbcAO3Zj652XKUwCsNoC2iQSlIh-q5c6DH-7Kc,1
|
|
|
508
508
|
flock/themes/zenwritten-dark.toml,sha256=-dgaUfg1iCr5Dv4UEeHv_cN4GrPUCWAiHSxWK20X1kI,1663
|
|
509
509
|
flock/themes/zenwritten-light.toml,sha256=G1iEheCPfBNsMTGaVpEVpDzYBHA_T-MV27rolUYolmE,1666
|
|
510
510
|
flock/utility/output_utility_component.py,sha256=yVHhlIIIoYKziI5UyT_zvQb4G-NsxCTgLwA1wXXTTj4,9047
|
|
511
|
-
flock_core-0.5.
|
|
512
|
-
flock_core-0.5.
|
|
513
|
-
flock_core-0.5.
|
|
514
|
-
flock_core-0.5.
|
|
515
|
-
flock_core-0.5.
|
|
511
|
+
flock_core-0.5.0b61.dist-info/METADATA,sha256=hHKp4wyFKLjyD0QrOyqjM34vsTK2djfz0ZKtOyf-CUo,35901
|
|
512
|
+
flock_core-0.5.0b61.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
513
|
+
flock_core-0.5.0b61.dist-info/entry_points.txt,sha256=UQdPmtHd97gSA_IdLt9MOd-1rrf_WO-qsQeIiHWVrp4,42
|
|
514
|
+
flock_core-0.5.0b61.dist-info/licenses/LICENSE,sha256=U3IZuTbC0yLj7huwJdldLBipSOHF4cPf6cUOodFiaBE,1072
|
|
515
|
+
flock_core-0.5.0b61.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|