IRIS governance for LangChain agents — Cedar policy on every tool call
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iris_security_langchain-0.2.1.tar.gz.
File metadata
- Download URL: iris_security_langchain-0.2.1.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6645cab59c28194c95f4f1970ac18c6e7e4df5d85ca5c047498f5cd27752b19
|
|
| MD5 |
ff8b1482f21494b5a87ed68035c0de56
|
|
| BLAKE2b-256 |
7262c9ca10a7ff46b8293204e33156e3686ab3d7992343e39973dbe53ec8fc04
|
File details
Details for the file iris_security_langchain-0.2.1-py3-none-any.whl.
File metadata
- Download URL: iris_security_langchain-0.2.1-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
503ffff696dad5cc4f1f97365b75fc4ff3c1c85b861f5f63206d24de817129f3
|
|
| MD5 |
9d163f9b74bce059d51f206a2c0535c9
|
|
| BLAKE2b-256 |
a5decf1e986bd915545a3d6f47c260041eee97a4e38c7e69c68f9355ddeb5017
|