ApiLogicServer 15.0.23__py3-none-any.whl → 15.0.24__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.
- api_logic_server_cli/api_logic_server.py +2 -2
- api_logic_server_cli/genai/genai_admin_app.py +3 -2
- {apilogicserver-15.0.23.dist-info → apilogicserver-15.0.24.dist-info}/METADATA +1 -1
- {apilogicserver-15.0.23.dist-info → apilogicserver-15.0.24.dist-info}/RECORD +8 -8
- {apilogicserver-15.0.23.dist-info → apilogicserver-15.0.24.dist-info}/WHEEL +0 -0
- {apilogicserver-15.0.23.dist-info → apilogicserver-15.0.24.dist-info}/entry_points.txt +0 -0
- {apilogicserver-15.0.23.dist-info → apilogicserver-15.0.24.dist-info}/licenses/LICENSE +0 -0
- {apilogicserver-15.0.23.dist-info → apilogicserver-15.0.24.dist-info}/top_level.txt +0 -0
|
@@ -12,10 +12,10 @@ ApiLogicServer CLI: given a database url, create [and run] customizable ApiLogic
|
|
|
12
12
|
Called from api_logic_server_cli.py, by instantiating the ProjectRun object.
|
|
13
13
|
'''
|
|
14
14
|
|
|
15
|
-
__version__ = "15.00.
|
|
15
|
+
__version__ = "15.00.24" # last public release: 15.00.22 (15.00.12)
|
|
16
16
|
recent_changes = \
|
|
17
17
|
f'\n\nRecent Changes:\n' +\
|
|
18
|
-
"\t06/23/2024 - 15.00.
|
|
18
|
+
"\t06/23/2024 - 15.00.24: Tech Preview: als genai-app w/ sra provider+model, import fix, bug [96] \n"\
|
|
19
19
|
"\t06/10/2024 - 15.00.12: MCP Security, win fixes for readme, graphics quotes \n"\
|
|
20
20
|
"\t06/08/2024 - 15.00.10: MCP, optional shortening of stacktrace lines, bugfix[92] \n"\
|
|
21
21
|
"\t05/16/2024 - 14.05.00: safrs 3.1.7, running mcp preview \n"\
|
|
@@ -141,7 +141,8 @@ class GenAIAdminApp:
|
|
|
141
141
|
{"role": "user", "content": "You are a helpful expert in react and JavaScript"},
|
|
142
142
|
{"role": "user", "content": self.admin_app_resource_learning},
|
|
143
143
|
# {"role": "user", "content": example_image_content},
|
|
144
|
-
{"role": "user", "content": f'Schema:\n{self.schema_yaml}'},
|
|
144
|
+
# {"role": "user", "content": f'Schema:\n{self.schema_yaml}'},
|
|
145
|
+
{"role": "user", "content": f'Schema:\n{self.schema}'},
|
|
145
146
|
{"role": "user", "content": f'Generate the full javascript source code for the `{each_resource_name}.js` React Admin file, formatted as a JSResponseFormat'}]
|
|
146
147
|
save_response = self.project_root / f"docs/admin_app/{each_resource_name}"
|
|
147
148
|
output = genai_svcs.call_chatgpt(messages = messages,
|
|
@@ -173,7 +174,7 @@ class GenAIAdminApp:
|
|
|
173
174
|
messages = [
|
|
174
175
|
{"role": "user", "content": "You are a helpful expert in react and JavaScript"},
|
|
175
176
|
{"role": "user", "content": self.admin_app_js_learning},
|
|
176
|
-
{"role": "user", "content": f'Schema:\n{self.
|
|
177
|
+
{"role": "user", "content": f'Schema:\n{self.schema}'},
|
|
177
178
|
{"role": "user", "content": f'Generate the complete App.js that wires together the above resources. for the `app.js` React Admin file, formatted as a JSResponseFormat.'}]
|
|
178
179
|
save_response = self.project_root / f"docs/admin_app/app.js"
|
|
179
180
|
output = genai_svcs.call_chatgpt(messages = messages,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
api_logic_server_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
api_logic_server_cli/api_logic_server.py,sha256=
|
|
2
|
+
api_logic_server_cli/api_logic_server.py,sha256=8PUYlFjepKJ0p4nhLuApaJt5G0lQsoumpbveCeTH-DI,96379
|
|
3
3
|
api_logic_server_cli/api_logic_server_info.yaml,sha256=Rmy2DSMNBLtlV9PP_hqmn2FojD2AAinPVOfnTbwu6oE,128
|
|
4
4
|
api_logic_server_cli/cli.py,sha256=bSc3sj9df94pIx0HyRYKOojOv3M360UNQgieJAgg9IM,85002
|
|
5
5
|
api_logic_server_cli/cli_args_base.py,sha256=lr27KkOB7_WpZwTs7LgiK8LKDIHMKQkoZCTnE99BFxw,3280
|
|
@@ -476,7 +476,7 @@ api_logic_server_cli/genai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
|
476
476
|
api_logic_server_cli/genai/client.py,sha256=36gyz-dqxj4dJj1SGtO9NZsy9-cfnf4d7uahHimwqHk,772
|
|
477
477
|
api_logic_server_cli/genai/genai.py,sha256=rt4XW_xmo-D5fLD8DQBHMjrU7Teflw43S8lR-tJd4KU,47014
|
|
478
478
|
api_logic_server_cli/genai/genai_admin_app copy.py,sha256=d1E6kNVhq-xqhUh2j52V4cOTJxEiZgWhja1_kLJXKX8,4665
|
|
479
|
-
api_logic_server_cli/genai/genai_admin_app.py,sha256=
|
|
479
|
+
api_logic_server_cli/genai/genai_admin_app.py,sha256=NHQ-As5HJ8ubqUKVwUOJQSqdHhl2v4TMlN63zmYCyTc,9672
|
|
480
480
|
api_logic_server_cli/genai/genai_fatal_excp.py,sha256=1FmDVcXVRqmG0JMVZ7l4KqMOdpff3KGZ2LPAGtw304Q,179
|
|
481
481
|
api_logic_server_cli/genai/genai_graphics.py,sha256=9ao0os6rUKY5u2caeLtgyDsNEuVQXq4KcKV575fNC58,20610
|
|
482
482
|
api_logic_server_cli/genai/genai_logic_builder.py,sha256=u_89UtrALIfcMtW6p0SZ78lCmwRqerA5igyY2hDvjlk,26150
|
|
@@ -2274,9 +2274,9 @@ api_logic_server_cli/tools/mini_skel/database/system/SAFRSBaseX.py,sha256=p8C7AF
|
|
|
2274
2274
|
api_logic_server_cli/tools/mini_skel/database/system/TestDataBase.py,sha256=U02SYqThsbY5g3DX7XGaiMxjZBuOpzvtPS6RfI1WQFg,371
|
|
2275
2275
|
api_logic_server_cli/tools/mini_skel/logic/declare_logic.py,sha256=fTrlHyqMeZsw_TyEXFa1VlYBL7fzjZab5ONSXO7aApo,175
|
|
2276
2276
|
api_logic_server_cli/tools/mini_skel/logic/load_verify_rules.py,sha256=Rr5bySJpYCZmNPF2h-phcPJ53nAOPcT_ohZpCD93-a0,7530
|
|
2277
|
-
apilogicserver-15.0.
|
|
2278
|
-
apilogicserver-15.0.
|
|
2279
|
-
apilogicserver-15.0.
|
|
2280
|
-
apilogicserver-15.0.
|
|
2281
|
-
apilogicserver-15.0.
|
|
2282
|
-
apilogicserver-15.0.
|
|
2277
|
+
apilogicserver-15.0.24.dist-info/licenses/LICENSE,sha256=67BS7VC-Z8GpaR3wijngQJkHWV04qJrwQArVgn9ldoI,1485
|
|
2278
|
+
apilogicserver-15.0.24.dist-info/METADATA,sha256=5bLdbdURiMLJJlmu8ACYemGmIME-cu5Cgn8Z9wy3g6c,6553
|
|
2279
|
+
apilogicserver-15.0.24.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2280
|
+
apilogicserver-15.0.24.dist-info/entry_points.txt,sha256=KiLloZJ3c_RW-nIDqBtoE0WEsQTnZ3dELwHLWi23LMA,103
|
|
2281
|
+
apilogicserver-15.0.24.dist-info/top_level.txt,sha256=-r0AT_GEApleihg-jIh0OMvzzc0BO1RuhhOpE91H5qI,21
|
|
2282
|
+
apilogicserver-15.0.24.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|