language-operator 0.1.49 → 0.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d89b743075960db9dd988ae5f887180b8516d195957926e51ab4b89d8a196d52
4
- data.tar.gz: cc225f6a8b35c482b67f23089011cf54d52317773f6fbbfc4cd1b5c07bf4ccd2
3
+ metadata.gz: 91617890134b2f0eeb1c0504d5e2d1c445e708a5426020d18b73e64dbd0662f2
4
+ data.tar.gz: bba869b039624f1592fc5a9e9e78bed3ddb3dd8f81c4eeb67038f6840cbf58d1
5
5
  SHA512:
6
- metadata.gz: 616074e08d5e3910920bebdcab8cc0896edc196561497864706c054ef5ffd7a3a304bdb37d163e47ce461a60f228257977e081c38de074c4a22a3ff5732d57a0
7
- data.tar.gz: e24978393c2a38de8f0fecd130d3cad25507f6373a46a1e2d11db0af3d72f76e3a4d92f87c8337198cd5267c4f4fb5770f13d640019d4ac8905bceb6974e931f
6
+ metadata.gz: f441cb3356cb9966ab42bf9233fe3588161924c0bfb750ccd9b69c77cac7cf75cadb7df060b2d6f6e1a3cdae2f4925c3adcb994a32b1fd5d90af59a617cc6d7a
7
+ data.tar.gz: bfd8799787987514ba5dd83322e13b77b68f194a961df905d748c491b2681cfcdd52a2d3da92fded53e2583534bf25740f22609b2e041c0ac8c7fdf4a446ce4f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- language-operator (0.1.49)
4
+ language-operator (0.1.50)
5
5
  faraday (~> 2.0)
6
6
  k8s-ruby (~> 0.17)
7
7
  mcp (~> 0.4)
@@ -1101,7 +1101,8 @@ module LanguageOperator
1101
1101
  'namespace' => ctx.namespace,
1102
1102
  'labels' => {
1103
1103
  'app.kubernetes.io/name' => name,
1104
- 'app.kubernetes.io/component' => 'test-agent'
1104
+ 'app.kubernetes.io/component' => 'test-agent',
1105
+ 'langop.io/kind' => 'LanguageAgent'
1105
1106
  }
1106
1107
  },
