ag-ui-protocol 0.1.1 → 0.1.3
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 +4 -4
- data/lib/ag-ui-protocol.rb +5 -0
- data/lib/ag_ui_protocol/core/events.rb +2 -2
- data/lib/ag_ui_protocol/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0b03745f47eb408ba8b2cee053d88f2b05cbbc2966bdb910affbf5ca9d1c0fe
|
|
4
|
+
data.tar.gz: 4ec15e33436ac6c1ff264d4ca19d5a177fc71ebc3af2f5a5a46dc347a0c376f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b245d1c4c69812855ed10c99af8e72a16551f14e7d82cb2f1a9e038d7d0ea859b9646c7ecbb952dd1402b4dcce33aacc10cda920f8c2c2f9f46ce5aaf465755f
|
|
7
|
+
data.tar.gz: 8256073bbd6109ea91300820753a56383cbf0c15caf8b453c27f088651a79bb01a547ee462da660086f735aadf8220a6c9f0eca3d01def2bfaa7273bf373fdb0
|
|
@@ -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.
|
|
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.
|
|
912
|
+
sig { returns(T.untyped) }
|
|
913
913
|
attr_reader :result
|
|
914
914
|
|
|
915
915
|
# @param thread_id [String] ID of the conversation thread
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ag-ui-protocol
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Buk
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -144,6 +144,7 @@ executables: []
|
|
|
144
144
|
extensions: []
|
|
145
145
|
extra_rdoc_files: []
|
|
146
146
|
files:
|
|
147
|
+
- lib/ag-ui-protocol.rb
|
|
147
148
|
- lib/ag_ui_protocol.rb
|
|
148
149
|
- lib/ag_ui_protocol/core/events.rb
|
|
149
150
|
- lib/ag_ui_protocol/core/types.rb
|
|
@@ -156,8 +157,8 @@ licenses:
|
|
|
156
157
|
metadata:
|
|
157
158
|
rubygems_mfa_required: 'true'
|
|
158
159
|
source_code_uri: https://github.com/ag-ui-protocol/ag-ui
|
|
159
|
-
documentation_uri: https://github.com/
|
|
160
|
-
changelog_uri: https://github.com/
|
|
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
|
|
161
162
|
homepage_uri: https://docs.ag-ui.com/introduction
|
|
162
163
|
post_install_message:
|
|
163
164
|
rdoc_options: []
|