diff --git a/README.md b/README.md index 0731a02..4ca6441 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AgentShield -AgentShield is a lightweight Python SDK (v0.1.1) that provides a secure middleware +AgentShield is a lightweight Python SDK (v0.1.4) that provides a secure middleware layer between AI agents and developer resources such as repositories, file systems, APIs, and tools. @@ -54,9 +54,6 @@ python -m pytest -q You should see five tests covering core functionality. - -## Project Structure - ### Extending detection The :class:`agentshield.secret_scanner.SecretScanner` class ships with a diff --git a/pyproject.toml b/pyproject.toml index c0c677f..5fbe4fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agentshield-api" -version = "0.1.3" +version = "0.1.4" description = "Secure middleware SDK for AI agents." authors = [{name="Kristian Vazquez", email="kristian120304@gmail.com"}] readme = "README.md"