Uses of Interface
com.google.genkit.ai.agent.AgentTransport
Packages that use AgentTransport
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 AgentTransport in com.google.genkit.ai.agent
Methods in com.google.genkit.ai.agent with parameters of type AgentTransportModifier and TypeMethodDescriptionstatic <S> AgentChat<S> AgentChat.over(AgentTransport<S> transport, AgentInit<S> init) Creates a chat over any transport. -
Uses of AgentTransport in com.google.genkit.ai.agent.internal
Classes in com.google.genkit.ai.agent.internal that implement AgentTransportModifier and TypeClassDescriptionfinal classIn-processAgentTransportthat drives a locally-definedAgentvia its bidi action. -
Uses of AgentTransport in com.google.genkit.client
Classes in com.google.genkit.client that implement AgentTransportModifier and TypeClassDescriptionfinal classHTTP implementation ofAgentTransportthat speaks the JettyAgentHandlerwire format.