biblemate 0.0.24__tar.gz → 0.0.25__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.24 → biblemate-0.0.25}/PKG-INFO +1 -1
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate/main.py +1 -1
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate.egg-info/PKG-INFO +1 -1
- {biblemate-0.0.24 → biblemate-0.0.25}/setup.py +1 -1
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate/README.md +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate/__init__.py +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate/bible_study_mcp.py +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate/config.py +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate/core/systems.py +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate/package_name.txt +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate/requirements.txt +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate/ui/info.py +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate/ui/prompts.py +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate.egg-info/SOURCES.txt +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate.egg-info/dependency_links.txt +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate.egg-info/entry_points.txt +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate.egg-info/requires.txt +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/biblemate.egg-info/top_level.txt +0 -0
- {biblemate-0.0.24 → biblemate-0.0.25}/setup.cfg +0 -0
@@ -467,7 +467,7 @@ Available tools are: {available_tools}.
|
|
467
467
|
messages.append({"role": "user", "content": next_step})
|
468
468
|
|
469
469
|
await process_tool(next_tool, next_step, step_number=step)
|
470
|
-
console.print(Markdown(f"\n## Output [{step}]\n\n{messages[-1][
|
470
|
+
console.print(Markdown(f"\n## Output [{step}]\n\n{messages[-1]['content']}"))
|
471
471
|
|
472
472
|
# iteration count
|
473
473
|
step += 1
|
@@ -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.25",
|
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
|