Class: Insika::Wiring::Graph::Result
- Inherits:
-
Struct
- Object
- Struct
- Insika::Wiring::Graph::Result
- Defined in:
- lib/insika/wiring/graph.rb
Overview
Full graph (phase 2 output). code_tool_registry is the plain code registry
(REGISTRY); tool_registry is the effective one the Executor uses (the
deployment's overlay, or the same code registry at the base).
Instance Attribute Summary collapse
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#budget_ledger ⇒ Object
Returns the value of attribute budget_ledger.
-
#bus ⇒ Object
Returns the value of attribute bus.
-
#capability_registry ⇒ Object
Returns the value of attribute capability_registry.
-
#channel_delivery ⇒ Object
Returns the value of attribute channel_delivery.
-
#channel_registry ⇒ Object
Returns the value of attribute channel_registry.
-
#checkpoint_store ⇒ Object
Returns the value of attribute checkpoint_store.
-
#circuit_state ⇒ Object
Returns the value of attribute circuit_state.
-
#code_tool_registry ⇒ Object
Returns the value of attribute code_tool_registry.
-
#context_builder ⇒ Object
Returns the value of attribute context_builder.
-
#context_providers ⇒ Object
Returns the value of attribute context_providers.
-
#delegation_store ⇒ Object
Returns the value of attribute delegation_store.
-
#event_stream ⇒ Object
Returns the value of attribute event_stream.
-
#executor ⇒ Object
Returns the value of attribute executor.
-
#guardrails ⇒ Object
Returns the value of attribute guardrails.
-
#hooks ⇒ Object
Returns the value of attribute hooks.
-
#inbound_log ⇒ Object
Returns the value of attribute inbound_log.
-
#memory_store ⇒ Object
Returns the value of attribute memory_store.
-
#middleware ⇒ Object
Returns the value of attribute middleware.
-
#outbox_store ⇒ Object
Returns the value of attribute outbox_store.
-
#pending_action_store ⇒ Object
Returns the value of attribute pending_action_store.
-
#policy_engine ⇒ Object
Returns the value of attribute policy_engine.
-
#policy_registry ⇒ Object
Returns the value of attribute policy_registry.
-
#profiles ⇒ Object
Returns the value of attribute profiles.
-
#prompt_catalog ⇒ Object
Returns the value of attribute prompt_catalog.
-
#refinement_store ⇒ Object
Returns the value of attribute refinement_store.
-
#session_store ⇒ Object
Returns the value of attribute session_store.
-
#skill_catalog ⇒ Object
Returns the value of attribute skill_catalog.
-
#task_store ⇒ Object
Returns the value of attribute task_store.
-
#token_store ⇒ Object
Returns the value of attribute token_store.
-
#tool_catalog ⇒ Object
Returns the value of attribute tool_catalog.
-
#tool_registry ⇒ Object
Returns the value of attribute tool_registry.
-
#workflow_registry ⇒ Object
Returns the value of attribute workflow_registry.
Instance Method Summary collapse
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def backend @backend end |
#budget_ledger ⇒ Object
Returns the value of attribute budget_ledger
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def budget_ledger @budget_ledger end |
#bus ⇒ Object
Returns the value of attribute bus
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def bus @bus end |
#capability_registry ⇒ Object
Returns the value of attribute capability_registry
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def capability_registry @capability_registry end |
#channel_delivery ⇒ Object
Returns the value of attribute channel_delivery
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def channel_delivery @channel_delivery end |
#channel_registry ⇒ Object
Returns the value of attribute channel_registry
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def channel_registry @channel_registry end |
#checkpoint_store ⇒ Object
Returns the value of attribute checkpoint_store
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def checkpoint_store @checkpoint_store end |
#circuit_state ⇒ Object
Returns the value of attribute circuit_state
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def circuit_state @circuit_state end |
#code_tool_registry ⇒ Object
Returns the value of attribute code_tool_registry
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def code_tool_registry @code_tool_registry end |
#context_builder ⇒ Object
Returns the value of attribute context_builder
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def context_builder @context_builder end |
#context_providers ⇒ Object
Returns the value of attribute context_providers
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def context_providers @context_providers end |
#delegation_store ⇒ Object
Returns the value of attribute delegation_store
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def delegation_store @delegation_store end |
#event_stream ⇒ Object
Returns the value of attribute event_stream
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def event_stream @event_stream end |
#executor ⇒ Object
Returns the value of attribute executor
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def executor @executor end |
#guardrails ⇒ Object
Returns the value of attribute guardrails
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def guardrails @guardrails end |
#hooks ⇒ Object
Returns the value of attribute hooks
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def hooks @hooks end |
#inbound_log ⇒ Object
Returns the value of attribute inbound_log
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def inbound_log @inbound_log end |
#memory_store ⇒ Object
Returns the value of attribute memory_store
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def memory_store @memory_store end |
#middleware ⇒ Object
Returns the value of attribute middleware
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def middleware @middleware end |
#outbox_store ⇒ Object
Returns the value of attribute outbox_store
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def outbox_store @outbox_store end |
#pending_action_store ⇒ Object
Returns the value of attribute pending_action_store
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def pending_action_store @pending_action_store end |
#policy_engine ⇒ Object
Returns the value of attribute policy_engine
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def policy_engine @policy_engine end |
#policy_registry ⇒ Object
Returns the value of attribute policy_registry
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def policy_registry @policy_registry end |
#profiles ⇒ Object
Returns the value of attribute profiles
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def profiles @profiles end |
#prompt_catalog ⇒ Object
Returns the value of attribute prompt_catalog
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def prompt_catalog @prompt_catalog end |
#refinement_store ⇒ Object
Returns the value of attribute refinement_store
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def refinement_store @refinement_store end |
#session_store ⇒ Object
Returns the value of attribute session_store
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def session_store @session_store end |
#skill_catalog ⇒ Object
Returns the value of attribute skill_catalog
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def skill_catalog @skill_catalog end |
#task_store ⇒ Object
Returns the value of attribute task_store
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def task_store @task_store end |
#token_store ⇒ Object
Returns the value of attribute token_store
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def token_store @token_store end |
#tool_catalog ⇒ Object
Returns the value of attribute tool_catalog
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def tool_catalog @tool_catalog end |
#tool_registry ⇒ Object
Returns the value of attribute tool_registry
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def tool_registry @tool_registry end |
#workflow_registry ⇒ Object
Returns the value of attribute workflow_registry
233 234 235 |
# File 'lib/insika/wiring/graph.rb', line 233 def workflow_registry @workflow_registry end |