Class: RailsAiBridge::Registry::AgentEntry

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

Overview

Metadata entry for an agent/workflow inside a pack's tile manifest.

Instance Attribute Summary collapse

Instance Attribute Details

#depends_onObject (readonly)

Returns the value of attribute depends_on

Returns:

  • (Object)

    the current value of depends_on



23
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 23

AgentEntry = Data.define(:path, :description, :depends_on)

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



23
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 23

AgentEntry = Data.define(:path, :description, :depends_on)

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



23
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 23

AgentEntry = Data.define(:path, :description, :depends_on)