Metadata-Version: 2.4
Name: decepticon
Version: 1.1.15
Summary: AI-powered autonomous red team testing framework
Project-URL: Homepage, https://github.com/PurpleAILAB/Decepticon
Project-URL: Repository, https://github.com/PurpleAILAB/Decepticon
Author: Decepticon Team
License: Apache-2.0
Keywords: ai,autonomous-agents,langchain,langgraph,llm,penetration-testing,red-team,security
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Security
Requires-Python: >=3.13
Requires-Dist: decepticon-core
Requires-Dist: deepagents>=0.5.0
Requires-Dist: defusedxml>=0.7.0
Requires-Dist: fastapi>=0.115.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: langchain-anthropic>=0.3.0
Requires-Dist: langchain-core>=0.3.0
Requires-Dist: langchain-openai>=0.3.0
Requires-Dist: langgraph-cli[inmem]>=0.2.0
Requires-Dist: langgraph-sdk>=0.1.0
Requires-Dist: langgraph>=1.0.0
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: typer[all]>=0.9.0
Requires-Dist: uvicorn>=0.30.0
Requires-Dist: xxhash>=3.0.0
Provides-Extra: all
Requires-Dist: neo4j<7,>=6; extra == 'all'
Requires-Dist: opentelemetry-api>=1.27; extra == 'all'
Requires-Dist: opentelemetry-exporter-otlp>=1.27; extra == 'all'
Requires-Dist: opentelemetry-sdk>=1.27; extra == 'all'
Provides-Extra: neo4j
Requires-Dist: neo4j<7,>=6; extra == 'neo4j'
Provides-Extra: telemetry
Requires-Dist: opentelemetry-api>=1.27; extra == 'telemetry'
Requires-Dist: opentelemetry-exporter-otlp>=1.27; extra == 'telemetry'
Requires-Dist: opentelemetry-sdk>=1.27; extra == 'telemetry'
Description-Content-Type: text/markdown

# decepticon

Opinionated agent framework that builds on top of `decepticon-core`. Carries
the 16 agent factories, 11 middleware implementations, tools, LLM router,
sandbox HTTP client, and skill catalogs.

This package lives in the workspace under `packages/decepticon/`. See the
umbrella [`README.md`](../../README.md) for the project overview,
[`docs/`](../../docs/) for architecture, and the spec at
[`docs/superpowers/specs/2026-05-23-core-framework-sdk-split-design.md`](../../docs/superpowers/specs/2026-05-23-core-framework-sdk-split-design.md)
for the rationale behind the core/framework/sdk split.

## Install

```bash
pip install decepticon
```

Plugin authors should depend on `decepticon-sdk` instead.
