flowcept 0.9.4__py3-none-any.whl → 0.9.5__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.
- flowcept/agents/tools/in_memory_queries/in_memory_queries_tools.py +1 -1
- flowcept/version.py +1 -1
- {flowcept-0.9.4.dist-info → flowcept-0.9.5.dist-info}/METADATA +1 -1
- {flowcept-0.9.4.dist-info → flowcept-0.9.5.dist-info}/RECORD +8 -8
- resources/sample_settings.yaml +1 -1
- {flowcept-0.9.4.dist-info → flowcept-0.9.5.dist-info}/WHEEL +0 -0
- {flowcept-0.9.4.dist-info → flowcept-0.9.5.dist-info}/entry_points.txt +0 -0
- {flowcept-0.9.4.dist-info → flowcept-0.9.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -106,7 +106,7 @@ def run_df_query(llm, query: str, plot=False) -> ToolResult:
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
@mcp_flowcept.tool()
|
|
109
|
-
def generate_plot_code(llm, query, dynamic_schema, value_examples, df) -> ToolResult:
|
|
109
|
+
def generate_plot_code(llm, query, dynamic_schema, value_examples, df, custom_user_guidance=None) -> ToolResult:
|
|
110
110
|
"""
|
|
111
111
|
Generate DataFrame and plotting code from a natural language query using an LLM.
|
|
112
112
|
|
flowcept/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
flowcept/__init__.py,sha256=urpwIEJeikV0P6ORXKsM5Lq4o6wCwhySS9A487BYGy4,2241
|
|
2
2
|
flowcept/cli.py,sha256=eVnUrmZtVhZ1ldRMGB1QsqBzNC1Pf2CX33efnlaZ4gs,22842
|
|
3
3
|
flowcept/configs.py,sha256=xw9cdk-bDkR4_bV2jBkDCe9__na9LKJW5tUG32by-m4,8216
|
|
4
|
-
flowcept/version.py,sha256=
|
|
4
|
+
flowcept/version.py,sha256=2hRBMWlo4SA_Q4Cz31nromGvo87s639Hs8UicIe7bF0,306
|
|
5
5
|
flowcept/agents/__init__.py,sha256=8eeD2CiKBtHiDsWdrHK_UreIkKlTq4dUbhHDyzw372o,175
|
|
6
6
|
flowcept/agents/agent_client.py,sha256=UiBQkC9WE2weLZR2OTkEOEQt9-zqQOkPwRA17HfI-jk,2027
|
|
7
7
|
flowcept/agents/agents_utils.py,sha256=Az5lvWTsBHs_3sWWwy7jSdDjNn-PvZ7KmYd79wxvdyU,6666
|
|
@@ -20,7 +20,7 @@ flowcept/agents/prompts/in_memory_query_prompts.py,sha256=sVoZJEfNjPpqU8ruDhRoVF
|
|
|
20
20
|
flowcept/agents/tools/__init__.py,sha256=Xqz2E4-LL_7DDcm1XYJFx2f5RdAsjeTpOJb_DPC7xyc,27
|
|
21
21
|
flowcept/agents/tools/general_tools.py,sha256=xoZqNPD_eOnAsbdbo38opG7FEkQzzWq_7BoLGw055-Q,3207
|
|
22
22
|
flowcept/agents/tools/in_memory_queries/__init__.py,sha256=K8-JI_lXUgquKkgga8Nef8AntGg_logQtjjQjaEE7yI,39
|
|
23
|
-
flowcept/agents/tools/in_memory_queries/in_memory_queries_tools.py,sha256=
|
|
23
|
+
flowcept/agents/tools/in_memory_queries/in_memory_queries_tools.py,sha256=2kDmjz2cTN7q3eMjoTo4iruoyRTS0i370hSBYq2FZgA,25978
|
|
24
24
|
flowcept/agents/tools/in_memory_queries/pandas_agent_utils.py,sha256=147Yly6p9sU6kKCbfoyNMBm9zV-ptxGWjBaRV2s8OPo,9030
|
|
25
25
|
flowcept/analytics/__init__.py,sha256=46q-7vsHq_ddPNrzNnDgEOiRgvlx-5Ggu2ocyROMV0w,641
|
|
26
26
|
flowcept/analytics/analytics_utils.py,sha256=FRJdBtQa7Hrk2oR_FFhmhmMf3X6YyZ4nbH5RIYh7KL4,8753
|
|
@@ -93,9 +93,9 @@ flowcept/instrumentation/flowcept_loop.py,sha256=jea_hYPuXg5_nOWf-nNb4vx8A__OBM4
|
|
|
93
93
|
flowcept/instrumentation/flowcept_task.py,sha256=EmKODpjl8usNklKSVmsKYyCa6gC_QMqKhAr3DKaw44s,8199
|
|
94
94
|
flowcept/instrumentation/flowcept_torch.py,sha256=kkZQRYq6cDBpdBU6J39_4oKRVkhyF3ODlz8ydV5WGKw,23455
|
|
95
95
|
flowcept/instrumentation/task_capture.py,sha256=1g9EtLdqsTB0RHsF-eRmA2Xh9l_YqTd953d4v89IC24,8287
|
|
96
|
-
resources/sample_settings.yaml,sha256=
|
|
97
|
-
flowcept-0.9.
|
|
98
|
-
flowcept-0.9.
|
|
99
|
-
flowcept-0.9.
|
|
100
|
-
flowcept-0.9.
|
|
101
|
-
flowcept-0.9.
|
|
96
|
+
resources/sample_settings.yaml,sha256=AtbnYFEWPsdBQup6dkO54frw-xT-JE5hTZqBJlXR_ms,6756
|
|
97
|
+
flowcept-0.9.5.dist-info/METADATA,sha256=E13hEQUuwl--OL1n4tNVArw_HIxp1pHEC51lksiqetI,31581
|
|
98
|
+
flowcept-0.9.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
99
|
+
flowcept-0.9.5.dist-info/entry_points.txt,sha256=i8q67WE0201rVxYI2lyBtS52shvgl93x2Szp4q8zMlw,47
|
|
100
|
+
flowcept-0.9.5.dist-info/licenses/LICENSE,sha256=r5-2P6tFTuRGWT5TiX32s1y0tnp4cIqBEC1QjTaXe2k,1086
|
|
101
|
+
flowcept-0.9.5.dist-info/RECORD,,
|
resources/sample_settings.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
flowcept_version: 0.9.
|
|
1
|
+
flowcept_version: 0.9.5 # Version of the Flowcept package. This setting file is compatible with this version.
|
|
2
2
|
|
|
3
3
|
project:
|
|
4
4
|
debug: true # Toggle debug mode. This will add a property `debug: true` to all saved data, making it easier to retrieve/delete them later.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|