active_genie 0.0.22 → 0.0.24
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- metadata +4 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88cd13341dc47e212e3d0cafdf530dfe6f6360c482d15e999330e231a03fbdd3
|
4
|
+
data.tar.gz: 44465211f6da6fa22815073156a4c2f99630272db3976a893c4b3653b83bd4fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a8f1bee6522930c86120feb3ec5a4fd0c1e38f0afae287bb5892bfbf949449500b4e186f74048d2a06563f61254f66cf1eee26bd73d0b7876d02be923dc7213
|
7
|
+
data.tar.gz: f2eafe8adb628044264436b197c54e09c4a8b27af210bf62c57071bfb83e5631144bc32ac61647f1e714249b181ede1acfa4f9315516da44099ce964ace1e72a
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.24
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_genie
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Radamés Roriz
|
@@ -9,18 +9,9 @@ bindir: bin
|
|
9
9
|
cert_chain: []
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
|
-
description:
|
13
|
-
|
14
|
-
by Generative AI (GenAI) models. Just like Lodash or ActiveStorage, ActiveGenie
|
15
|
-
brings a set of Modules to reach real value fast and reliably.\nActiveGenie is backed
|
16
|
-
by a custom benchmarking system that ensures consistent quality and performance
|
17
|
-
across different models and providers in every release.\n\n## Features\n\n* **Data
|
18
|
-
Extractor:** (100% precision) Extract structured data from text using AI-powered
|
19
|
-
analysis\n* **Scoring:** (69% precision) Text evaluation system with detailed scoring
|
20
|
-
and feedback\n* **Battle:** (100% precision) AI-powered battle evaluation system
|
21
|
-
between two players\n* **Ranking:** (100% precision) Multi-phase ranking system
|
22
|
-
for multiple options\n\nSee the [GitHub repository](https://github.com/Roriz/active_genie)
|
23
|
-
for complete documentation and examples.\n"
|
12
|
+
description: |
|
13
|
+
The lodash for GenAI, stop reinventing the wheel
|
14
|
+
ActiveGenie is a Ruby gem that provides valuable solutions powered by Generative AI (GenAI) models. Just like Lodash or ActiveStorage, ActiveGenie brings a set of Modules to reach real value fast and reliably. ActiveGenie is backed by a custom benchmarking system that ensures consistent quality and performance across different models and providers in every release.
|
24
15
|
email:
|
25
16
|
- radames@roriz.dev
|
26
17
|
executables: []
|