dcisionai-workflow 1.0.0__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.
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: dcisionai-workflow
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: DcisionAI Workflow - Core optimization workflow engine with intent discovery, model generation, and business explanation
|
|
5
|
+
Project-URL: Homepage, https://dcisionai.com
|
|
6
|
+
Project-URL: Repository, https://github.com/ameydhavle/dcisionai-mcp-platform
|
|
7
|
+
Project-URL: Issues, https://github.com/ameydhavle/dcisionai-mcp-platform/issues
|
|
8
|
+
Project-URL: Documentation, https://github.com/ameydhavle/dcisionai-mcp-platform/blob/main/README.md
|
|
9
|
+
Author-email: Amey Dhavle <amey@dcisionai.com>
|
|
10
|
+
License: MIT
|
|
11
|
+
Keywords: ai,business-explanation,claude,intent-discovery,langgraph,llm,model-generation,optimization,workflow
|
|
12
|
+
Classifier: Development Status :: 4 - Beta
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Intended Audience :: Financial and Insurance Industry
|
|
15
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
16
|
+
Classifier: Operating System :: OS Independent
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
23
|
+
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
24
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
25
|
+
Requires-Python: >=3.10
|
|
26
|
+
Requires-Dist: aiohttp>=3.9.0
|
|
27
|
+
Requires-Dist: anthropic>=0.40.0
|
|
28
|
+
Requires-Dist: highspy>=1.7.0
|
|
29
|
+
Requires-Dist: httpx>=0.27.0
|
|
30
|
+
Requires-Dist: langchain-anthropic>=0.2.0
|
|
31
|
+
Requires-Dist: langchain-core>=0.3.0
|
|
32
|
+
Requires-Dist: langgraph>=0.2.0
|
|
33
|
+
Requires-Dist: neo4j>=5.0.0
|
|
34
|
+
Requires-Dist: numpy>=1.24.0
|
|
35
|
+
Requires-Dist: openai>=1.0.0
|
|
36
|
+
Requires-Dist: pandas>=2.0.0
|
|
37
|
+
Requires-Dist: pinecone-client>=3.0.0
|
|
38
|
+
Requires-Dist: pydantic>=2.0.0
|
|
39
|
+
Requires-Dist: python-dotenv>=1.0.0
|
|
40
|
+
Requires-Dist: redis>=5.0.0
|
|
41
|
+
Requires-Dist: scipy>=1.10.0
|
|
42
|
+
Requires-Dist: supabase>=2.0.0
|
|
43
|
+
Provides-Extra: dev
|
|
44
|
+
Requires-Dist: black>=23.0.0; extra == 'dev'
|
|
45
|
+
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
|
|
46
|
+
Requires-Dist: pytest>=7.0.0; extra == 'dev'
|