Metadata-Version: 2.5
Name: marginalia-ai-plugin-history
Version: 0.2.0
Summary: Reference history research plugin for Research Engine
Project-URL: Homepage, https://github.com/John-Cusack/MarginaliaAI
Project-URL: Source, https://github.com/John-Cusack/MarginaliaAI/tree/main/packages/plugins/history
Project-URL: Issues, https://github.com/John-Cusack/MarginaliaAI/issues
Project-URL: Changelog, https://github.com/John-Cusack/MarginaliaAI/blob/main/CHANGELOG.md
Author: MarginaliaAI
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: correspondence,history,marginalia-ai,mcp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Text Processing :: Indexing
Requires-Python: >=3.11
Requires-Dist: marginalia-ai-sdk<0.7,>=0.6
Description-Content-Type: text/markdown

# Research Engine History Plugin

The reference external-plugin implementation for Research Engine. It contributes
historical correspondence types, epistolary and claim extraction schemas, and two MCP tools:
`history.find_missing_letters` and `history.correspondence_cadence`.

## Install and approve

```bash
python -m pip install marginalia-ai-plugin-history
research-engine plugin audit history
research-engine plugin enable history
```

Installation only makes the static manifest discoverable. Core does not import the package
until the operator approves the exact distribution version, manifest hash, contributions, and
permissions. The plugin runs in-process after approval and must be trusted.

This distribution depends only on `marginalia-ai-sdk>=0.6,<0.7`. Integration environments
install the matching `marginalia-ai` artifact separately.

See the [repository](https://github.com/John-Cusack/MarginaliaAI),
[changelog](https://github.com/John-Cusack/MarginaliaAI/blob/main/CHANGELOG.md), and
[issues](https://github.com/John-Cusack/MarginaliaAI/issues). Licensed under Apache-2.0.
