active_genie 0.0.22 → 0.0.23

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 +4 -4
  2. data/VERSION +1 -1
  3. metadata +17 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3fdcde2460a0cd018a5c140a4ad9018b5a48149789921a75ac2fc71601408d44
4
- data.tar.gz: 0df8c2d70f45f1786da6622c71feff04743b5ec0479d5cd2c4d79e30d885306d
3
+ metadata.gz: ce95fdbe75d4d49e33eebf773847c534a52e9193ec44b3292aba0dd2dcac6fd4
4
+ data.tar.gz: 95130aa00f70d219ecea862d74413179a43f72a96f2a1ab22406413f246b0695
5
5
  SHA512:
6
- metadata.gz: a3f22c2e6af49dba9301403652def1cd85cd0c5ac7e64195de28c0cdae79afadbacae79771c741a20cf6b0e854e2e2088571c0802074dfd49b6e37eef1e92ef7
7
- data.tar.gz: 3837b2687720a22633b3b06f012c81b431cb18ff097ea9d2abc98364db0c65a73f8998117e3522e821933c95f2e897703162485d76bb4ccd1d96eb0ebe4adc2c
6
+ metadata.gz: 7c977f74b8d5603f28f823c5d6efffe5a345f4c47a6ee818edaaab57e0372769578420dd03de29bc51ac0a5f2107c7fc8365f7fbd114a5a02c146499b91e6988
7
+ data.tar.gz: b3b9fb9986cb24c7065b5e95528a0a6212dccc452224b017ae68ad9452eb7c944bceac9e832e089886a67d2093040418c7596847bad544b1e1c873923dd6f78c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.22
1
+ 0.0.23
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.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Radamés Roriz
@@ -9,18 +9,22 @@ bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: "# ActiveGenie \U0001F9DE‍♂️\n> The lodash for GenAI, stop reinventing
13
- the wheel\n\nActiveGenie is a Ruby gem that provides valuable solutions powered
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
+ == ActiveGenie
14
+
15
+ The lodash for GenAI, stop reinventing the wheel
16
+
17
+ 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.
18
+ ActiveGenie is backed by a custom benchmarking system that ensures consistent quality and performance across different models and providers in every release.
19
+
20
+ == Features
21
+
22
+ * Data Extractor: (100% precision) Extract structured data from text using AI-powered analysis
23
+ * Scoring: (69% precision) Text evaluation system with detailed scoring and feedback
24
+ * Battle: (100% precision) AI-powered battle evaluation system between two players
25
+ * Ranking: (100% precision) Multi-phase ranking system for multiple options
26
+
27
+ See the GitHub repository at https://github.com/Roriz/active_genie for complete documentation and examples.
24
28
  email:
25
29
  - radames@roriz.dev
26
30
  executables: []