Skip to main content

LangChain governance middleware for Aegis ACP (maintenance-only — Anthropic SDK is the active hero)

Project description

aegis-langchain

⚠️ Sprint 25 freeze (2026-06-26): aegis-langchain is now maintenance-only. The Aegis team has narrowed focus to a single hero SDK, aegis-anthropic, while we drive design-partner revenue. aegis-langchain continues to receive security patches but no new features until further notice. The drop-in LangChain contract below remains fully supported against the canonical /execute API; you can keep using it in production.

Drop-in LangChain middleware that routes every tool invocation through Aegis's runtime governance pipeline before execution.

PyPI Python License

pip install aegis-langchain

What it does

Wraps a LangChain agent (AgentExecutor / Runnable) so every tool the agent decides to call is pre-checked by Aegis (POST /execute) before the tool actually runs. Blocked calls return a descriptive message back to the agent loop; allowed calls pass through unchanged.

Aegis decides what to block based on action semantics — the DROP TABLE, rm -rf, kubectl delete, external-PII-egress patterns in services/policy/policies/action_semantics_deny.rego. The deny is earned from the content of the action, not from a hardcoded "critical" tag on the agent. So a buyer flipping the agent's risk level can't accidentally bypass it.

Every check produces a signed audit row in the Aegis chain. Verify any of them offline with aegis-verify (the tools/aegis_verify/ CLI).

Three-line install

from aegis_langchain import AegisMiddleware

agent = AegisMiddleware(
    my_langchain_agent,
    api_key="acp_...",        # or AEGIS_API_KEY env var
    aegis_url="https://aegisagent.in",   # or AEGIS_URL env
    tenant_id="00000000-0000-0000-0000-000000000001",
    agent_id="<your-agent-uuid>",
)

result = agent.invoke({"input": "analyze the customer table and clean up old rows"})
# Each tool invocation is pre-checked. Blocked tools return a message
# explaining the deny; the agent reasons over it like any other tool
# observation.

Works with any LangChain agent that uses tools (AgentExecutor, structured-chat agents, custom runnables that invoke tools via tool_call).

Fail-closed by default

If the Aegis gateway is unreachable, tool invocations return deny with reason aegis_unreachable_fail_closed. Letting unchecked calls through because the security plane was down defeats the integration's purpose.

What you can verify offline

After any allowed (or denied) tool call:

  1. GET /receipts/key — ed25519 PEM
  2. GET /compliance/export/eu-ai-act?period_start=…&period_end=… — signed bundle
  3. aegis-verify --bundle bundle.json — V1–V6 checks pass without any network call back to Aegis

Requirements

  • Python 3.10+
  • langchain-core>=0.1 (auto-pulled with pip install "aegis-langchain[langchain]")

See also

License

Apache 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aegis_langchain-1.1.6.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aegis_langchain-1.1.6-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

Details for the file aegis_langchain-1.1.6.tar.gz.

File metadata

  • Download URL: aegis_langchain-1.1.6.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for aegis_langchain-1.1.6.tar.gz
Algorithm Hash digest
SHA256 2c0bbf87488d7a4dbd648dee3062b65f6cd1807103ece1291022b32db4c287fb
MD5 a69ee8a006594b836fbb71ae039b326f
BLAKE2b-256 f709605e509df7e371b0935ef1b1208c8e042449deeaf5b583591191ce8f1c33

See more details on using hashes here.

File details

Details for the file aegis_langchain-1.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for aegis_langchain-1.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ee76410d5fb8be302fd0ff69a282f98362e14061a2e940a2599540206bd0fc78
MD5 5c71922b122cc2fb4f7eabd71a1b1f6f
BLAKE2b-256 e02772cfaece18b5c3e4111ec7e7f53f58d00944c47b3fda27d99a061d6ca165

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page