Metadata-Version: 2.4
Name: aegis-agentguard-api
Version: 0.1.0b1
Summary: Guard API / Control Plane service for AgentGuard
Author: AEGIS Team
License-Expression: MIT
Project-URL: Homepage, https://github.com/JToday666/agent-guard
Project-URL: Repository, https://github.com/JToday666/agent-guard
Project-URL: Issues, https://github.com/JToday666/agent-guard/issues
Keywords: agent,ai,security,fastapi,audit,approval
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: FastAPI
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aegis-agentguard-core==0.1.0b1
Requires-Dist: alembic>=1.16
Requires-Dist: fastapi>=0.136
Requires-Dist: httpx>=0.28
Requires-Dist: psycopg[binary]>=3.3
Requires-Dist: SQLAlchemy>=2.0
Requires-Dist: uvicorn>=0.49
Dynamic: license-file

# aegis-agentguard-api

AgentGuard Guard API / Control Plane 的 PyPI 分发名为 `aegis-agentguard-api`，内部 Python
import 保持为 `guard_api`。服务提供安全判定、策略、审批、审计、指标与溯源 HTTP API。

```bash
pip install --pre aegis-agentguard-api
agentguard-api
```

默认监听地址与数据库连接由 `AGENTGUARD_HOST`、`AGENTGUARD_PORT` 和 `AGENTGUARD_DATABASE_URL` 等环境变量控制。
