fastworkflow 2.17.11__py3-none-any.whl → 2.17.12__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/workflow_agent.py +1 -0
- {fastworkflow-2.17.11.dist-info → fastworkflow-2.17.12.dist-info}/METADATA +1 -1
- {fastworkflow-2.17.11.dist-info → fastworkflow-2.17.12.dist-info}/RECORD +6 -6
- {fastworkflow-2.17.11.dist-info → fastworkflow-2.17.12.dist-info}/LICENSE +0 -0
- {fastworkflow-2.17.11.dist-info → fastworkflow-2.17.12.dist-info}/WHEEL +0 -0
- {fastworkflow-2.17.11.dist-info → fastworkflow-2.17.12.dist-info}/entry_points.txt +0 -0
fastworkflow/workflow_agent.py
CHANGED
|
@@ -295,6 +295,7 @@ def initialize_workflow_tool_agent(chat_session: fastworkflow.ChatSession, max_i
|
|
|
295
295
|
|
|
296
296
|
def execute_workflow_query(command: str) -> str:
|
|
297
297
|
"""
|
|
298
|
+
Takes just a single argument called 'command'.
|
|
298
299
|
Executes the command and returns either a response, or a clarification request.
|
|
299
300
|
Use the "what_can_i_do" tool to get details on available commands, including their names and parameters. Fyi, values in the 'examples' field are fake and for illustration purposes only.
|
|
300
301
|
Commands must be formatted using plain text for command name followed by XML tags enclosing parameter values (if any) as follows: command_name <param1_name>param1_value</param1_name> <param2_name>param2_value</param2_name> ...
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastworkflow
|
|
3
|
-
Version: 2.17.
|
|
3
|
+
Version: 2.17.12
|
|
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
|
|
@@ -176,10 +176,10 @@ fastworkflow/utils/react.py,sha256=eROhiG0TQACLqa-4aVQB36kr4KsnqqQTQjqQdMpImCs,1
|
|
|
176
176
|
fastworkflow/utils/signatures.py,sha256=uv1HxkVK8yzu6xt0ci8RUSgQW0Njaz22YuJVO_aNUEM,33393
|
|
177
177
|
fastworkflow/utils/startup_progress.py,sha256=9icSdnpFAxzIq0sUliGpNaH0Efvrt5lDtGfURV5BD98,3539
|
|
178
178
|
fastworkflow/workflow.py,sha256=37gn7e3ct-gdGw43zS6Ab_ADoJJBO4eJW2PywfUpjEg,18825
|
|
179
|
-
fastworkflow/workflow_agent.py,sha256
|
|
179
|
+
fastworkflow/workflow_agent.py,sha256=z7AhYjRiebstyZ8_LvYmvC3kz8wNrmMipWt5InnwVNY,20763
|
|
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.12.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
182
|
+
fastworkflow-2.17.12.dist-info/METADATA,sha256=qWwoIZ4Aok4nOOMewR9cP-JdHw0FWjbPJIp-E54BMV0,30635
|
|
183
|
+
fastworkflow-2.17.12.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
184
|
+
fastworkflow-2.17.12.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
|
|
185
|
+
fastworkflow-2.17.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|