Metadata-Version: 2.4
Name: agent-roi
Version: 0.1.0
Summary: Production control plane for agentic AI: guardrails, confidence decisioning, immutable audit logging
Author: Tarek
License: MIT License
        
        Copyright (c) ...
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction...
License-File: LICENSE
Requires-Python: >=3.9
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == 'dev'
Description-Content-Type: text/markdown

# Agent Sentinel

Agent Sentinel is a lightweight **production control plane** for agentic AI:
- **Guardrails** (max steps/tool calls/cost, deterministic mode)
- **Confidence-based decisions** (accept vs human_review)
- **Immutable audit logging** (append-only events; Delta optional)

> Not an agent framework — it wraps your agent logic with safety, governance, and auditability.

## Local install (dev)

pip install agent-roi

