Uses of Interface
com.google.genkit.ai.agent.AgentApi
Packages that use AgentApi
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 AgentApi in com.google.genkit.ai.agent
Classes in com.google.genkit.ai.agent that implement AgentApiModifier and TypeClassDescriptionfinal classAgent<S>Agent is a bidirectional streaming agent action that manages session state and provides typed facades for snapshot retrieval and abort.