actionagent 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/action_agent.rb +0 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e1b739d2e78c3f849d64e3f56aa71ef7440b6f06436b6af25a0c2e4a10e25689
4
+ data.tar.gz: b7fe14171eea51b1103697797ac560f1d88e6bdabce160e2a895d7e8921aae9e
5
+ SHA512:
6
+ metadata.gz: 93b1cf8066fc733d3bad225cbaef4a0c67d1857cc570352bb8b706fe40c79b91ad0917f19064ee66f3083be2be87f2e008427e53240ed16bbcf2fcf667a3798a
7
+ data.tar.gz: 8c6e97cc46ce208b8cbbc08aa55cc8155e82ff525305fb3a87c979cde2f36eb824ac2fd129838c5dc3664ca2a34961f4ec1cb73cbef0072d99b1200eecd86106
File without changes
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: actionagent
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-03-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ActionAgent provide a convenient way to create LLM agents in Ruby.
14
+ email: jusbowen@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/action_agent.rb
20
+ homepage: https://rubygems.org/gems/actionagent
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: ActionAgent provide a convenient way to create LLM agents in Ruby.
43
+ test_files: []