Class: RailsAiBridge::Registry::AgentEntry
- Inherits:
-
Data
- Object
- Data
- RailsAiBridge::Registry::AgentEntry
- 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
-
#depends_on ⇒ Object
readonly
Returns the value of attribute depends_on.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#depends_on ⇒ Object (readonly)
Returns the value of attribute depends_on
23 |
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 23 AgentEntry = Data.define(:path, :description, :depends_on) |
#description ⇒ Object (readonly)
Returns the value of attribute description
23 |
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 23 AgentEntry = Data.define(:path, :description, :depends_on) |
#path ⇒ Object (readonly)
Returns the value of attribute path
23 |
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 23 AgentEntry = Data.define(:path, :description, :depends_on) |