Module: RosettAi::Plugins::EngineContract

Defined in:
lib/rosett_ai/plugins/engine_contract.rb

Overview

Contract module for engine plugins.

Engine plugins compile behaviour YAML into tool-specific formats, detect installed AI tools, execute API calls, and compile tool-native configuration.

Include this module in your engine's registration module and implement all required class methods.

Defined Under Namespace

Modules: ClassMethods