biblemate 0.0.25__py3-none-any.whl → 0.0.27__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.
@@ -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; bible reference(s) must be given"""
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,
@@ -360,6 +360,28 @@ def simple_bible_study(request:str) -> PromptMessage:
360
360
 
361
361
  # User Request
362
362
 
363
+ ---
364
+ {request}
365
+ ---
366
+ """
367
+ return PromptMessage(role="user", content=TextContent(type="text", text=prompt_text))
368
+
369
+ @mcp.prompt
370
+ def bible_devotion(request:str) -> PromptMessage:
371
+ """Write bible devotion based on user content"""
372
+ global PromptMessage, TextContent
373
+ prompt_text = f"""
374
+ You are a bible devotional agent. You check the user content, under the `User Content` section, and write a devotional about it with the following steps in order:
375
+
376
+ 1. Analyze the themes using @study_new_testament_themes for new testament passages or @study_old_testament_themes for old testament passages.
377
+ 2. Identify and explain key biblical keywords from the passage using @identify_bible_keywords.
378
+ 3. Write insights for the devotion using @write_bible_insights.
379
+ 4. Relate the passage to daily life using @write_bible_applications.
380
+ 5. Compose a touching devotion using @write_bible_devotion.
381
+ Ensure each step is clearly addressed and the final output is cohesive and inspiring.
382
+
383
+ # User Content
384
+
363
385
  ---
364
386
  {request}
365
387
  ---
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: biblemate
3
- Version: 0.0.25
3
+ Version: 0.0.27
4
4
  Summary: BibleMate AI - Automate Your Bible Study
5
5
  Home-page: https://toolmate.ai
6
6
  Author: Eliran Wong
@@ -1,6 +1,6 @@
1
1
  biblemate/README.md,sha256=0xKiXqwB-WBxHCKyUByD-2Yre0zgflTDun-wYc9o-J0,6173
2
2
  biblemate/__init__.py,sha256=aFO4_EperOrwwDBdrkTKfDMt2Fh18Y0A2G_nUC_cmmM,78
3
- biblemate/bible_study_mcp.py,sha256=-g66m7zB-6bQ-rilmUs5-PPAtXdm_qES2mH8nZ7bGG4,17453
3
+ biblemate/bible_study_mcp.py,sha256=_8m6Glvag6_oYT8z1chnRSwKVbPNF7KQYt0rfW8mC5g,18405
4
4
  biblemate/config.py,sha256=NOl8IJ5fkpYtCDrRxL9u_WcErpdrlzs2NQ3grR7Ox0Y,52
5
5
  biblemate/main.py,sha256=p5J-MfFHItr9-adp7naufzrpqcelwqKKR4n1a9C2q5M,26284
6
6
  biblemate/package_name.txt,sha256=WkkuEEkgw7EKpXV8GshpzhZlwRor1wpotTS7vP24b_g,9
@@ -8,8 +8,8 @@ biblemate/requirements.txt,sha256=lry6drnaK9tEIaXy5MAgTb2p5PunsPaaCVjwpeXN7KE,76
8
8
  biblemate/core/systems.py,sha256=nG_NgcLSRhdaHuxuCPN5ZfJUhP88kdfwhRCvRk4RLjI,1874
9
9
  biblemate/ui/info.py,sha256=QRCno0CYUHVoOtVkZIxVamZONmtI7KRmOT2YoUagY5s,811
10
10
  biblemate/ui/prompts.py,sha256=DIvURrf6doEgC7gxbyeGV6gVf4zcP9YAm60gCITs5Sc,4221
11
- biblemate-0.0.25.dist-info/METADATA,sha256=_duEWGhxKAlk6Dl2tqKSUAdXI6qpW6Eusztt89uWCnA,7689
12
- biblemate-0.0.25.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
13
- biblemate-0.0.25.dist-info/entry_points.txt,sha256=tbEfTFr6LhPR1E_zP3CsPwJsmG-G4MCnJ3FcQEMiqo0,50
14
- biblemate-0.0.25.dist-info/top_level.txt,sha256=pq9uX0tAS0bizZcZ5GW5zIoDLQBa-b5QDlDGsdHNgiU,10
15
- biblemate-0.0.25.dist-info/RECORD,,
11
+ biblemate-0.0.27.dist-info/METADATA,sha256=ewbPNJY008tmApikofzwFg0Gcc5QJ9vcNsBer1TSc8o,7689
12
+ biblemate-0.0.27.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
13
+ biblemate-0.0.27.dist-info/entry_points.txt,sha256=tbEfTFr6LhPR1E_zP3CsPwJsmG-G4MCnJ3FcQEMiqo0,50
14
+ biblemate-0.0.27.dist-info/top_level.txt,sha256=pq9uX0tAS0bizZcZ5GW5zIoDLQBa-b5QDlDGsdHNgiU,10
15
+ biblemate-0.0.27.dist-info/RECORD,,