agent-tools-interface 0.7.7

Agent Tools Interface — secure CLI for AI agent tool execution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "ati-pi-examples",
  "private": true,
  "type": "module",
  "scripts": {
    "mcp": "npx tsx mcp_agent.ts",
    "openapi": "npx tsx openapi_agent.ts"
  },
  "dependencies": {
    "@mariozechner/pi-coding-agent": "^0.55.0",
    "@mariozechner/pi-ai": "^0.55.0"
  },
  "devDependencies": {
    "tsx": "^4.0.0"
  }
}