Secure gateway
Put identity, policy, signature checks, and audit decisions in front of model and tool calls.
ZTAGENT GITHUB / FREE ENGINE
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
The repository contains a working gateway and documented Python extension points. Other agent framework and MCP integrations remain future work.
Put identity, policy, signature checks, and audit decisions in front of model and tool calls.
Call the gateway from Python, register schema-validated tools, or use the optional LangChain adapter.
Inspect and customize the included YAML signature examples and starter OPA policy.
Run the included demo agents and read the architecture, security model, and deployment notes.
DOCUMENTED INSTALL
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
Once public access is enabled, contributors can file issues, suggest rules, improve examples, and help develop integrations. Review security guidance before reporting vulnerabilities.