Package dyntabs.ai
package dyntabs.ai
-
ClassesClassDescriptionBuilder for creating an
EasyAgentthat autonomously plans and executes multi-step tasks using your registered Java services.Builder for creating AI assistant proxies from annotated interfaces.A simple chat conversation with an AI model.Builder for creatingConversationinstances.An AI agent that autonomously plans and executes multi-step tasks by orchestrating calls to your registered Java services.Main entry point for the EasyAI library.Immutable configuration for EasyAI.LoadsEasyAIConfigfromeasyai.propertieson the classpath.The write side of EasyAI RAG: takes documents and persists their embeddings into a vector store, so an assistant can retrieve them later.Builds a one-shot, typed extraction: turn unstructured text or a document into a populated Java object (record or POJO).Entry step for the document-indexing pipeline — picks where the vectors go, then hands you anEasyIndexerthat knows how to put them there.Factory that createsChatModelinstances based onEasyAIConfig.