ZTAGENT GITHUB / FREE ENGINE

Secure your AI agent
with ZTAgent.

ZTAgent Core is an Apache-2.0 Python security gateway you can inspect, run, and extend. It makes explicit decisions before model and registered tool calls.

Repository access: An unsigned GitHub visit currently returns 404. Public access must be enabled before visitors can clone or contribute.

INSPECTABLE BY DESIGN

Start with
the Core.

The repository contains a working gateway and documented Python extension points. Other agent framework and MCP integrations remain future work.

01 / INCLUDED

Secure gateway

Put identity, policy, signature checks, and audit decisions in front of model and tool calls.

02 / INCLUDED

Python integration

Call the gateway from Python, register schema-validated tools, or use the optional LangChain adapter.

03 / INCLUDED

Basic rules

Inspect and customize the included YAML signature examples and starter OPA policy.

04 / INCLUDED

Examples + docs

Run the included demo agents and read the architecture, security model, and deployment notes.

DOCUMENTED INSTALL

Clone. Install.
Run locally.

The repository documents a source install with Python 3.11 or newer. There is no verified public pip install ztagent package; use the project’s own setup guide.

git clone https://github.com/victorfang/ztagent.git
cd ztagent
python -m venv .venv
source .venv/bin/activate
pip install -e .

These commands require access to the repository. Follow the README for OPA, identity, secrets, and production configuration before serving requests.

BUILD WITH THE COMMUNITY

Inspect the code.
Improve the boundary.

Once public access is enabled, contributors can file issues, suggest rules, improve examples, and help develop integrations. Review security guidance before reporting vulnerabilities.