You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/runtime/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Runtime
2
2
3
3
<divclass="language-support-tag">
4
-
<spanclass="lst-supported">Supported in ADK</span><spanclass="lst-python">Python v0.1.0</span><spanclass="lst-go">Go v0.1.0</span>
5
-
</div><spanclass="lst-java">Java v0.1.0</span>
4
+
<spanclass="lst-supported">Supported in ADK</span><spanclass="lst-python">Python v0.1.0</span><spanclass="lst-go">Go v0.1.0</span><spanclass="lst-java">Java v0.1.0</span>
5
+
</div>
6
6
7
7
The ADK Runtime is the underlying engine that powers your agent application during user interactions. It's the system that takes your defined agents, tools, and callbacks and orchestrates their execution in response to user input, managing the flow of information, state changes, and interactions with external services like LLMs or storage.
0 commit comments