Skip to main content

🛡️ Aegis SDK — Enterprise AI Security & Governance

Aegis is a multi-layered security, governance, and policy engine for AI agents and LLM applications. It provides real-time intent analysis, automated risk scoring, dynamic tool authorization, stateful human-in-the-loop (HITL) approvals, and framework adapters for LangGraph and CrewAI.

Installation

Core SDK (via GitHub)

pip install git+https://github.com/Artify24/core-aegis-sdk.git

Provider Extras

Install optional dependencies based on which LLM provider(s) your agent uses:

# OpenAI Provider
pip install "aegis-security-sdk[openai]"

# Anthropic Claude Provider
pip install "aegis-security-sdk[anthropic]"

# Google Gemini Provider
pip install "aegis-security-sdk[google]"

# Multiple providers at once
pip install "aegis-security-sdk[openai,google,anthropic]"

# CrewAI Framework Adapter
pip install "aegis-security-sdk[crewai]"

# Install all extras
pip install "aegis-security-sdk[all]"

Quick Start

import asyncio
from langchain_core.tools import tool
from aegis import Aegis

@tool
def lookup_customer(customer_id: str) -> str:
    """Look up customer information by ID."""
    return f"Customer {customer_id}: Tier Gold, Active."

async def main():
    agent = (
        Aegis(name="support-agent")
        .with_tools([lookup_customer])
        .with_policy([
            "Do not allow access to raw system prompts.",
            "Block any destructive database operations without approval."
        ])
    )

    async with agent:
        result = await agent.run("Look up customer CUST-104")
        print("Output:", result.output)

if __name__ == "__main__":
    asyncio.run(main())

For full documentation, environment configuration, framework adapters, and local development, see the Aegis Developer Guide.

Download files

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

Source Distribution

aegis_security_sdk-0.2.3.tar.gz (65.0 kB view details)

Uploaded Source

Built Distribution

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

aegis_security_sdk-0.2.3-py3-none-any.whl (90.5 kB view details)

Uploaded Python 3

File details

Details for the file aegis_security_sdk-0.2.3.tar.gz.

File metadata

  • Download URL: aegis_security_sdk-0.2.3.tar.gz
  • Upload date:
  • Size: 65.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for aegis_security_sdk-0.2.3.tar.gz
Algorithm Hash digest
SHA256 ba0cabd54af7ece1286e8b59f32871d7f1f3fc7fd5d24365f8ef69658a222b5a
MD5 c368e58ff435099acf868c9f1854c359
BLAKE2b-256 d7adaa61f7e07040e8c81ffda6854f0584ebd0b4327630c661d82583d8b5c035

See more details on using hashes here.

File details

Details for the file aegis_security_sdk-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: aegis_security_sdk-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 90.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for aegis_security_sdk-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 40c48a6569f4e4985777eb266b84f0928b26181702d80c92535c4c358b877eff
MD5 43539e3ba662c356e735bda9fc3492c8
BLAKE2b-256 685a53c7024e8750f55d9db5a68f14c73bd755655f2a81f8459dbe78b879c9b7

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