Package org.machanism.machai.ai.provider.claude


package org.machanism.machai.ai.provider.claude
Provides Anthropic Claude integration for the MachAI generative AI abstraction layer.

This package contains the Claude-specific implementation of the Genai contract. Its classes are intended to adapt Anthropic Claude models to the common provider lifecycle used by the application, including initialization, prompt accumulation, instruction handling, tool registration, usage reporting, and embedding requests.

The current implementation is a provider scaffold and defines the package location for Claude support while the concrete behavior is completed incrementally.