agent-tools-interface 0.7.7

Agent Tools Interface — secure CLI for AI agent tool execution
Documentation
1
2
3
4
5
6
# No Python dependencies — Codex is a Node.js CLI tool.
# Install: npm i -g @openai/codex
#
# The Python scripts (mcp_agent.py, openapi_agent.py) are thin wrappers
# around `codex exec` for consistency with other ATI examples.
# They use only the Python standard library.