Uses of Package
dyntabs.ai

Packages that use dyntabs.ai
Package
Description
 
  • Classes in dyntabs.ai used by dyntabs.ai
    Class
    Description
    Builder for creating an EasyAgent that 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 creating Conversation instances.
    An AI agent that autonomously plans and executes multi-step tasks by orchestrating calls to your registered Java services.
    Immutable configuration for EasyAI.
     
    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 an EasyIndexer that knows how to put them there.