biblemate 0.0.24__py3-none-any.whl → 0.0.26__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.
@@ -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
  ---
biblemate/main.py CHANGED
@@ -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]["content"]}"))
470
+ console.print(Markdown(f"\n## Output [{step}]\n\n{messages[-1]['content']}"))
471
471
 
472
472
  # iteration count
473
473
  step += 1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: biblemate
3
- Version: 0.0.24
3
+ Version: 0.0.26
4
4
  Summary: BibleMate AI - Automate Your Bible Study
5
5
  Home-page: https://toolmate.ai
6
6
  Author: Eliran Wong
@@ -1,15 +1,15 @@
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=xwCPkI-yxil9_WQfgt7d86Nzmxvz_XUJoSIoUGUdyEQ,18439
4
4
  biblemate/config.py,sha256=NOl8IJ5fkpYtCDrRxL9u_WcErpdrlzs2NQ3grR7Ox0Y,52
5
- biblemate/main.py,sha256=PlnWUA_AjQasLsOyjV90McjFhDfwWHO9SUWUifkYtjk,26284
5
+ biblemate/main.py,sha256=p5J-MfFHItr9-adp7naufzrpqcelwqKKR4n1a9C2q5M,26284
6
6
  biblemate/package_name.txt,sha256=WkkuEEkgw7EKpXV8GshpzhZlwRor1wpotTS7vP24b_g,9
7
7
  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.24.dist-info/METADATA,sha256=StJsgFVE4R7WsD_TsrGpFTpQXrr_OqJbDg_I5ebCY-s,7689
12
- biblemate-0.0.24.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
13
- biblemate-0.0.24.dist-info/entry_points.txt,sha256=tbEfTFr6LhPR1E_zP3CsPwJsmG-G4MCnJ3FcQEMiqo0,50
14
- biblemate-0.0.24.dist-info/top_level.txt,sha256=pq9uX0tAS0bizZcZ5GW5zIoDLQBa-b5QDlDGsdHNgiU,10
15
- biblemate-0.0.24.dist-info/RECORD,,
11
+ biblemate-0.0.26.dist-info/METADATA,sha256=p-JexRVHVjOHl887XCbTeWzTk_4knyKnDF08udfuCpU,7689
12
+ biblemate-0.0.26.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
13
+ biblemate-0.0.26.dist-info/entry_points.txt,sha256=tbEfTFr6LhPR1E_zP3CsPwJsmG-G4MCnJ3FcQEMiqo0,50
14
+ biblemate-0.0.26.dist-info/top_level.txt,sha256=pq9uX0tAS0bizZcZ5GW5zIoDLQBa-b5QDlDGsdHNgiU,10
15
+ biblemate-0.0.26.dist-info/RECORD,,