Metadata-Version: 2.4
Name: apexguard
Version: 0.1.4
Summary: Runtime security middleware for LLM agents — prompt injection, tool misuse, and memory poisoning defense
License: Apache-2.0
Project-URL: Homepage, https://github.com/your-org/agentshield
Project-URL: Documentation, https://agentshield.dev/docs
Project-URL: Repository, https://github.com/your-org/agentshield
Project-URL: Issues, https://github.com/your-org/agentshield/issues
Keywords: llm,security,agent,prompt-injection,ai-safety
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: langchain
Requires-Dist: langchain-core>=0.2; extra == "langchain"
Provides-Extra: llamaindex
Requires-Dist: llama-index-core>=0.10; extra == "llamaindex"
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
