mcp + tools
OpenAI Agents MCP quickstart
Use TARX as a tool and context layer for OpenAI Agents with clear local and hosted boundaries.
TARX can plug into agent workflows as a tool and context layer. The key is preserving route boundaries while developers build with familiar agent patterns.
Remote tool shape
Hosted or public-safe tools can be exposed through a remote MCP server.
const tarxMcp = {
type: "mcp",
server_url: "https://mcp.tarx.com/mcp"
}Local-private shape
For private memory, files, and local device context, keep the executor on the Computer and route through the local TARX runtime.
Review rule
Agent actions should show what tool is being used, what route it needs, and what evidence will be retained.
