Uses of Class
com.google.genkit.ai.agent.SessionRunner
Packages that use SessionRunner
Package
Description
This package provides types for the Genkit agents feature, including enums and models for agent
state snapshots, agent execution lifecycle, and agent-related operations.
-
Uses of SessionRunner in com.google.genkit.ai.agent
Methods in com.google.genkit.ai.agent with parameters of type SessionRunnerModifier and TypeMethodDescriptionAgentFn.run(SessionRunner<S> sess, AgentFnContext ctx) Runs one turn of agent logic. -
Uses of SessionRunner in com.google.genkit.ai.agent.internal
Methods in com.google.genkit.ai.agent.internal with parameters of type SessionRunnerModifier and TypeMethodDescriptionstatic <S> StringDetachController.detach(SessionRunner<S> runner, SessionStore<S> store, SessionStoreOptions opts, StreamEmitter<S> emitter, AtomicBoolean abortSignal, DetachController.DetachedTurn<S> turnBody) Handles a detached turn for a server-managed agent.