acp_sdk_async 0.2.0

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.
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: acp_sdk_async
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - nutsoriginal
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: async
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '2.32'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '2.32'
26
+ - !ruby/object:Gem::Dependency
27
+ name: logger
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '1.6'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '1.6'
40
+ description: Typed schema models, JSON-RPC connection, agent and client wrappers,
41
+ and stdio process management for the Agent Client Protocol.
42
+ executables: []
43
+ extensions: []
44
+ extra_rdoc_files: []
45
+ files:
46
+ - LICENSE
47
+ - README.md
48
+ - lib/acp/agent.rb
49
+ - lib/acp/client.rb
50
+ - lib/acp/connection.rb
51
+ - lib/acp/exceptions.rb
52
+ - lib/acp/meta.rb
53
+ - lib/acp/router.rb
54
+ - lib/acp/schema.rb
55
+ - lib/acp/schema_base.rb
56
+ - lib/acp/stdio.rb
57
+ - lib/acp/transport.rb
58
+ - lib/acp/version.rb
59
+ - lib/acp/wait.rb
60
+ - lib/acp_sdk.rb
61
+ - lib/acp_sdk_async.rb
62
+ - schema/VERSION
63
+ - schema/meta.json
64
+ - schema/schema.json
65
+ homepage: https://github.com/nutsoriginal/acp_sdk
66
+ licenses:
67
+ - Unlicense
68
+ metadata:
69
+ rubygems_mfa_required: 'true'
70
+ source_code_uri: https://github.com/nutsoriginal/acp_sdk
71
+ bug_tracker_uri: https://github.com/nutsoriginal/acp_sdk/issues
72
+ documentation_uri: https://agentclientprotocol.com
73
+ rdoc_options: []
74
+ require_paths:
75
+ - lib
76
+ required_ruby_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: 3.2.0
81
+ required_rubygems_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
86
+ requirements: []
87
+ rubygems_version: 4.0.16
88
+ specification_version: 4
89
+ summary: Ruby SDK for the Agent Client Protocol (ACP)
90
+ test_files: []