Uses of Package
org.machanism.machai.ai.tools
Packages that use org.machanism.machai.ai.tools
Package
Description
Defines the provider abstraction layer used by Machai to integrate with
concrete generative AI platforms through a consistent application-facing API.
Provides concrete implementations of the Machai generative AI provider
abstraction.
Defines the annotation model and runtime contracts used to expose Java methods
and service-provider implementations as AI-accessible tools and prompts.
-
Classes in org.machanism.machai.ai.tools used by org.machanism.machai.ai.providerClassDescriptionService-provider interface (SPI) for installing host-provided function tools.Descriptor for a parameter used in tool or prompt definitions within the AI provider framework.Enumeration representing participant roles in an AI interaction context.Functional interface representing a tool callable by a provider during a run.
-
Classes in org.machanism.machai.ai.tools used by org.machanism.machai.ai.provider.implClassDescriptionDescriptor for a parameter used in tool or prompt definitions within the AI provider framework.Functional interface representing a tool callable by a provider during a run.
-
Classes in org.machanism.machai.ai.tools used by org.machanism.machai.ai.tools