1107
1108
  'spec' => {
@@ -2,7 +2,7 @@
2
2
  :openapi: 3.0.3
3
3
  :info:
4
4
  :title: Language Operator Agent API
5
- :version: 0.1.49
5
+ :version: 0.1.50
6
6
  :description: HTTP API endpoints exposed by Language Operator reactive agents
7
7
  :contact:
8
8
  :name: Language Operator
@@ -3,7 +3,7 @@
3
3
  "$id": "https://github.com/language-operator/language-operator-gem/schema/agent-dsl.json",
4
4
  "title": "Language Operator Agent DSL",
5
5
  "description": "Schema for defining autonomous AI agents using the Language Operator DSL",
6
- "version": "0.1.49",
6
+ "version": "0.1.50",
7
7
  "type": "object",
8
8
  "properties": {
9
9
  "name": {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LanguageOperator
4
- VERSION = '0.1.49'
4
+ VERSION = '0.1.50'
5
5
  end
data/synth/002/output.log CHANGED
@@ -5,18 +5,17 @@
5
5
  ⚬ Chat session initialized (with_tools=false)
6
6
  ⚬ Executing main block (agent=test-agent, task_count=1)
7
7
  ⚬ Executing main block (inputs_keys=[])
8
- ⚬ Executing task (task=tell_fortune, type=neural, timeout=120.0, max_retries=3)
9
- ⚠ Task execution timed out (task=tell_fortune, attempt=1, timeout=120.0, execution_time=120.001)
10
- ✗ Task execution failed (task=tell_fortune, error_category=TIMEOUT, error_class=LanguageOperator::Agent::TaskTimeoutError, error_message=Task 'tell_fortune' execution failed: timed out after 120.0s, execution_time=120.001, retry_count=0, retryable=false, backtrace=["/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:481:in 'LanguageOperator::Agent::TaskExecutor#execute_single_attempt'", "/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:414:in 'LanguageOperator::Agent::TaskExecutor#execute_with_retry'", "/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:126:in 'block in LanguageOperator::Agent::TaskExecutor#execute_task'", "/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/instrumentation.rb:45:in 'block in LanguageOperator::Agent::Instrumentation#with_span'", "/usr/lib/ruby/gems/3.4.0/gems/opentelemetry-api-1.7.0/lib/opentelemetry/trace/tracer.rb:37:in 'block in OpenTelemetry::Trace::Tracer#in_span'"])
11
- ✗ Task execution failed (task=tell_fortune, error_category=SYSTEM, error_class=LanguageOperator::Agent::TaskTimeoutError, error_message=Task 'tell_fortune' execution failed: timed out after 120.0s, execution_time=120.001, retry_count=0, retryable=false, backtrace=["/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:481:in 'LanguageOperator::Agent::TaskExecutor#execute_single_attempt'", "/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:414:in 'LanguageOperator::Agent::TaskExecutor#execute_with_retry'", "/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:126:in 'block in LanguageOperator::Agent::TaskExecutor#execute_task'", "/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/instrumentation.rb:45:in 'block in LanguageOperator::Agent::Instrumentation#with_span'", "/usr/lib/ruby/gems/3.4.0/gems/opentelemetry-api-1.7.0/lib/opentelemetry/trace/tracer.rb:37:in 'block in OpenTelemetry::Trace::Tracer#in_span'"])
12
- ✗ Main block execution failed (error=LanguageOperator::Agent::TaskTimeoutError, message=Task 'tell_fortune' execution failed: timed out after 120.0s, backtrace=["/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:481:in 'LanguageOperator::Agent::TaskExecutor#execute_single_attempt'", "/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:414:in 'LanguageOperator::Agent::TaskExecutor#execute_with_retry'", "/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:126:in 'block in LanguageOperator::Agent::TaskExecutor#execute_task'", "/usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/instrumentation.rb:45:in 'block in LanguageOperator::Agent::Instrumentation#with_span'", "/usr/lib/ruby/gems/3.4.0/gems/opentelemetry-api-1.7.0/lib/opentelemetry/trace/tracer.rb:37:in 'block in OpenTelemetry::Trace::Tracer#in_span'"])
13
- Error loading agent code: Task 'tell_fortune' execution failed: timed out after 120.0s
14
- /usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:481:in 'LanguageOperator::Agent::TaskExecutor#execute_single_attempt'
15
- /usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:414:in 'LanguageOperator::Agent::TaskExecutor#execute_with_retry'
16
- /usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/task_executor.rb:126:in 'block in LanguageOperator::Agent::TaskExecutor#execute_task'
17
- /usr/lib/ruby/gems/3.4.0/gems/language-operator-0.1.48/lib/language_operator/agent/instrumentation.rb:45:in 'block in LanguageOperator::Agent::Instrumentation#with_span'
18
- /usr/lib/ruby/gems/3.4.0/gems/opentelemetry-api-1.7.0/lib/opentelemetry/trace/tracer.rb:37:in 'block in OpenTelemetry::Trace::Tracer#in_span'
19
- No fallback configured, exiting
20
- ✗ Agent failed with exit code: 1
8
+ ⚬ Executing task (task=tell_fortune, type=neural, timeout=240.0, max_retries=3)
9
+ ⚬ Sending prompt to LLM (task=tell_fortune, prompt_length=417)
10
+ ⚬ LLM response received, extracting content (task=tell_fortune)
11
+ ⚬ Neural task response received (task=tell_fortune, response_length=3617)
12
+ ⚬ Parsing neural task response (task=tell_fortune)
13
+ ⚬ Response parsed successfully (task=tell_fortune, output_keys=[:fortune])
14
+ ⚬ Validating task outputs (task=tell_fortune)
15
+ ⚬ Main execution (33.916s)
16
+ ⚬ Main block completed
17
+ ⚬ Main block execution completed (result={fortune: "Your kindness will bring you much happiness."})
18
+ Your kindness will bring you much happiness.
19
+ ✔ Agent completed successfully
21
20
 
22
21
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: language-operator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.49
4
+ version: 0.1.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Ryan