iris-langchain
IRIS governance for LangChain agents. Add Cedar policy enforcement and evidence logging in three lines — no agent rewrite required.
from iris_langchain import IrisLangChainAgent
from iris import AgentPassport, ComplianceTag
passport = AgentPassport(
name="support-agent",
owner="team@company.com",
compliance_tags=[ComplianceTag.COLORADO_AI_ACT],
is_high_risk_ai=True,
)
agent = IrisLangChainAgent.from_agent(base_agent, passport)
result = agent.run("Help this customer with their account")
See examples/governed_agent.py for a full agent setup.
Release files for iris-security-langchain 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iris_security_langchain-0.2.1.tar.gz | 12.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iris_security_langchain-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.3 kB
Release files / iris_security_langchain-0.2.1.tar.gz
| Download URL | iris_security_langchain-0.2.1.tar.gz |
|---|---|
| Size | 12.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6645cab59c28194c95f4f1970ac18c6e7e4df5d85ca5c047498f5cd27752b19
|
|
BLAKE2b-256 checksum How to use checksums |
7262c9ca10a7ff46b8293204e33156e3686ab3d7992343e39973dbe53ec8fc04
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / iris_security_langchain-0.2.1-py3-none-any.whl
| Download URL | iris_security_langchain-0.2.1-py3-none-any.whl |
|---|---|
| Size | 15.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
503ffff696dad5cc4f1f97365b75fc4ff3c1c85b861f5f63206d24de817129f3
|
|
BLAKE2b-256 checksum How to use checksums |
a5decf1e986bd915545a3d6f47c260041eee97a4e38c7e69c68f9355ddeb5017
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|