nano-bots 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/static/gem.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  module NanoBot
4
4
  GEM = {
5
5
  name: 'nano-bots',
6
- version: '0.0.4',
6
+ version: '0.0.6',
7
7
  author: 'icebaker',
8
8
  summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots',
9
9
  description: 'Ruby Implementation of Nano Bots: small, AI-powered bots easily shared as a single file, designed to support multiple providers such as Vicuna, OpenAI ChatGPT, Google PaLM, Alpaca, and LLaMA.',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nano-bots
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - icebaker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-13 00:00:00.000000000 Z
11
+ date: 2023-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: babosa
@@ -112,6 +112,20 @@ dependencies:
112
112
  - - "~>"
113
113
  - !ruby/object:Gem::Version
114
114
  version: '4.0'
115
+ - !ruby/object:Gem::Dependency
116
+ name: sweet-moon
117
+ requirement: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - "~>"
120
+ - !ruby/object:Gem::Version
121
+ version: 0.0.7
122
+ type: :runtime
123
+ prerelease: false
124
+ version_requirements: !ruby/object:Gem::Requirement
125
+ requirements:
126
+ - - "~>"
127
+ - !ruby/object:Gem::Version
128
+ version: 0.0.7
115
129
  description: 'Ruby Implementation of Nano Bots: small, AI-powered bots easily shared
116
130
  as a single file, designed to support multiple providers such as Vicuna, OpenAI
117
131
  ChatGPT, Google PaLM, Alpaca, and LLaMA.'
@@ -129,21 +143,31 @@ files:
129
143
  - LICENSE
130
144
  - README.md
131
145
  - bin/nb
146
+ - components/adapter.rb
132
147
  - components/provider.rb
133
148
  - components/providers/base.rb
134
149
  - components/providers/openai.rb
135
150
  - components/storage.rb
151
+ - components/stream.rb
152
+ - controllers/cartridges.rb
136
153
  - controllers/instance.rb
137
154
  - controllers/interfaces/cli.rb
138
155
  - controllers/interfaces/eval.rb
139
156
  - controllers/interfaces/repl.rb
140
157
  - controllers/session.rb
141
158
  - docker-compose.example.yml
159
+ - logic/cartridge/adapters.rb
160
+ - logic/cartridge/affixes.rb
161
+ - logic/cartridge/default.rb
162
+ - logic/cartridge/interaction.rb
163
+ - logic/cartridge/streaming.rb
142
164
  - logic/helpers/hash.rb
143
165
  - nano-bots.gemspec
144
166
  - ports/dsl/nano-bots.rb
145
167
  - ports/dsl/nano-bots/cli.rb
168
+ - static/cartridges/baseline.yml
146
169
  - static/cartridges/default.yml
170
+ - static/fennel/fennel.lua
147
171
  - static/gem.rb
148
172
  homepage: https://github.com/icebaker/ruby-nano-bots
149
173
  licenses: