Documentation Index
Fetch the complete documentation index at: https://docs.minerva.io/llms.txt
Use this file to discover all available pages before exploring further.
httpx and pydantic. Everything else is an
opt-in extra so the wheel stays small.
Extras
| Extra | Adds | Why |
|---|---|---|
pandas | pandas | result.to_df() returns a DataFrame |
table | tabulate | result.to_table() for pretty terminal output |
all | everything above | One-shot |
Use quotes around
minerva-sdk[extra] — zsh interprets [ ] as a glob without them.Python versions
- Required: 3.11+
- Tested: 3.11, 3.12, 3.13, 3.14
py.typed). Run mypy / pyright
against your code and you’ll get static checking on method args + response
shapes for free.

