fastworkflow 2.17.16__py3-none-any.whl → 2.17.17__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.
- fastworkflow/run_fastapi_mcp/__main__.py +3 -1
- {fastworkflow-2.17.16.dist-info → fastworkflow-2.17.17.dist-info}/METADATA +1 -1
- {fastworkflow-2.17.16.dist-info → fastworkflow-2.17.17.dist-info}/RECORD +6 -6
- {fastworkflow-2.17.16.dist-info → fastworkflow-2.17.17.dist-info}/LICENSE +0 -0
- {fastworkflow-2.17.16.dist-info → fastworkflow-2.17.17.dist-info}/WHEEL +0 -0
- {fastworkflow-2.17.16.dist-info → fastworkflow-2.17.17.dist-info}/entry_points.txt +0 -0
|
@@ -370,7 +370,9 @@ async def initialize(request: InitializationRequest) -> InitializeResponse:
|
|
|
370
370
|
if request.startup_action:
|
|
371
371
|
startup_action = fastworkflow.Action(**request.startup_action)
|
|
372
372
|
elif ARGS.startup_action:
|
|
373
|
-
|
|
373
|
+
with open(ARGS.startup_action, 'r') as file:
|
|
374
|
+
startup_action_dict = json.load(file)
|
|
375
|
+
startup_action = fastworkflow.Action(**startup_action_dict)
|
|
374
376
|
|
|
375
377
|
# Use the modular helper function to create the session
|
|
376
378
|
await ensure_user_runtime_exists(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastworkflow
|
|
3
|
-
Version: 2.17.
|
|
3
|
+
Version: 2.17.17
|
|
4
4
|
Summary: A framework for rapidly building large-scale, deterministic, interactive workflows with a fault-tolerant, conversational UX
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Keywords: fastworkflow,ai,workflow,llm,openai
|
|
@@ -148,7 +148,7 @@ fastworkflow/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
148
148
|
fastworkflow/run/__main__.py,sha256=WMrlkwUt0VTAp_DQwp3LAsJqZlFW63mmVXckuWdMiSo,12077
|
|
149
149
|
fastworkflow/run_fastapi_mcp/README.md,sha256=dAmG2KF-9mqSjyIPSA9vhUit-DjsDH6WJUDCkQ3C1is,11943
|
|
150
150
|
fastworkflow/run_fastapi_mcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
151
|
-
fastworkflow/run_fastapi_mcp/__main__.py,sha256=
|
|
151
|
+
fastworkflow/run_fastapi_mcp/__main__.py,sha256=bBfHG3QubDzWHiwwA6zjx5S66QXm7QlCzZhJdH2sf0Y,53635
|
|
152
152
|
fastworkflow/run_fastapi_mcp/conversation_store.py,sha256=2qnNLO_RVHznbIzTjpdff7szsrGyr1FVt1spcKvkrKk,13534
|
|
153
153
|
fastworkflow/run_fastapi_mcp/jwt_manager.py,sha256=o3JLV71WiKNhr61KFIrYDnYQvvNYrqhSqEnsWNBUya4,12480
|
|
154
154
|
fastworkflow/run_fastapi_mcp/mcp_specific.py,sha256=RdOPcPn68KlxNSM9Vb2yeYEDNGoNTcKZq-AC0cd86cw,4506
|
|
@@ -178,8 +178,8 @@ fastworkflow/utils/startup_progress.py,sha256=9icSdnpFAxzIq0sUliGpNaH0Efvrt5lDtG
|
|
|
178
178
|
fastworkflow/workflow.py,sha256=37gn7e3ct-gdGw43zS6Ab_ADoJJBO4eJW2PywfUpjEg,18825
|
|
179
179
|
fastworkflow/workflow_agent.py,sha256=LRPdl-3lDRPx8pQtK202JWGYMYBNz5Mruy630fCBCk0,18725
|
|
180
180
|
fastworkflow/workflow_inheritance_model.py,sha256=Pp-qSrQISgPfPjJVUfW84pc7HLmL2evuq0UVIYR51K0,7974
|
|
181
|
-
fastworkflow-2.17.
|
|
182
|
-
fastworkflow-2.17.
|
|
183
|
-
fastworkflow-2.17.
|
|
184
|
-
fastworkflow-2.17.
|
|
185
|
-
fastworkflow-2.17.
|
|
181
|
+
fastworkflow-2.17.17.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
182
|
+
fastworkflow-2.17.17.dist-info/METADATA,sha256=5er6oCGFRWqQIiD0MyQNlHMIBQ5x2BWQxWrQobrupAI,30635
|
|
183
|
+
fastworkflow-2.17.17.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
184
|
+
fastworkflow-2.17.17.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
|
|
185
|
+
fastworkflow-2.17.17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|