robot_lab-cyborg 0.2.7

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: robot_lab-cyborg
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.7
5
+ platform: ruby
6
+ authors:
7
+ - Dewayne VanHoozer
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: robot_lab
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '0.2'
19
+ - - ">="
20
+ - !ruby/object:Gem::Version
21
+ version: 0.2.6
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - "~>"
27
+ - !ruby/object:Gem::Version
28
+ version: '0.2'
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: 0.2.6
32
+ description: 'Adds a human peer worker to RobotLab networks: same bus and memory,
33
+ receiving and issuing tasks alongside robots.'
34
+ email:
35
+ - dvanhoozer@gmail.com
36
+ executables: []
37
+ extensions: []
38
+ extra_rdoc_files: []
39
+ files:
40
+ - ".envrc"
41
+ - ".github/workflows/deploy-github-pages.yml"
42
+ - ".loki"
43
+ - ".rubocop.yml"
44
+ - CHANGELOG.md
45
+ - LICENSE.txt
46
+ - README.md
47
+ - Rakefile
48
+ - docs/api_reference.md
49
+ - docs/custom_channels.md
50
+ - docs/getting_started.md
51
+ - docs/how_it_works.md
52
+ - docs/index.md
53
+ - examples/01_human_in_the_network.rb
54
+ - examples/02_terminal_mentions.rb
55
+ - examples/03_robot_interviews_cyborg.rb
56
+ - examples/04_presence_and_availability.rb
57
+ - examples/05_listening_and_duplex.rb
58
+ - lib/robot_lab/cyborg.rb
59
+ - lib/robot_lab/cyborg/channel.rb
60
+ - lib/robot_lab/cyborg/conversation.rb
61
+ - lib/robot_lab/cyborg/interviewer.rb
62
+ - lib/robot_lab/cyborg/version.rb
63
+ - mkdocs.yml
64
+ - sig/robot_lab/cyborg.rbs
65
+ homepage: https://github.com/MadBomber/robot_lab-cyborg
66
+ licenses:
67
+ - MIT
68
+ metadata:
69
+ homepage_uri: https://github.com/MadBomber/robot_lab-cyborg
70
+ source_code_uri: https://github.com/MadBomber/robot_lab-cyborg
71
+ changelog_uri: https://github.com/MadBomber/robot_lab-cyborg/blob/main/CHANGELOG.md
72
+ rubygems_mfa_required: 'true'
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.19
88
+ specification_version: 4
89
+ summary: Cyborg extension for the RobotLab multi-robot LLM orchestration framework.
90
+ test_files: []