biblemate 0.2.59__tar.gz → 0.2.62__tar.gz
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.
- {biblemate-0.2.59 → biblemate-0.2.62}/PKG-INFO +1 -1
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/bible_study_mcp.py +7 -7
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/main.py +4 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/requirements.txt +1 -1
- biblemate-0.2.62/biblemate/version.txt +1 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate.egg-info/PKG-INFO +1 -1
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate.egg-info/requires.txt +1 -1
- {biblemate-0.2.59 → biblemate-0.2.62}/setup.py +1 -1
- biblemate-0.2.59/biblemate/version.txt +0 -1
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/README.md +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/__init__.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/api/add_vector.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/api/api.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/api/bible.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/api/dialogs.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/api/search.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/biblematemcp.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/config.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/core/systems.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/etextedit/README.md +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/etextedit/plugins/Extract Bible References.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/etextedit/plugins/Insert Bible Text.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/package_name.txt +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/ui/info.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/ui/prompts.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/ui/selection_dialog.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate/ui/text_area.py +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate.egg-info/SOURCES.txt +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate.egg-info/dependency_links.txt +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate.egg-info/entry_points.txt +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/biblemate.egg-info/top_level.txt +0 -0
- {biblemate-0.2.59 → biblemate-0.2.62}/setup.cfg +0 -0
|
@@ -1180,6 +1180,13 @@ def ask_bible_scholar(request:List[Dict[str, Any]]) -> str:
|
|
|
1180
1180
|
messages = agentmake(request, **{'system': 'bible/scholar'}, **AGENTMAKE_CONFIG)
|
|
1181
1181
|
return getResponse(messages)
|
|
1182
1182
|
|
|
1183
|
+
@mcp.tool
|
|
1184
|
+
def write_bible_perspectives(request:List[Dict[str, Any]]) -> str:
|
|
1185
|
+
"""Write biblical perspectives and principles in relation to the user content"""
|
|
1186
|
+
global agentmake, getResponse, AGENTMAKE_CONFIG
|
|
1187
|
+
messages = agentmake(request, **{'system': 'bible/perspective'}, **AGENTMAKE_CONFIG)
|
|
1188
|
+
return getResponse(messages)
|
|
1189
|
+
|
|
1183
1190
|
@mcp.tool
|
|
1184
1191
|
def explain_bible_meaning(request:List[Dict[str, Any]]) -> str:
|
|
1185
1192
|
"""Explain the meaning of the user-given content in reference to the Bible"""
|
|
@@ -1299,13 +1306,6 @@ def write_bible_chapter_summary(request:List[Dict[str, Any]]) -> str:
|
|
|
1299
1306
|
messages = agentmake(request, **{'instruction': 'bible/chapter_summary', 'system': 'auto'}, **AGENTMAKE_CONFIG)
|
|
1300
1307
|
return getResponse(messages)
|
|
1301
1308
|
|
|
1302
|
-
@mcp.tool
|
|
1303
|
-
def write_bible_perspectives(request:List[Dict[str, Any]]) -> str:
|
|
1304
|
-
"""Write biblical perspectives and principles in relation to the user content"""
|
|
1305
|
-
global agentmake, getResponse, AGENTMAKE_CONFIG
|
|
1306
|
-
messages = agentmake(request, **{'system': 'bible/perspective'}, **AGENTMAKE_CONFIG)
|
|
1307
|
-
return getResponse(messages)
|
|
1308
|
-
|
|
1309
1309
|
@mcp.tool
|
|
1310
1310
|
def interpret_old_testament_verse(request:List[Dict[str, Any]]) -> str:
|
|
1311
1311
|
"""Interpret the user-given bible verse from the Old Testament in the light of its context, together with insights of biblical Hebrew studies; an old testament bible verse / reference(s) must be given"""
|
|
@@ -189,6 +189,8 @@ Get a static text-based response directly from a text-based AI model without usi
|
|
|
189
189
|
templates = {r.name: (r.description, r.uriTemplate) for r in templates_raw}
|
|
190
190
|
templates = dict(sorted(templates.items()))
|
|
191
191
|
|
|
192
|
+
#writeTextFile(os.path.join(BIBLEMATE_USER_DIR, "tools.py"), pprint.pformat(tools))
|
|
193
|
+
#writeTextFile(os.path.join(BIBLEMATE_USER_DIR, "tools_schema.py"), pprint.pformat(tools_schema))
|
|
192
194
|
return tools, tools_schema, master_available_tools, available_tools, tool_descriptions, tool_descriptions_lite, prompts, prompts_schema, resources, templates
|
|
193
195
|
|
|
194
196
|
def display_cancel_message(console, cancel_message="Cancelled!"):
|
|
@@ -1076,6 +1078,8 @@ Press `Ctrl+C` once or twice until the running process is cancelled, while you a
|
|
|
1076
1078
|
|
|
1077
1079
|
# Tool selection systemm message
|
|
1078
1080
|
system_tool_selection = get_system_tool_selection(available_tools, tool_descriptions_lite if config.light else tool_descriptions)
|
|
1081
|
+
#writeTextFile(os.path.join(BIBLEMATE_USER_DIR, "system_tool_selection.md"), system_tool_selection)
|
|
1082
|
+
#print(os.path.join(BIBLEMATE_USER_DIR, "system_tool_selection.md"))
|
|
1079
1083
|
|
|
1080
1084
|
# auto tool selection in chat mode
|
|
1081
1085
|
if config.agent_mode is None and config.auto_tool_selection and not user_request.startswith("@"):
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.2.62
|
|
@@ -2,7 +2,7 @@ from setuptools import setup
|
|
|
2
2
|
from setuptools.command.install import install
|
|
3
3
|
import os, shutil, platform, sys
|
|
4
4
|
|
|
5
|
-
version = "0.2.
|
|
5
|
+
version = "0.2.62"
|
|
6
6
|
with open(os.path.join("biblemate", "version.txt"), "w", encoding="utf-8") as fileObj:
|
|
7
7
|
fileObj.write(version)
|
|
8
8
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.2.59
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{biblemate-0.2.59 → biblemate-0.2.62}/biblemate/etextedit/plugins/Extract Bible References.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|