ApiLogicServer 14.5.0__py3-none-any.whl → 14.5.4__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.
Files changed (50) hide show
  1. api_logic_server_cli/add_cust/add_cust.py +7 -21
  2. api_logic_server_cli/api_logic_server.py +4 -2
  3. api_logic_server_cli/api_logic_server_info.yaml +2 -2
  4. api_logic_server_cli/create_from_model/__pycache__/dbml.cpython-312.pyc +0 -0
  5. api_logic_server_cli/create_from_model/__pycache__/ont_build.cpython-312.pyc +0 -0
  6. api_logic_server_cli/create_from_model/dbml.py +3 -0
  7. api_logic_server_cli/prototypes/basic_demo/customizations/api/api_discovery/{mcp_server_executor.py → mcp_discovery.py} +1 -43
  8. api_logic_server_cli/prototypes/basic_demo/customizations/config/server_setup.py +388 -0
  9. api_logic_server_cli/prototypes/basic_demo/customizations/database/system/SAFRSBaseX.py +139 -0
  10. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/.DS_Store +0 -0
  11. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/README_mcp.md +3 -1
  12. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/mcp_client_executor.py +144 -131
  13. api_logic_server_cli/prototypes/basic_demo/customizations/logic/declare_logic.py +22 -2
  14. api_logic_server_cli/prototypes/basic_demo/iteration/logic/declare_logic.py +1 -1
  15. api_logic_server_cli/prototypes/nw/logic/declare_logic.py +2 -2
  16. api_logic_server_cli/prototypes/nw_no_cust/.obsidian/app.json +1 -0
  17. api_logic_server_cli/prototypes/nw_no_cust/.obsidian/appearance.json +1 -0
  18. api_logic_server_cli/prototypes/nw_no_cust/.obsidian/core-plugins.json +31 -0
  19. api_logic_server_cli/prototypes/nw_no_cust/.obsidian/workspace.json +166 -0
  20. apilogicserver-14.5.4.dist-info/METADATA +168 -0
  21. {apilogicserver-14.5.0.dist-info → apilogicserver-14.5.4.dist-info}/RECORD +25 -43
  22. {apilogicserver-14.5.0.dist-info → apilogicserver-14.5.4.dist-info}/WHEEL +1 -1
  23. api_logic_server_cli/prototypes/basic_demo/customizations/api/api_discovery/proper_update_def.json +0 -71
  24. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/1_langchain_loader.py +0 -71
  25. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/2_gpt_mcp_prompt.txt +0 -19
  26. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/multi_mcp_flow/multi_mcp_flow.png +0 -0
  27. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/multi_mcp_flow/multi_mcp_orchestration.yaml +0 -49
  28. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/multi_mcp_flow/wny mcp flows.png +0 -0
  29. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/natlang_to_api.py +0 -73
  30. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/curl.txt +0 -5
  31. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/images/MCP Overview.png +0 -0
  32. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/images/MCP_Arch.png +0 -0
  33. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/images/MCP_Overview_Executor.png +0 -0
  34. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/invoke_llm/1 - prompt_messages_array.json +0 -10
  35. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/invoke_llm/2 - completion_tool_context.json +0 -12
  36. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/llm_schema.txt +0 -38
  37. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/nw_swagger_2.yaml +0 -17393
  38. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/nw_swagger_3.yaml +0 -16660
  39. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/nw_swagger_3_relaxed.yaml +0 -109
  40. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/proxy_server.py +0 -51
  41. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/proxy_serverZ.py +0 -72
  42. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/validate_jsonapi.py +0 -64
  43. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/run_executor.py +0 -23
  44. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/swagger_converter.py +0 -65
  45. api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/z_old/3_executor_test_agent.py +0 -52
  46. api_logic_server_cli/prototypes/manager/README_X.md +0 -663
  47. apilogicserver-14.5.0.dist-info/METADATA +0 -76
  48. {apilogicserver-14.5.0.dist-info → apilogicserver-14.5.4.dist-info}/entry_points.txt +0 -0
  49. {apilogicserver-14.5.0.dist-info → apilogicserver-14.5.4.dist-info}/licenses/LICENSE +0 -0
  50. {apilogicserver-14.5.0.dist-info → apilogicserver-14.5.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,166 @@
1
+ {
2
+ "main": {
3
+ "id": "286a834d839adefc",
4
+ "type": "split",
5
+ "children": [
6
+ {
7
+ "id": "dd6d74d8e8e2033a",
8
+ "type": "tabs",
9
+ "children": [
10
+ {
11
+ "id": "27459de4487926a5",
12
+ "type": "leaf",
13
+ "state": {
14
+ "type": "empty",
15
+ "state": {},
16
+ "icon": "lucide-file",
17
+ "title": "New tab"
18
+ }
19
+ }
20
+ ]
21
+ }
22
+ ],
23
+ "direction": "vertical"
24
+ },
25
+ "left": {
26
+ "id": "46df2b3e60483310",
27
+ "type": "split",
28
+ "children": [
29
+ {
30
+ "id": "b1e255effaa8b3c7",
31
+ "type": "tabs",
32
+ "children": [
33
+ {
34
+ "id": "5d955bc80fce9623",
35
+ "type": "leaf",
36
+ "state": {
37
+ "type": "file-explorer",
38
+ "state": {
39
+ "sortOrder": "alphabetical",
40
+ "autoReveal": false
41
+ },
42
+ "icon": "lucide-folder-closed",
43
+ "title": "Files"
44
+ }
45
+ },
46
+ {
47
+ "id": "28074419fd6a8eda",
48
+ "type": "leaf",
49
+ "state": {
50
+ "type": "search",
51
+ "state": {
52
+ "query": "",
53
+ "matchingCase": false,
54
+ "explainSearch": false,
55
+ "collapseAll": false,
56
+ "extraContext": false,
57
+ "sortOrder": "alphabetical"
58
+ },
59
+ "icon": "lucide-search",
60
+ "title": "Search"
61
+ }
62
+ },
63
+ {
64
+ "id": "17e52ebf5918c581",
65
+ "type": "leaf",
66
+ "state": {
67
+ "type": "bookmarks",
68
+ "state": {},
69
+ "icon": "lucide-bookmark",
70
+ "title": "Bookmarks"
71
+ }
72
+ }
73
+ ]
74
+ }
75
+ ],
76
+ "direction": "horizontal",
77
+ "width": 300
78
+ },
79
+ "right": {
80
+ "id": "4089a9f1f65dc943",
81
+ "type": "split",
82
+ "children": [
83
+ {
84
+ "id": "55c5ab028d9835b4",
85
+ "type": "tabs",
86
+ "children": [
87
+ {
88
+ "id": "4b91ab7bf798a851",
89
+ "type": "leaf",
90
+ "state": {
91
+ "type": "backlink",
92
+ "state": {
93
+ "collapseAll": false,
94
+ "extraContext": false,
95
+ "sortOrder": "alphabetical",
96
+ "showSearch": false,
97
+ "searchQuery": "",
98
+ "backlinkCollapsed": false,
99
+ "unlinkedCollapsed": true
100
+ },
101
+ "icon": "links-coming-in",
102
+ "title": "Backlinks"
103
+ }
104
+ },
105
+ {
106
+ "id": "990860d64994582e",
107
+ "type": "leaf",
108
+ "state": {
109
+ "type": "outgoing-link",
110
+ "state": {
111
+ "linksCollapsed": false,
112
+ "unlinkedCollapsed": true
113
+ },
114
+ "icon": "links-going-out",
115
+ "title": "Outgoing links"
116
+ }
117
+ },
118
+ {
119
+ "id": "320704f56a6b4c3e",
120
+ "type": "leaf",
121
+ "state": {
122
+ "type": "tag",
123
+ "state": {
124
+ "sortOrder": "frequency",
125
+ "useHierarchy": true,
126
+ "showSearch": false,
127
+ "searchQuery": ""
128
+ },
129
+ "icon": "lucide-tags",
130
+ "title": "Tags"
131
+ }
132
+ },
133
+ {
134
+ "id": "2abbfb3e874500e0",
135
+ "type": "leaf",
136
+ "state": {
137
+ "type": "outline",
138
+ "state": {
139
+ "followCursor": false,
140
+ "showSearch": false,
141
+ "searchQuery": ""
142
+ },
143
+ "icon": "lucide-list",
144
+ "title": "Outline"
145
+ }
146
+ }
147
+ ]
148
+ }
149
+ ],
150
+ "direction": "horizontal",
151
+ "width": 300,
152
+ "collapsed": true
153
+ },
154
+ "left-ribbon": {
155
+ "hiddenItems": {
156
+ "switcher:Open quick switcher": false,
157
+ "graph:Open graph view": false,
158
+ "canvas:Create new canvas": false,
159
+ "daily-notes:Open today's daily note": false,
160
+ "templates:Insert template": false,
161
+ "command-palette:Open command palette": false
162
+ }
163
+ },
164
+ "active": "27459de4487926a5",
165
+ "lastOpenFiles": []
166
+ }
@@ -0,0 +1,168 @@
1
+ Metadata-Version: 2.4
2
+ Name: ApiLogicServer
3
+ Version: 14.5.4
4
+ Author-email: Val Huber <apilogicserver@gmail.com>
5
+ License: BSD-3-Clause
6
+ Project-URL: Homepage, https://www.genai-logic.com
7
+ Project-URL: Docs, https://apilogicserver.github.io/Docs/Doc-Home/
8
+ Project-URL: Source, https://github.com/ApiLogicServer/ApiLogicServer-src
9
+ Project-URL: Issues, https://github.com/ApiLogicServer/ApiLogicServer-src/issues
10
+ Keywords: Flask,SQLAlchemy,Rules,WebApp,Microservice,ReactAdmin,Angular
11
+ Classifier: Development Status :: 5 - Production/Stable
12
+ Classifier: Environment :: Web Environment
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: BSD License
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
22
+ Requires-Python: >=3.10
23
+ Description-Content-Type: text/markdown
24
+ License-File: LICENSE
25
+ Requires-Dist: PyJWT==2.6.0
26
+ Requires-Dist: python-dateutil==2.8.2
27
+ Requires-Dist: SQLAlchemy-Utils==0.38.2
28
+ Requires-Dist: logicbankutils==0.6.0
29
+ Requires-Dist: inflect==5.0.2
30
+ Requires-Dist: inflection==0.5.1
31
+ Requires-Dist: Flask==2.3.2
32
+ Requires-Dist: Flask-Cors==3.0.10
33
+ Requires-Dist: Flask-RESTful>=0.3.9
34
+ Requires-Dist: flask-restful-swagger-2>=0.35
35
+ Requires-Dist: Flask-SQLAlchemy==3.0.3
36
+ Requires-Dist: flask-swagger-ui>=4.11.1
37
+ Requires-Dist: flask_bcrypt==1.0.1
38
+ Requires-Dist: itsdangerous==2.1.2
39
+ Requires-Dist: Jinja2==3.1.5
40
+ Requires-Dist: MarkupSafe==2.1.3
41
+ Requires-Dist: six==1.16.0
42
+ Requires-Dist: SQLAlchemy==2.0.15
43
+ Requires-Dist: Werkzeug==2.3.3
44
+ Requires-Dist: safrs>=3.1.7
45
+ Requires-Dist: Flask-Admin==1.5.7
46
+ Requires-Dist: Flask-JWT-Extended==4.4.4
47
+ Requires-Dist: Flask-Login==0.6.2
48
+ Requires-Dist: Flask-OpenID==1.3.0
49
+ Requires-Dist: python-dotenv==0.15.0
50
+ Requires-Dist: email-validator==1.1.1
51
+ Requires-Dist: LogicBank>=1.20.26
52
+ Requires-Dist: cryptography==36.0.1
53
+ Requires-Dist: rsa
54
+ Requires-Dist: PyMySQL==1.0.3
55
+ Requires-Dist: oracledb==2.1.2
56
+ Requires-Dist: requests==2.31.0
57
+ Requires-Dist: gunicorn==20.1.0
58
+ Requires-Dist: psycopg2-binary==2.9.9
59
+ Requires-Dist: dotmap==1.3.25
60
+ Requires-Dist: WTForms==2.3.3
61
+ Requires-Dist: behave==1.2.6
62
+ Requires-Dist: alembic==1.7.7
63
+ Requires-Dist: python-ulid==2.7.0
64
+ Requires-Dist: psutil==6.0.0
65
+ Requires-Dist: pandas==2.2.2
66
+ Requires-Dist: openpyxl==3.1.5
67
+ Requires-Dist: GeoAlchemy2==0.12.5
68
+ Requires-Dist: confluent-kafka==2.3.0
69
+ Requires-Dist: translate==3.6.1
70
+ Requires-Dist: libretranslatepy==2.1.1
71
+ Requires-Dist: reportlab==4.2.0
72
+ Requires-Dist: xlsxwriter==3.2.0
73
+ Requires-Dist: natsort==8.4.0
74
+ Requires-Dist: astor==0.8.1
75
+ Requires-Dist: colorama==0.4.6
76
+ Requires-Dist: openai==1.55.3
77
+ Dynamic: license-file
78
+
79
+ [![Downloads](https://pepy.tech/badge/apilogicserver)](https://pepy.tech/project/apilogicserver)
80
+ [![Latest Version](https://img.shields.io/pypi/v/apilogicserver.svg)](https://pypi.python.org/pypi/apilogicserver/)
81
+ [![Supported Python versions](https://img.shields.io/pypi/pyversions/apilogicserver.svg)](https://pypi.python.org/pypi/apilogicserver/)
82
+
83
+ &nbsp;
84
+
85
+ # TL;DR
86
+
87
+ Create an executable project (API and Admin App) from a database or natural language prompt with 1 command, customize with declarative rules and Python in your IDE, containerize and deploy.
88
+
89
+ &nbsp;
90
+
91
+ <details markdown>
92
+
93
+ <summary>Video Overview (4 min)</summary>
94
+
95
+ &nbsp;
96
+
97
+ See how **Microservice Automation** creates and runs a microservice - a multi-page app, and an API.
98
+
99
+ * Here is a microservice -- api and admin app -- **created / running in 5 seconds**
100
+
101
+ * It would be similar for your databases
102
+
103
+ * Then, customize in your IDE with Python and **Logic Automation:** spreadsheet-like rules
104
+
105
+ [![GenAI Automation](https://raw.githubusercontent.com/ApiLogicServer/Docs/main/docs/images/sample-ai/copilot/genai-automation-video.png)](https://www.youtube.com/watch?v=7I33Fa9Ulos "Microservice Automation")
106
+
107
+ </details>
108
+
109
+ &nbsp;
110
+
111
+ # Quickstart
112
+
113
+ If you have a supported Python (version 3.10 - 3.12), install is standard, typically:
114
+
115
+ ```bash title="Install API Logic Server in a Virtual Environment"
116
+ python3 -m venv venv # windows: python -m venv venv
117
+ source venv/bin/activate # windows: venv\Scripts\activate
118
+ python -m pip install ApiLogicServer
119
+ ```
120
+
121
+ <br>Now, verify it's working - open the Project Manager for instructions (readme), and run the demo:
122
+
123
+ ```bash title="Start Manager"
124
+ ApiLogicServer start
125
+ ```
126
+
127
+ Find the [user documentation here](https://apilogicserver.github.io/Docs/). Use this for normal installation, to create and customize API Logic Projects.
128
+
129
+ To install the ***dev*** version, [see here](https://apilogicserver.github.io/Docs/Architecture-Internals). This installs the source of API Logic Server, so you can explore or extend it.
130
+
131
+ &nbsp;
132
+
133
+ # Welcome to API Logic Server
134
+
135
+ For Developers and their organizations seeking to **increase business agility,**
136
+
137
+ API Logic Server provides ***Microservice Automation:*** create executable projects with 1 command:
138
+
139
+ 1. ***API Automation:*** crud for each table, with pagination, optimistic locking, filtering and sorting, and
140
+
141
+ 2. ***App Automation:*** a multi-page, multi-table Admin App. <br>
142
+
143
+ **Customize in your IDE:** use standard tools (Python, Flask, SQLAlchemy, GitHub and Docker), plus<br>
144
+
145
+ 3. ***Logic Automation:*** unique **rules - 40X** more concise multi-table derivations and constraints.
146
+
147
+ Unlike frameworks, weeks-to-months of complex development is no longer necessary. <br>
148
+ API Logic Server provides unique automation **for instant integrations and app backends**.
149
+
150
+
151
+ &nbsp;
152
+
153
+ For more information, including install procedures, [please see the docs](https://apilogicserver.github.io/Docs/).
154
+
155
+ &nbsp;
156
+
157
+ ### Making Contributions
158
+
159
+ This is an open source project. We are open to suggestions. Some of our ideas include:
160
+
161
+ | Component | Provides | Consider Adding |
162
+ |:---------------------------|:-----------------|:-------------------------------------------------------------------------------|
163
+ | 1. JSON:**API** and Swagger | API Execution | Serverless, Kubernetes |
164
+ | 2. Transactional **Logic** | Rule Enforcement | Recompute Derivations |
165
+ | 3. This project | API Logic Project Creation | General support - see issues |
166
+ | 3. GenAI | Web version | Create projects with logic |
167
+
168
+ &nbsp;
@@ -1,19 +1,19 @@
1
1
  api_logic_server_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- api_logic_server_cli/api_logic_server.py,sha256=66uqGCK9NnbKfJQgUSw-QXZpRZVx2809Jxvh4f2k0xY,103201
3
- api_logic_server_cli/api_logic_server_info.yaml,sha256=d-QJp6ArXrxRp4fi-G2IaNJNzI5exp59VcZmidbrGIo,127
2
+ api_logic_server_cli/api_logic_server.py,sha256=OHqr-j3QJ8Tb1EoZ7VsVC2vaDBdHB0dE9HTm38k4syk,103459
3
+ api_logic_server_cli/api_logic_server_info.yaml,sha256=IvDL2v5t7-wMjc9LnmowvQ-HYvLcY0WAmYNmMp3WfIg,127
4
4
  api_logic_server_cli/cli.py,sha256=AT1cWszOygHWIbpxDoXFhaTeSai3Tf5SbGoXvN4h510,83134
5
5
  api_logic_server_cli/cli_args_base.py,sha256=lr27KkOB7_WpZwTs7LgiK8LKDIHMKQkoZCTnE99BFxw,3280
6
6
  api_logic_server_cli/cli_args_project.py,sha256=I5no_fGRV_ZsK3SuttVDAaQYI4Q5zCjx6LojGkM024w,4645
7
7
  api_logic_server_cli/extended_builder.py,sha256=EhtXGAt_RrDR2tCtgvc2U82we7fr-F6pP-e6HS6dQWQ,13867
8
8
  api_logic_server_cli/logging.yml,sha256=isWhKviFwJwYgjIUejfhUxcMli2zEbZeQbEvVhNk_4Y,1812
9
9
  api_logic_server_cli/manager.py,sha256=ITvz4DXt3PAW5Z5wmeKOWKPBnWHl-E7c_tElrx6QADM,10867
10
- api_logic_server_cli/add_cust/add_cust.py,sha256=k-DpD7JqQ3gj4Mlhsdjl-L8jTNqJ3M7VMl1-K1jDh5Q,13928
10
+ api_logic_server_cli/add_cust/add_cust.py,sha256=aVadUVtKyNuWNbPjTcP1AEeavTQEVkZpOYyFBAGjjvw,13330
11
11
  api_logic_server_cli/create_from_model/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
12
12
  api_logic_server_cli/create_from_model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  api_logic_server_cli/create_from_model/api_expose_api_models_creator.py,sha256=V-u3Hm404doztw66YuD2A043RCFmtw5QF5tMioC_1b0,7900
14
14
  api_logic_server_cli/create_from_model/api_logic_server_utils.py,sha256=64rPLahX-FUu_1AhZlpHf4ljjWnQsYP0g-Ikhjd5pO8,25863
15
15
  api_logic_server_cli/create_from_model/create_db_from_model.py,sha256=2H7slGnk39XOSnvL7vxrg6Ewx4bxeBJBgLo8fcXHTB4,4382
16
- api_logic_server_cli/create_from_model/dbml.py,sha256=fuNWpoRXh1V9VznUM4gLO6Wrs4Ul5jnta7cXMzrdnzI,10971
16
+ api_logic_server_cli/create_from_model/dbml.py,sha256=mNI0ga6e9paPOodt1Ora5wKOuOQT4-yPaECnud-9WGc,11520
17
17
  api_logic_server_cli/create_from_model/meta_model.py,sha256=ERf7tSgnSJSeRMVyggkdg-lvORQZSbfK0KMpL63qSEY,5837
18
18
  api_logic_server_cli/create_from_model/model_creation_services.py,sha256=B86ljgUR98H_dCaxqiw-flrbvc05-XXtkC5It2BSezs,41479
19
19
  api_logic_server_cli/create_from_model/ont_build.py,sha256=5BcmM0xW-0vjr9J_u1o0_3joLfKhcLeDWP31dcy5dzI,67028
@@ -24,10 +24,10 @@ api_logic_server_cli/create_from_model/__pycache__/__init__.cpython-312.pyc,sha2
24
24
  api_logic_server_cli/create_from_model/__pycache__/api_expose_api_models_creator.cpython-312.pyc,sha256=3wtCiVHOjOgIonZOgnCsF2p01zcXIapx1_Tq2LwzY6Q,6989
25
25
  api_logic_server_cli/create_from_model/__pycache__/api_logic_server_utils.cpython-312.pyc,sha256=oaOOqBJogGZdW5nVn93zqOY552sumaX5fGANDN42eCQ,26691
26
26
  api_logic_server_cli/create_from_model/__pycache__/create_db_from_model.cpython-312.pyc,sha256=5eE8pIEa-OoUOk0xn_b78cCc9dSmxjTMn3HGJbxbFY4,4799
27
- api_logic_server_cli/create_from_model/__pycache__/dbml.cpython-312.pyc,sha256=iPEPjHB7iSsSI5eAooWKp75ApOw-iN-MFJRpt0jGkZs,11925
27
+ api_logic_server_cli/create_from_model/__pycache__/dbml.cpython-312.pyc,sha256=MBYbBeyx-uApkD5Nyz1NDWdRoH6QDuEjvKDMaEiGCz4,12418
28
28
  api_logic_server_cli/create_from_model/__pycache__/meta_model.cpython-312.pyc,sha256=BH5Cflj8YKf0CVkHpIZ_3eBbHXhwIWbwsrzM7DsEikE,7098
29
29
  api_logic_server_cli/create_from_model/__pycache__/model_creation_services.cpython-312.pyc,sha256=_pJPTvkJL22Eu1BWM48VfXcyapD366OnXBqHGn-wtO0,36462
30
- api_logic_server_cli/create_from_model/__pycache__/ont_build.cpython-312.pyc,sha256=Xk4WiwbBTGbnGEFaGmxZ0WWGaitoNZBHj3fPDxQwxUI,74078
30
+ api_logic_server_cli/create_from_model/__pycache__/ont_build.cpython-312.pyc,sha256=Hni6k7GidAkkz-YO2kvmQOMYdCdCWvGWxX3HIPjj1eE,75285
31
31
  api_logic_server_cli/create_from_model/__pycache__/ont_create.cpython-312.pyc,sha256=wfaUqOrOUmCWGJlwz0HtN-wBckqp8w1nh4SrW2WHUnM,16283
32
32
  api_logic_server_cli/create_from_model/__pycache__/ui_admin_creator.cpython-312.pyc,sha256=7lvvAHZDgxZcQWdf9oY4I8wyWPNZAv2leuVMsYmaNWY,38389
33
33
  api_logic_server_cli/create_from_model/__pycache__/uri_info.cpython-312.pyc,sha256=oXtt-zINPCIGtb1xpwtaHwUQPt4AYo8tkIlN0Fe5EkI,2718
@@ -691,40 +691,19 @@ api_logic_server_cli/prototypes/base/venv_setup/venv.ps1,sha256=_-LfKkLw5HOkZsF5
691
691
  api_logic_server_cli/prototypes/base/venv_setup/venv.sh,sha256=aWX9fa8fe6aO9ifBIZEgGY5UGh4I0arOoCwBzDsxgU8,893
692
692
  api_logic_server_cli/prototypes/basic_demo/README.md,sha256=COAWgXJGu0Xn6BHTeLyn9I39xcYHCKBslix7L2Xrodw,13487
693
693
  api_logic_server_cli/prototypes/basic_demo/customizations/api/.DS_Store,sha256=6F7pphfwiMhILhl_J6yVhDZFYXmar5V92iLCzSkfnyA,6148
694
- api_logic_server_cli/prototypes/basic_demo/customizations/api/api_discovery/mcp_server_executor.py,sha256=1tHuLToAJFCtJ7pb2H1sy8h3jQ_fALr0NPDA8CjrFDw,5552
694
+ api_logic_server_cli/prototypes/basic_demo/customizations/api/api_discovery/mcp_discovery.py,sha256=mj9TCcijmjpkEE1MyCy-pWF4W5YZqgwuzPE_I-OgEuM,3738
695
695
  api_logic_server_cli/prototypes/basic_demo/customizations/api/api_discovery/openapi.py,sha256=kLQ7Fn1J7tzuNJHBXF2AiwtzvQ-0JxJ6z-MfFryAtLk,3887
696
- api_logic_server_cli/prototypes/basic_demo/customizations/api/api_discovery/proper_update_def.json,sha256=3wHSQ-uo3Qf0WVVMT3gA59B7OyOfQ4wPMHGzUTji3VM,1924
697
696
  api_logic_server_cli/prototypes/basic_demo/customizations/config/default.env,sha256=-rjXJrjR4vjMr9YCVYVchaJw7qMBlbvQ3KfR_wri_XM,412
697
+ api_logic_server_cli/prototypes/basic_demo/customizations/config/server_setup.py,sha256=bV48ou0jSEm2o5yhTVgms1w7rqU9Ccf_2yfZip3ivJk,15441
698
698
  api_logic_server_cli/prototypes/basic_demo/customizations/database/db.sqlite,sha256=VAhzjdz9_LTQNE6lVprZuliyHBGjQOggulM099cinSQ,24576
699
699
  api_logic_server_cli/prototypes/basic_demo/customizations/database/models.py,sha256=Hi4m_ivLPE3i2HNfC-rXEADE_toWBHcLelYAQBzV_oA,4499
700
+ api_logic_server_cli/prototypes/basic_demo/customizations/database/system/SAFRSBaseX.py,sha256=RbYTrB5X-WvsqXQRjl0gk4KvUziRLU7hbljlIzd_N3g,5377
700
701
  api_logic_server_cli/prototypes/basic_demo/customizations/integration/.DS_Store,sha256=nfyHG63vXNerWIrSwk76tTujqqB25mRZZZ04VJmxlCQ,6148
701
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/.DS_Store,sha256=HB6pvj-RSv9lpbdgc3AhOlu0XPC2iqu9kdAc0Wuxulk,6148
702
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/1_langchain_loader.py,sha256=GomQ06dJoe7j_-hy7Tlansf1cLEiIHwUshNm6w7te28,2431
703
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/2_gpt_mcp_prompt.txt,sha256=Tx9KWAgsLOyPSPnCI_wp-17vaFL9wGPGzmju4UJKH74,560
704
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/README_mcp.md,sha256=Fias_SyKSzIPso5kKAJZAj2-N7fzzKxCEBhTVxNUeqE,938
705
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/mcp_client_executor.py,sha256=yn4gXpgZdrtPyKttOtYA3oea7WyiTZSxJbhYYpZHCrU,12179
702
+ api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
703
+ api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/README_mcp.md,sha256=ZXLgtvqQCcGouxFE_7pu6OA3Qu1Qm3Jh-gcQxuFKb_w,1216
704
+ api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/mcp_client_executor.py,sha256=xvjsT90ADAE3CgH6rRkIudl6n1dLzIQ92y7VyDQjKhg,12906
706
705
  api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/mcp_schema.txt,sha256=qmov7e0NdYiQTCxNJU2xzxf9HnYeXFej-c8GSB-y6MM,1143
707
706
  api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/mcp_server_discovery.json,sha256=TUyInb67AWoGw7XFE9iDZxmM8UEID-ahQmdmzpF9AmQ,188
708
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/natlang_to_api.py,sha256=7WEiH9MUe5hkmbCpx0KoEie-7VOsZJYLVukdvrNy2ck,2121
709
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/run_executor.py,sha256=SI9j1UvUS6Kq3Q20DACR-2dfRUZ9JgKYblRU3fAY0dE,489
710
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/swagger_converter.py,sha256=knhpXXBxT64vsDtsJ0TKztquElbOn7vNREFDocBJzXc,2067
711
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/multi_mcp_flow/multi_mcp_flow.png,sha256=GdFqe957YCWdwrHpOrT7iz_t0k8v3Dwp2IEoPJq8V5E,117701
712
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/multi_mcp_flow/multi_mcp_orchestration.yaml,sha256=JjWOCesi5PUAXYuwBDTjt7OR7qWmginj-N2C-8fqboU,1432
713
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/multi_mcp_flow/wny mcp flows.png,sha256=Zr2-fo-yaWjbmlcCNuhVjFO24aQO8Fo81P6xU5Ork0w,450429
714
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/curl.txt,sha256=V4FlbbG3_zXt8DCGLdE6OCu5FVuh5w06wyJE-ybXBnY,175
715
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/llm_schema.txt,sha256=NBhkTOSZh4oe4rR8eid6GzIRmHM1rjXb0Br5_n3Upuc,921
716
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/nw_swagger_2.yaml,sha256=qP89VLCQbfYkquXOWffdDKcM331AynxO0H6Nm5DNF9I,690268
717
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/nw_swagger_3.yaml,sha256=dGTlpgsNgS1N2eOu2glBtwayUmAeqCuqV_ToZnH7Y_M,482190
718
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/nw_swagger_3_relaxed.yaml,sha256=nFwUpTNb0NlJw1WIdCMeJuNHJcPMOzjtlEM-pbaUuUE,3653
719
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/proxy_server.py,sha256=9worE-VcGUOP_4BchqooQXmhtEJn2JU03Av1EFWxfLE,1785
720
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/proxy_serverZ.py,sha256=QKU9dZn6rg2VHC1x4YpaO5ZCCKwbXDd83fSq7wfePOg,2264
721
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/validate_jsonapi.py,sha256=o_WichQ2Xqft8W95mn67yETwgTUEZEKeSr2sLwqtoM0,2309
722
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/images/MCP Overview.png,sha256=dWIfJk9WG9Wz487Y7dgqxCiTiSI9Lx92JcB863o8yEA,1433329
723
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/images/MCP_Arch.png,sha256=1Qr7S1EF3C-rfj-TF4z3YHb0b-FPXPY82hYf1Kf6vJw,1342013
724
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/images/MCP_Overview_Executor.png,sha256=dwge9Zy-exnSDBAKt194P9mHaNS2Nvxqmr5iP1UiPbg,1330369
725
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/invoke_llm/1 - prompt_messages_array.json,sha256=E5Q0saEGGs-0OdhLDBaoL2D9mycm8WP_rciFEEMzNZM,1739
726
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/resources/invoke_llm/2 - completion_tool_context.json,sha256=U_s7-57G4S07nnJNm6_loBNflWw47_LddFjQaCT60Tg,279
727
- api_logic_server_cli/prototypes/basic_demo/customizations/integration/mcp/z_old/3_executor_test_agent.py,sha256=vH-3wJvQE99LDt9ID3wWtVw1EOv8yJJNipPGgYINAus,1251
728
707
  api_logic_server_cli/prototypes/basic_demo/customizations/integration/openai_function/3_executor_test_agent.py,sha256=vH-3wJvQE99LDt9ID3wWtVw1EOv8yJJNipPGgYINAus,1251
729
708
  api_logic_server_cli/prototypes/basic_demo/customizations/integration/openai_function/README_functon.md,sha256=h-GPxsEy3wUnX4IcGzH8faBNrDvdV71btmhYq6J6zkY,6639
730
709
  api_logic_server_cli/prototypes/basic_demo/customizations/integration/openai_function/ai_plugin.json,sha256=-TcpPnKT6OESE4U97Sah9tCjaqMOlWY5fnKtjGO7vYM,561
@@ -735,7 +714,7 @@ api_logic_server_cli/prototypes/basic_demo/customizations/integration/openai_fun
735
714
  api_logic_server_cli/prototypes/basic_demo/customizations/integration/openai_function/swagger_3_genai_demo.json,sha256=EnHZqaqlcSiAeLXpX3c3L_PCQcWCPdD3eKiEwzDU-0g,6024
736
715
  api_logic_server_cli/prototypes/basic_demo/customizations/integration/openai_function/swagger_3_genai_demo_with_update.json,sha256=arGkv02-QYkGp20l3o88kijV4XOdMi2HsxraVWhGd54,49478
737
716
  api_logic_server_cli/prototypes/basic_demo/customizations/logic/cocktail-napkin.jpg,sha256=5rNSy6wvcWSHPJQZqkf2DHs19QLWiyqMBNwxGqjstZU,133075
738
- api_logic_server_cli/prototypes/basic_demo/customizations/logic/declare_logic.py,sha256=K_giXgDoi7C9ePIBVe0mCBLsOSUBL3JlroY11XRVGPY,4541
717
+ api_logic_server_cli/prototypes/basic_demo/customizations/logic/declare_logic.py,sha256=ZbYzcIMXoZV3dsofZoWibsz5iSUtk-cPHZnZT7if4fg,5348
739
718
  api_logic_server_cli/prototypes/basic_demo/customizations/security/declare_security.py,sha256=gbdH29cPY656lgROPm_w20Q-g6AhlIMES3wiIrqBTdk,2439
740
719
  api_logic_server_cli/prototypes/basic_demo/customizations/ui/admin/admin.yaml,sha256=DWU-kbGAMbI1NBeK4MIgwGg7DRRNVDNr1vezWDzHoFk,3425
741
720
  api_logic_server_cli/prototypes/basic_demo/iteration/api/api_discovery/order_b2b.py,sha256=hg9Bsz0_t-RjO9rFcW-YH3y26kq4IY5dd9FfVoYxB4w,3176
@@ -743,7 +722,7 @@ api_logic_server_cli/prototypes/basic_demo/iteration/database/db.sqlite,sha256=u
743
722
  api_logic_server_cli/prototypes/basic_demo/iteration/docs/er_diagram.png,sha256=-3aSv9ay7XeFqGU-cygRz5T5eYhY627BYmA6GXdUYH0,161072
744
723
  api_logic_server_cli/prototypes/basic_demo/iteration/integration/row_dict_maps/OrderB2B.py,sha256=MGNSSOpqfHPaK8Yjm-h_x8ki-Uu_yU73C1l8ZXRipCo,1282
745
724
  api_logic_server_cli/prototypes/basic_demo/iteration/integration/row_dict_maps/OrderShipping.py,sha256=pzrK57C1ppUUcSBVNICXGujsf9p1ZTRq0bpKacgcrV0,1213
746
- api_logic_server_cli/prototypes/basic_demo/iteration/logic/declare_logic.py,sha256=nsHZdK4PQ2xifAI0atGCZUUiilSZ2-iHWp2_mE7RpW8,6502
725
+ api_logic_server_cli/prototypes/basic_demo/iteration/logic/declare_logic.py,sha256=Jnqt0j2Yu8ev1Pi9T3rogumuGn2sR4Q4QyWeUIunG28,6501
747
726
  api_logic_server_cli/prototypes/basic_demo/iteration/ui/admin/admin.yaml,sha256=zN1dtWgBYKqY2D7v173CGUs9n0T4-GjHmDYk0XJ4uvE,4220
748
727
  api_logic_server_cli/prototypes/classicmodels/devops/docker-compose-dev-azure/docker-compose-dev-azure.yml,sha256=5qrlCzViJcYZ9uhWGBCJmnexi7bwQaYzQKMqGCnRzS0,1389
749
728
  api_logic_server_cli/prototypes/classicmodels/devops/docker-compose-dev-local/docker-compose-dev-local.yml,sha256=WJu3CKusT1wju6CubOKi6T1pW3pbE8JrZraGTpC6HTY,1439
@@ -782,7 +761,6 @@ api_logic_server_cli/prototypes/genai_demo/security/declare_security.py,sha256=L
782
761
  api_logic_server_cli/prototypes/genai_demo/ui/admin/admin.yaml,sha256=vMpr6to6g-h9gSuhxfpTeDMw5_R_eUKbV7qXzMEvIyk,3446
783
762
  api_logic_server_cli/prototypes/manager/.gitignore,sha256=xfAjNQHokbo6GuN1ghx-eml8tQIzwUczLC_YVzElndI,195
784
763
  api_logic_server_cli/prototypes/manager/README.md,sha256=Z5lIaqu27J_pwX40fZdw3sIBwgbH3H6RegIMvJnZoKc,23265
785
- api_logic_server_cli/prototypes/manager/README_X.md,sha256=Jh8BSH47xVf6Y2SYiUmb__aA6OOwX20Bw3mKVA5F83k,23060
786
764
  api_logic_server_cli/prototypes/manager/run_sample.sh,sha256=eRA-p_Snr7Pwk14wUw5mja2usEcjAKisHVhHMeSaQ68,781
787
765
  api_logic_server_cli/prototypes/manager/run_web_genai.sh,sha256=sgjB3vKhkao93Ny3VN0AQ-wonvdBcBIT3rTbyNTMoG8,136
788
766
  api_logic_server_cli/prototypes/manager/settings.txt,sha256=_jjL30jomIMxG21edDfrXYRT9Zfgr_0EdUWvcEUOnFQ,368
@@ -5759,7 +5737,7 @@ api_logic_server_cli/prototypes/nw/integration/row_dict_maps/Customer_Orders.py,
5759
5737
  api_logic_server_cli/prototypes/nw/integration/row_dict_maps/OrderB2B.py,sha256=NIz7XzuCLZK8JMqEZYfkJM5MOW1OU-NwBJheGgTrmkM,1392
5760
5738
  api_logic_server_cli/prototypes/nw/integration/row_dict_maps/OrderById.py,sha256=2i2_jtq_o5vCThQq8fLLHy6WlcTPFb6aVO6YXdvoyrs,1102
5761
5739
  api_logic_server_cli/prototypes/nw/integration/row_dict_maps/OrderShipping.py,sha256=K0K9ZDQ4kI_Kuw5_-Oby1oXlzgdb6PIluoYOtqm0axg,1438
5762
- api_logic_server_cli/prototypes/nw/logic/declare_logic.py,sha256=BFOk-ybMJDesjaHvmQOH5f9C0KajzFMQ_Utm6FRC2Uc,15771
5740
+ api_logic_server_cli/prototypes/nw/logic/declare_logic.py,sha256=UQuUBBYNfHz-FhEqB00FevGQnL8wYwRoqeucASP9Twg,15803
5763
5741
  api_logic_server_cli/prototypes/nw/logic/logic_discovery/integration.py,sha256=Hfm5wNI0aD9un3-lsB2hp4Rh3l3NM68NIIZ5hkQeQ5E,4101
5764
5742
  api_logic_server_cli/prototypes/nw/logic/logic_discovery/simple_constraints.py,sha256=RxvO6AVmS9xoMGzWZ89HVE8kU22_qnNDPLxn3BZqAIw,1279
5765
5743
  api_logic_server_cli/prototypes/nw/logic/logic_discovery/workflow_integration.pyZZ,sha256=XQacPVIKDKdYHgSaQ8IHp__DI2tZyNBr9qokEc6j0ws,2425
@@ -5820,6 +5798,10 @@ api_logic_server_cli/prototypes/nw/ui/images/Employee/leverling.jpg,sha256=w02cB
5820
5798
  api_logic_server_cli/prototypes/nw/ui/images/Employee/peacock.jpg,sha256=UIfxEKOKruPKNW0w17bMebIaUsa1nD2vSVfFTk7uaCs,3862
5821
5799
  api_logic_server_cli/prototypes/nw/ui/images/Employee/suyama.jpg,sha256=bp0xCJ-8EqQp_B7uR4glL6fVGxVlS10d5IHLNdw7rcA,4375
5822
5800
  api_logic_server_cli/prototypes/nw_no_cust/Tutorial.md,sha256=0reZHh31_29OiDoq2YjgcZBh7bFNF60TEjVG-cUzoZ8,16724
5801
+ api_logic_server_cli/prototypes/nw_no_cust/.obsidian/app.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
5802
+ api_logic_server_cli/prototypes/nw_no_cust/.obsidian/appearance.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
5803
+ api_logic_server_cli/prototypes/nw_no_cust/.obsidian/core-plugins.json,sha256=-gH_6-0rhC1vn834F9R2EUN5BDBQ29fKnMrmjRTLlwo,658
5804
+ api_logic_server_cli/prototypes/nw_no_cust/.obsidian/workspace.json,sha256=PAWIsWV7kHmW5geXxnwuvdSV4R67O9W3j9shZGnxEmA,4244
5823
5805
  api_logic_server_cli/prototypes/nw_no_cust/api/api_discovery/openapi.py,sha256=Un9qQvRCcuotyBi4WVWuXUcQhyvuYX-Zv1QHnAMvBhc,5557
5824
5806
  api_logic_server_cli/prototypes/nw_no_cust/api/api_discovery/proper_update_def.json,sha256=3wHSQ-uo3Qf0WVVMT3gA59B7OyOfQ4wPMHGzUTji3VM,1924
5825
5807
  api_logic_server_cli/prototypes/nw_no_cust/config/default.env,sha256=-rjXJrjR4vjMr9YCVYVchaJw7qMBlbvQ3KfR_wri_XM,412
@@ -6110,9 +6092,9 @@ api_logic_server_cli/tools/mini_skel/database/system/SAFRSBaseX.py,sha256=p8C7AF
6110
6092
  api_logic_server_cli/tools/mini_skel/database/system/TestDataBase.py,sha256=U02SYqThsbY5g3DX7XGaiMxjZBuOpzvtPS6RfI1WQFg,371
6111
6093
  api_logic_server_cli/tools/mini_skel/logic/declare_logic.py,sha256=fTrlHyqMeZsw_TyEXFa1VlYBL7fzjZab5ONSXO7aApo,175
6112
6094
  api_logic_server_cli/tools/mini_skel/logic/load_verify_rules.py,sha256=Rr5bySJpYCZmNPF2h-phcPJ53nAOPcT_ohZpCD93-a0,7530
6113
- apilogicserver-14.5.0.dist-info/licenses/LICENSE,sha256=67BS7VC-Z8GpaR3wijngQJkHWV04qJrwQArVgn9ldoI,1485
6114
- apilogicserver-14.5.0.dist-info/METADATA,sha256=S6XdowdLi2gMDA7Y8YfN8f1aW_5DA2pErE5cxDnaxGA,2817
6115
- apilogicserver-14.5.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
6116
- apilogicserver-14.5.0.dist-info/entry_points.txt,sha256=KiLloZJ3c_RW-nIDqBtoE0WEsQTnZ3dELwHLWi23LMA,103
6117
- apilogicserver-14.5.0.dist-info/top_level.txt,sha256=-r0AT_GEApleihg-jIh0OMvzzc0BO1RuhhOpE91H5qI,21
6118
- apilogicserver-14.5.0.dist-info/RECORD,,
6095
+ apilogicserver-14.5.4.dist-info/licenses/LICENSE,sha256=67BS7VC-Z8GpaR3wijngQJkHWV04qJrwQArVgn9ldoI,1485
6096
+ apilogicserver-14.5.4.dist-info/METADATA,sha256=o8jWHHSSx1vHUi4gHUrrvTT6ckmIkrvQbiXR_UFAOEc,6524
6097
+ apilogicserver-14.5.4.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
6098
+ apilogicserver-14.5.4.dist-info/entry_points.txt,sha256=KiLloZJ3c_RW-nIDqBtoE0WEsQTnZ3dELwHLWi23LMA,103
6099
+ apilogicserver-14.5.4.dist-info/top_level.txt,sha256=-r0AT_GEApleihg-jIh0OMvzzc0BO1RuhhOpE91H5qI,21
6100
+ apilogicserver-14.5.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,71 +0,0 @@
1
- {
2
- "/Customer/{id}": {
3
- "patch": {
4
- "summary": "Update Customer by ID",
5
- "operationId": "updateCustomer",
6
- "parameters": [
7
- {
8
- "name": "id",
9
- "in": "path",
10
- "required": true,
11
- "schema": {
12
- "type": "string"
13
- }
14
- }
15
- ],
16
- "requestBody": {
17
- "required": true,
18
- "content": {
19
- "application/vnd.api+json": {
20
- "schema": {
21
- "type": "object",
22
- "required": ["data"],
23
- "properties": {
24
- "data": {
25
- "type": "object",
26
- "required": ["type", "id", "attributes"],
27
- "properties": {
28
- "type": {
29
- "type": "string",
30
- "enum": ["Customer"]
31
- },
32
- "id": {
33
- "type": "string"
34
- },
35
- "attributes": {
36
- "type": "object",
37
- "properties": {
38
- "name": {
39
- "type": "string"
40
- },
41
- "credit_limit": {
42
- "type": "number"
43
- },
44
- "balance": {
45
- "type": "number"
46
- }
47
- }
48
- }
49
- }
50
- }
51
- }
52
- }
53
- }
54
- }
55
- },
56
- "responses": {
57
- "200": {
58
- "description": "Customer updated",
59
- "content": {
60
- "application/vnd.api+json": {
61
- "schema": {
62
- "type": "object"
63
- }
64
- }
65
- }
66
- }
67
- }
68
- }
69
- }
70
- }
71
-
@@ -1,71 +0,0 @@
1
- """
2
- ==========================================================================================
3
- LangChain OpenAPI Loader – JSON:API Planner Tool (1_langchain_loader.py)
4
- ==========================================================================================
5
-
6
- Alert:
7
- ------
8
- This does not work - hours of import version madness.
9
-
10
-
11
- Purpose:
12
- --------
13
- This script loads an OpenAPI 3.0 specification (e.g., nw_swagger_3.yaml) using LangChain's
14
- OpenAPI tools to dynamically generate a structured LangChain Tool. It can be used as a
15
- building block in an AI system that automatically interprets natural language goals and
16
- calls API endpoints by mapping them to OpenAPI operations.
17
-
18
- How It's Used:
19
- --------------
20
- - Reads the OpenAPI schema and extracts available endpoints.
21
- - Instantiates a tool for a specific operation (e.g., getCustomer).
22
- - Allows GPT agents or scripts to call the tool using structured input.
23
- - Typically used in multi-agent or planner + executor systems (e.g., AutoGen, LangGraph).
24
- - It is *not* required to run integration/mcp/3_executor_test_agent.py
25
-
26
- Limitations:
27
- ------------
28
- - This script does not itself parse natural language input.
29
- - The operation_id must be known and match one in the OpenAPI spec.
30
- - Requires LangChain and OpenAPI tool support installed.
31
-
32
- Dependencies:
33
- -------------
34
- - langchain
35
- - openapi-spec-validator
36
-
37
- Recommended Next Step:
38
- ----------------------
39
- Use this in conjunction with a GPT planner that:
40
- 1. Converts natural language into structured intent.
41
- 2. Selects the correct operation_id.
42
- 3. Provides parameters as expected by the OpenAPI operation.
43
-
44
- """
45
-
46
- from langchain.tools.openapi.utils.openapi_utils import OpenAPISpec
47
- from langchain.tools.openapi.tool import OpenAPITool
48
-
49
- # Load your OpenAPI spec
50
- spec = OpenAPISpec.from_file("resources/nw_swagger_3.yaml")
51
- spec = OpenAPISpec.from_file("resources/nw_swagger_2.yaml")
52
-
53
- # List available operation IDs (optional debugging)
54
- print("Available operation IDs:")
55
- for path, methods in spec.raw_spec["paths"].items():
56
- for method, details in methods.items():
57
- print(f"- {details.get('operationId')}")
58
-
59
- # Create LangChain tool from a specific endpoint
60
- customer_tool = OpenAPITool.from_openapi_spec(
61
- spec=spec,
62
- operation_id="getCustomer", # use actual operationId from your spec
63
- verbose=True
64
- )
65
-
66
- # Run a test call
67
- result = customer_tool.run({
68
- "filter[Country]": "USA",
69
- "page[limit]": 3
70
- })
71
- print(result)
@@ -1,19 +0,0 @@
1
- You are an AI planner that builds tool_context blocks for a JSON:API server using OpenAPI 3.0.
2
-
3
- Use this OpenAPI file: [insert contents of nw_swagger_3.yaml]
4
-
5
- Given the goal: "List all customers from Germany, limited to 2 results", generate a JSON MCP tool_context like this:
6
-
7
- {
8
- "tool": "json-api",
9
- "method": "GET",
10
- "url": "https://your-api-domain.com/Customer",
11
- "query_params": {
12
- "filter[Country]": "Germany",
13
- "page[limit]": 2
14
- },
15
- "headers": {
16
- "Accept": "application/vnd.api+json"
17
- },
18
- "expected_output": "List of customer records"
19
- }