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).
    A deterministic, developer-authored pipeline: it runs a fixed sequence of named steps, threading a typed FlowContext from one to the next, and calls the LLM only where you put a step that calls it.
    Builder for an EasyAI.flow() pipeline: you lay out the named steps in the order they must run, then FlowBuilder.build() returns a ready-to-run Flow.
    Entry step for the document-indexing pipeline — picks where the vectors go, then hands you an EasyIndexer that knows how to put them there.