Standalone Packages
Open-source Python packages that work independently of the Pramiti platform
Pramiti publishes six standalone Python packages that solve specific problems in the AI agent ecosystem. Each package is zero-dependency on the Pramiti platform and can be installed and used independently.
Availability: all packages are live on PyPI except
pramiti-merger-reconciler, whose first release is completing publication.
Packages
| Package | Install | Purpose |
|---|---|---|
| pramiti-mcp-gateway | pip install pramiti-mcp-gateway | Free security posture scanner for MCP servers |
| pramiti-mcp-verify | pip install pramiti-mcp-verify | Offline verifier for SEP-2828 signed execution records |
| pramiti-agent-finops | pip install pramiti-agent-finops | Per-agent cost caps and attribution |
| pramiti-export-copilot | pip install pramiti-export-copilot | Push semantic models to dbt, Snowflake, Looker, Tableau |
| pramiti-merger-reconciler | pip install pramiti-merger-reconciler | Cross-ontology class matching for M&A |
| pramiti-flight-recorder | pip install pramiti-flight-recorder | Signed action records with OCSF export — see Flight Recorder |
Design Philosophy
All packages follow these principles:
- Zero platform dependency — Each package works standalone with no Pramiti platform imports
- Pluggable backends — Storage and delivery targets are injected via interfaces, not hardcoded
- Minimal external dependencies — Core logic uses only stdlib; optional integrations are extras
- Works with or without Pramiti — When running inside the platform, packages use platform backends; when standalone, they use in-memory or file-based backends
Platform Integration
When used within the Pramiti platform, packages use platform-specific backends: