solid_agent 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/solid_agent.rb +0 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2538e4679d79c86ca07874c50eeff13dfa542019af76c9b9b247e68a6527281b
4
+ data.tar.gz: b883e74f4e2c870b451bc8fc206c21c3639681abb99877b09a702d717385742c
5
+ SHA512:
6
+ metadata.gz: 41868b5e2dcbdd9b7ee9a50d0479e02cab65cab421097bf7608725eb430bc15b2d86c63434d12aa29d3dc85c447e2f9230e0bb50ecee788e9b7c0bf82a5db06f
7
+ data.tar.gz: '09b3bebf383a8a01617ad1b160bc4ca3362299b6f9e6c5e760790b5f669c4b4ac78cafce0bad4d1214914dc4e89d5ada45817c9c3a58c727c432a07ce7fde428'
File without changes
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: solid_agent
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Justin Bowen
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-05-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple way to make Ruby AI Agents
14
+ email: jusbowen@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/solid_agent.rb
20
+ homepage: https://rubygems.org/gems/solid_eagent
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.5.3
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: A simple way to make Ruby AI Agents
43
+ test_files: []