activeagent 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/active_agent.rb +0 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 45c2b927c48f97fccc3469685189866cf786e50ffdbf77bb44a12e8b466bc418
4
+ data.tar.gz: 472adff0970f195c4cfbbeb0a6e4157c94eaa53d9c4969c6fc032e9cf3147705
5
+ SHA512:
6
+ metadata.gz: d157d1c1e98ecc510248f29b801183f82bc56ace19e5e1d9dcabd551e4e5878ee08307ca824b9ec2739893acdbe17cdf41551225898d0ca6fecb4fd9623b6a94
7
+ data.tar.gz: 9f67dbe0db5b81410c19cac2e8dcc07b3bf42f29ddd559d9d7fef3f961efee3687883e41fa2651e17df06211dc0b6b25c76806e5127c6985682b5fc607971008
File without changes
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: activeagent
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: A simple way to perform long running LLM background jobs and streaming
14
+ responses
15
+ email: jusbowen@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/active_agent.rb
21
+ homepage: https://rubygems.org/gems/activeagent
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.5.3
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A simple way to perform long running LLM background jobs and streaming responses
44
+ test_files: []