biblemate 0.0.26__tar.gz → 0.0.27__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.0.26 → biblemate-0.0.27}/PKG-INFO +1 -1
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate/bible_study_mcp.py +1 -1
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate.egg-info/PKG-INFO +1 -1
- {biblemate-0.0.26 → biblemate-0.0.27}/setup.py +1 -1
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate/README.md +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate/__init__.py +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate/config.py +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate/core/systems.py +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate/main.py +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate/package_name.txt +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate/requirements.txt +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate/ui/info.py +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate/ui/prompts.py +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate.egg-info/SOURCES.txt +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate.egg-info/dependency_links.txt +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate.egg-info/entry_points.txt +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate.egg-info/requires.txt +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/biblemate.egg-info/top_level.txt +0 -0
- {biblemate-0.0.26 → biblemate-0.0.27}/setup.cfg +0 -0
@@ -350,7 +350,7 @@ def write_bible_sermon(request:str) -> str:
|
|
350
350
|
|
351
351
|
@mcp.prompt
|
352
352
|
def simple_bible_study(request:str) -> PromptMessage:
|
353
|
-
"""Perform a simple bible study task
|
353
|
+
"""Perform a simple bible study task"""
|
354
354
|
global PromptMessage, TextContent
|
355
355
|
prompt_text = f"""You are a bible study agent. You check the user request, under the `User Request` section, and resolve it with the following steps in order:
|
356
356
|
1. Call tool 'retrieve_english_bible_verses' for Bible text,
|
@@ -27,7 +27,7 @@ with open(os.path.join(package, "requirements.txt"), "r") as fileObj:
|
|
27
27
|
# https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/
|
28
28
|
setup(
|
29
29
|
name=package,
|
30
|
-
version="0.0.
|
30
|
+
version="0.0.27",
|
31
31
|
python_requires=">=3.8, <3.13",
|
32
32
|
description=f"BibleMate AI - Automate Your Bible Study",
|
33
33
|
long_description=long_description,
|
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
|
File without changes
|
File without changes
|
File without changes
|