ag-ui-protocol 0.1.2 → 0.1.4

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: c5e6907f9ed14356318d7581266ad019a2eb97e178792fe7177c9d0aa17733e1
4
- data.tar.gz: 06e94b5cfda0135e1e261ee1ae8a14aeb0bf63c3063cca961d91a84ab6058d2a
3
+ metadata.gz: 2ddd592e87bf143072d321abe757741115a128f50639f7d63c5c9ab6415481bc
4
+ data.tar.gz: ed3292153ae362cc4c59513fe73ccebd22d251b600ca262913e895d8d6ba86cc
5
5
  SHA512:
6
- metadata.gz: c3ae86fc1e7ae9d710d54210b244029e59bd0db1f1b238b9003646e3a8c8947e3cdbbdc2864a257e4b99b9154fccbbbee4f45ee5bc52468b99669b4293d3554b
7
- data.tar.gz: 13d95ca9ae1575f97696554637b40666e08e270be0c9d07493b41ac1fec53b6f716e0bb088bbb2fe10463f1192063b366e664e65657d0446f60bbe094257de31
6
+ metadata.gz: d6bc5eadf4131b1cbe1a1524a37add8a6c6a4fa509a39bb1c3849f00c364b8889a614b207c5abd90fbea4c51149ce94744c863cd6a519bc2b46456257b2136e3
7
+ data.tar.gz: 99671577bf596c2c6eaad23e7fb2af756de31f3585d1b46d189147ae3a91cc17f19c9bbd330c6746ab3ed1d465a58a19abf1737766401580e475357d32546a46
@@ -857,7 +857,7 @@ module AgUiProtocol
857
857
  sig { returns(T.nilable(String)) }
858
858
  attr_reader :parent_run_id
859
859
 
860
- sig { returns(T.nilable(T.untyped)) }
860
+ sig { returns(T.untyped) }
861
861
  attr_reader :input
862
862
 
863
863
  # @param thread_id [String] ID of the conversation thread
@@ -909,7 +909,7 @@ module AgUiProtocol
909
909
  sig { returns(String) }
910
910
  attr_reader :run_id
911
911
 
912
- sig { returns(T.nilable(T.untyped)) }
912
+ sig { returns(T.untyped) }
913
913
  attr_reader :result
914
914
 
915
915
  # @param thread_id [String] ID of the conversation thread
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AgUiProtocol
4
4
  # The version of the protocol.
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.4"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ag-ui-protocol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Buk
@@ -157,8 +157,8 @@ licenses:
157
157
  metadata:
158
158
  rubygems_mfa_required: 'true'
159
159
  source_code_uri: https://github.com/ag-ui-protocol/ag-ui
160
- documentation_uri: https://github.com/ag-ui-protocol/ag-ui/blob/main/sdks/community/ruby/README.md
161
- changelog_uri: https://github.com/ag-ui-protocol/ag-ui/tree/main/sdks/community/ruby/CHANGELOG.md
160
+ documentation_uri: https://github.com/bukhr/ag-ui/blob/feat/ruby-sdk/sdks/community/ruby/README.md
161
+ changelog_uri: https://github.com/bukhr/ag-ui/tree/feat/ruby-sdk/sdks/community/ruby/CHANGELOG.md
162
162
  homepage_uri: https://docs.ag-ui.com/introduction
163
163
  post_install_message:
164
164
  rdoc_options: []