Changelog

Runtime / Direct answers shipped / May 13, 2026

Direct Tool Gateway answers for cited search and calendar reads

Tool Gateway results can now answer supported requests directly when the tool output is already complete.

Back to Changelog
RuntimeTool GatewayReliability

AgentNexus now returns direct Tool Gateway answers for cited web search and Google Calendar read requests before falling back to an external model pass, improving reliability for deterministic tool-backed questions.

Status

Direct answers shipped

Category

Runtime

Date

May 13, 2026

Read time

3 min read

Impact

Users get faster cited web search and Google Calendar read answers when the server-side tool result is already sufficient.

What changed

When the Tool Gateway produces a complete cited web search answer or Google Calendar read result, the chat route can return that answer directly without waiting for an external model pass.

The direct answer still follows normal chat accounting and event logging, while provider keys and OAuth tokens stay server-side.

Why it matters

Tool-backed answers are often already structured, cited, and ready for the user. Returning them directly reduces avoidable latency and keeps transient model capacity issues from blocking supported tool workflows.

What to do

  • Use cited web search for source-backed public web questions.
  • Use Google Calendar read actions for schedule lookup workflows after the workspace connection is authorized.
  • Use fallback model guidance only when a request still needs model reasoning beyond the direct tool result.

Related links

Next step

Check the public documentation

Changelog entries point to user-visible product changes. Use docs for setup, reference, and operating guidance.

Read docs

Related updates