PageIndex 0.2.14 makes the local and cloud clients one surface and exports its tools straight into OpenAI, Anthropic and Claude agents
Released 2026-09-01, PageIndex v0.2.13 and v0.2.14 give `PageIndexLocalClient(storage_path=...)` the same submit, tree, page-content, chat and agent-tool methods as the cloud client, so code moves between them unchanged and local mode needs no server, no vector DB and no API key. Agent integration exposes the cloud MCP tool contract in-process via `client.agent_tools()`, `as_openai_tools()`, `as_anthropic_tools()` and `as_claude_mcp()`, plus one-call `openai_agent_config()` / `anthropic_runner_config()` / `claude_agent_config()` bundles. 0.2.14 adds `chat(protocol="responses"|"messages")` to drive the OpenAI Responses or Anthropic Messages API in that protocol's native shapes with transcripts that append verbatim.
Source
↳ Follow the thread