<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Request for Genie Agent Mode API with Streaming &amp;amp; Reasoning Trace Support in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/request-for-genie-agent-mode-api-with-streaming-amp-reasoning/m-p/159400#M1867</link>
    <description>&lt;P&gt;Hi Asfriz,&lt;/P&gt;&lt;P&gt;Genie Agent mode is currently unavailable via direct API. This capability is something we are also eagerly waiting for.&lt;BR /&gt;&lt;BR /&gt;For now, you can try building an Agent Supervisor which has your Genie space served as a tool &amp;amp; utilize the orchestrator model to mimic the Genie Agent mode. I know this might not be exactly what you are looking for but we tried this &amp;amp; were able to get significantly better response (both quality &amp;amp; structure) for one of our implementations.&amp;nbsp;&lt;BR /&gt;Since all of this will be managed by mlflow traces &amp;amp; LLM judges, management of intermediate steps will also be relatively easy. Refer to this for more details:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-evaluation/" target="_blank"&gt;Agent Evaluation (MLflow 2) | Databricks on AWS&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, this new release might be coming sooner than expected with the DAIS going on.&lt;/P&gt;&lt;P&gt;Databricks recently announced 3 new Genie capabilities: &lt;A href="https://www.databricks.com/blog/introducing-genie-one-genie-ontology-and-genie-agents" target="_blank"&gt;https://www.databricks.com/blog/introducing-genie-one-genie-ontology-and-genie-agents&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would love to connect further on this use case.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jun 2026 06:40:51 GMT</pubDate>
    <dc:creator>Ankitkalra40</dc:creator>
    <dc:date>2026-06-17T06:40:51Z</dc:date>
    <item>
      <title>Request for Genie Agent Mode API with Streaming &amp; Reasoning Trace Support</title>
      <link>https://community.databricks.com/t5/generative-ai/request-for-genie-agent-mode-api-with-streaming-amp-reasoning/m-p/156123#M1792</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Genie Agent Mode has been incredibly impressive and is one of the best tools we’ve come across, especially in how it handles multi-step reasoning and delivers structured end-to-end insights.&lt;/P&gt;&lt;P&gt;We’re currently building a frontend application and would love to use Genie Agent Mode as the backend engine. However, we’ve hit a key limitation:&lt;/P&gt;&lt;P&gt;Agent Mode is not available via API, and its capabilities are restricted to the UI.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What we need&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To integrate this into a production application, we’re specifically looking for:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Agent Mode API access&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Ability to send prompts programmatically&lt;BR /&gt;- Execute full Agent workflows outside the UI&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Reasoning trace / intermediate steps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Structured breakdown of the agent’s internal process, including:&lt;/P&gt;&lt;P&gt;- Question understanding&lt;BR /&gt;- Query generation&lt;BR /&gt;- Iterative refinement steps&lt;BR /&gt;- Final answer synthesis&lt;BR /&gt;- Additionally, lightweight &lt;STRONG&gt;status updates&lt;/STRONG&gt; during execution such as:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;“Understanding question…”&lt;BR /&gt;“Running queries…”&lt;BR /&gt;“Analyzing results…”&lt;/P&gt;&lt;P&gt;These intermediate updates are extremely valuable for frontend UX and transparency.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Streaming support (real-time response)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Responses delivered in incremental chunks (similar to a typing effect) rather than a single final response&lt;BR /&gt;- Ability to stream partial outputs to the frontend&amp;nbsp;&lt;BR /&gt;- This allows users to:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;- See answers forming in real time&lt;BR /&gt;- Stay engaged during longer-running queries&lt;BR /&gt;- Combine streamed output with live status updates&lt;/P&gt;&lt;P&gt;Genie Conversation APIs are helpful, but they don’t replicate the multi-step reasoning and iterative behavior of Agent Mode.&lt;/P&gt;&lt;P&gt;This would unlock a huge opportunity to build real-time data applications directly on Databricks.&lt;/P&gt;&lt;P&gt;Would love to know if this is on the roadmap.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 04:23:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/request-for-genie-agent-mode-api-with-streaming-amp-reasoning/m-p/156123#M1792</guid>
      <dc:creator>asfriz</dc:creator>
      <dc:date>2026-05-05T04:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Request for Genie Agent Mode API with Streaming &amp; Reasoning Trace Support</title>
      <link>https://community.databricks.com/t5/generative-ai/request-for-genie-agent-mode-api-with-streaming-amp-reasoning/m-p/159400#M1867</link>
      <description>&lt;P&gt;Hi Asfriz,&lt;/P&gt;&lt;P&gt;Genie Agent mode is currently unavailable via direct API. This capability is something we are also eagerly waiting for.&lt;BR /&gt;&lt;BR /&gt;For now, you can try building an Agent Supervisor which has your Genie space served as a tool &amp;amp; utilize the orchestrator model to mimic the Genie Agent mode. I know this might not be exactly what you are looking for but we tried this &amp;amp; were able to get significantly better response (both quality &amp;amp; structure) for one of our implementations.&amp;nbsp;&lt;BR /&gt;Since all of this will be managed by mlflow traces &amp;amp; LLM judges, management of intermediate steps will also be relatively easy. Refer to this for more details:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-evaluation/" target="_blank"&gt;Agent Evaluation (MLflow 2) | Databricks on AWS&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, this new release might be coming sooner than expected with the DAIS going on.&lt;/P&gt;&lt;P&gt;Databricks recently announced 3 new Genie capabilities: &lt;A href="https://www.databricks.com/blog/introducing-genie-one-genie-ontology-and-genie-agents" target="_blank"&gt;https://www.databricks.com/blog/introducing-genie-one-genie-ontology-and-genie-agents&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would love to connect further on this use case.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 06:40:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/request-for-genie-agent-mode-api-with-streaming-amp-reasoning/m-p/159400#M1867</guid>
      <dc:creator>Ankitkalra40</dc:creator>
      <dc:date>2026-06-17T06:40:51Z</dc:date>
    </item>
  </channel>
</rss>

