BibleMate AI - Automate Your Bible Study; A headless version of BibleMate AI Agent Mode
Project description
# biblemateagent
A headless version of BibleMate AI Agent Mode
supports study plan, multiple tools orchestrations
supports single tool execution
supports prompt refinement
supports md and docx export of outputs
supports developer mode
## Installation
` pip install biblemateagent `
Install CLI tool pandoc separately to support DOCX export
## Set up data
` biblematedata `
## Run BibleMate Agent
` biblemateagent "Your Bible Study Request" `
or
` bibleagent "Your Bible Study Request" `
## Configuration
Use either [agentmake default backend](https://github.com/eliranwong/agentmake), which can be configured by running:
` ai -ec `
Or CLI options.
## CLI Options
Find help by running:
` biblemateagent -h `
or
` bibleagent -h `
Run, for example:
` bibleagent -b ollamacloud -m gemini-3-flash-preview -cw 1048576 -mt 65536 -docx "In-depth study of John 3:16" `
Stdin input is also supported:
` echo "In-depth study of John 3:16" | bibleagent -b ollamacloud -m gemini-3-flash-preview -cw 1048576 -mt 65536 -docx `
# Single Tool Execution
` bibleagent --tool get_direct_text_response "Your Bible Study Request" `
or
` bibleagent --tool auto "Your Bible Study Request" `
## Tool Description
` bibleagent --tool_description `
# Use as a Python Libary
` from biblemateagent.agent import bible_agent from biblemateagent.tool import run_single_tool `
# Comparison Tests with Different AI Models
Check the content in directory LLM_Capability_Tests
# BibleMate AI Suite
Check out the BibleMate AI Suite at https://github.com/eliranwong/biblemate
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file biblemateagent-1.1.8.tar.gz.
File metadata
- Download URL: biblemateagent-1.1.8.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25ffd87221f2665c14e55939690e3bb9cb313e9515d70c9776f924726e769a02
|
|
| MD5 |
321075307ec94d8611b4a8d29a39cfe1
|
|
| BLAKE2b-256 |
62cf60b6f50315623f7593ac17b3d5bc2f0e6f6264bd600e4a444417d0b2fde4
|
File details
Details for the file biblemateagent-1.1.8-py3-none-any.whl.
File metadata
- Download URL: biblemateagent-1.1.8-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db77da90fac4085713f7531d4b34fba88223a80f17f5619f247fcc14c33def68
|
|
| MD5 |
3da298206abe34e2eb28d7f811f89cd4
|
|
| BLAKE2b-256 |
010fd4578cb8bd3a46b6a50a26e9d46784eb1604854645517e52550afd0ba66a
|