back chevron
Back to Events
back chevron
Back to Events

Real-Time Context Engineering for Agents

Real-Time Context Engineering for Agents
No items found.

Real-Time Context Engineering for Agents

calendar icon
November 7, 2025
calendar icon
clock icon
10:55 am
PT
clock icon
PT
clock icon
Talk Track 3, Bellevue College, Seattle

This talk will introduce practical methods for making real-time application data available for RAG in Python-based agents. The talk is aimed at developers interested in either building agents or real-time AI.

Agents need timely and relevant context data to work effectively in an interactive environment. If an agent takes more than a few seconds to react to an action in a client applicatoin, users will not perceive it as intelligent - just laggy.

Real-time context engineering involves building real-time data pipelines to pre-process application data and serve relevant and timely context to agents. This talk will focus on how you can leverage application identifiers (user ID, session ID, article ID, order ID, etc) to identify which real-time context data to provide to agents. We will contrast this approach with the more traditional RAG approach of using vector indexes to retrieve chunks of relevent text using the user query. Our approach will necessitate the introduction of the Agent-to-Agent protocol, an emerging standard for defining APIs for agents.

We will also demonstrate how we provide real-time context data from applications inside Python agents using the Hopsworks feature store. We will walk through an example of an interactive application (TikTok clone).

The Topics covered include :

  • Context Engineering for Agents
  • Real time context retrieval
  • Similarities between feature engineering and context engineering (extracting and compressing data)
  • Shift-left streaming data pipelines vs shift-right on-demand context computation

Read More Here

Register now!

Thank you for registering!
Oops! Something went wrong while submitting the form, please check your details again.

Tags

You might also be interested in: