Class: RailsAiBridge::Registry::ResolvedSkill

Inherits:
Data
  • Object
show all
Defined in:
lib/rails_ai_bridge/registry/resolver.rb

Overview

A resolved skill or agent, containing its content and metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



29
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 29

ResolvedSkill = Data.define(:name, :pack, :path, :content)

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



29
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 29

ResolvedSkill = Data.define(:name, :pack, :path, :content)

#packObject (readonly)

Returns the value of attribute pack

Returns:

  • (Object)

    the current value of pack



29
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 29

ResolvedSkill = Data.define(:name, :pack, :path, :content)

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



29
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 29

ResolvedSkill = Data.define(:name, :pack, :path, :content)