AgenticRetrieveStep¶
Enum Class¶
AgenticRetrieveStep
¶
Bases: UnknownEnumMixin, StrEnum
The step in the agentic retrieval process.
Attributes¶
FULL_DOCUMENT_EXPANSION
class-attribute
instance-attribute
¶
The full document expansion phase.
PLANNING
class-attribute
instance-attribute
¶
The planning phase of retrieval.
RETRIEVAL
class-attribute
instance-attribute
¶
The retrieval phase where data is fetched.
SESSION_HISTORY_LOAD
class-attribute
instance-attribute
¶
The phase that restores prior session history from AgentCore Memory short-term memory, before the agent begins work.
SPECULATIVE_RETRIEVAL
class-attribute
instance-attribute
¶
A speculative retrieval phase for optimization.