Table of Contents

Namespace Mythosia.AI.Services

Interfaces

IAIService

Core abstraction for AI completion and streaming services. Implement this interface to create custom AI service providers.

IFunctionRegisterable

Marks an AI service as capable of accepting function (tool) registrations at runtime. Implemented by AIService in the core package.