Uses of Package
uno.anahata.ai.context.stateful
Packages that use uno.anahata.ai.context.stateful
Package
Description
This package provides a robust framework for managing "stateful resources" local
resources, primarily files, whose state can change independently of the chat
conversation.
Contains Plain Old Java Objects (POJOs) used as data transfer objects for the tools in the SPI.
-
Classes in uno.anahata.ai.context.stateful used by uno.anahata.ai.context.statefulClassDescriptionRepresents the status of a stateful resource in the context, indicating whether the version in memory is valid, stale, or has been deleted from disk.An interface for objects that represent a stateful resource in the conversation context.A data class that holds the complete status of a stateful resource, comparing its state in the chat context versus its state on the physical disk.
-
Classes in uno.anahata.ai.context.stateful used by uno.anahata.ai.tools.spi.pojosClassDescriptionAn interface for objects that represent a stateful resource in the conversation context.
