Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down