Metadata-Version: 2.4
Name: biblemateagent
Version: 1.0.7
Summary: BibleMate AI - Automate Your Bible Study; A headless version of BibleMate AI Agent Mode
Home-page: https://biblemate.ai
Author: Eliran Wong
Author-email: support@marvel.bible
License: GNU General Public License (GPL)
Project-URL: Source, https://github.com/eliranwong/biblemateagent
Project-URL: Tracker, https://github.com/eliranwong/biblemateagent/issues
Project-URL: Documentation, https://github.com/eliranwong/biblemateagent/wiki
Project-URL: Funding, https://www.paypal.me/MarvelBible
Keywords: mcp agent biblemate ai anthropic azure chatgpt cohere deepseek genai github googleai groq llamacpp mistral ollama openai vertexai xai
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10, <3.13
Requires-Dist: biblemateweb>=0.3.57
Provides-Extra: genai
Requires-Dist: google-genai>=1.46.0; extra == "genai"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# biblemateagent

A headless version of BibleMate AI Agent Mode

Support md and docx export 

## Installation

```
pip install biblemateagent
```

or

```
pip install bibleagent
```

## 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
```

# BibleMate AI Suite

Check out the BibleMate AI Suite at https://github.com/eliranwong/biblemate
