Package dev.dokimos.core.agents


package dev.dokimos.core.agents
  • Class
    Description
    Wraps a complete agent execution trace for evaluation.
    Builder for constructing agent traces.
    Represents a single tool invocation made by an AI agent.
    Builder for constructing tool calls.
    Coercion helpers for turning a raw value into a typed List<ToolCall>.
    Describes an available tool's contract including its name, description, and JSON schema.
    Builder for constructing tool definitions.