phronomy 0.1.0 → 0.1.2
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/lib/phronomy/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4bd9ee98ca8c05a22a5488a6996edb95dcffc26d14b1af92d6551bb24b66a530
|
|
4
|
+
data.tar.gz: 14967148ee9764e8502ba8b45d28aa1640f9a086b80ac1a49d9bab3c228a3a70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b005dd5bac44045180bdbf9945c773155e27ee95d69c90b35e3864d01685d831fcd3617762b16871fc637efc86daca27224dda7040e9ef50120675fd7f18b986
|
|
7
|
+
data.tar.gz: 2732036e9ed83a86eb75b2e3b55d0a2ccce53b65e354967c1220f1f98b1fb84d09ad42c82673d415dba263a698453827551fe27831e1278252d675e271a67369
|
data/lib/phronomy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phronomy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Raizo T.C.S
|
|
@@ -38,8 +38,9 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '2.6'
|
|
41
|
-
description: Phronomy provides
|
|
42
|
-
for building AI agents in Ruby and Rails. Powered by
|
|
41
|
+
description: Phronomy provides Agent, Graph, Memory, Tool, Guardrail, RAG, and Multi-agent
|
|
42
|
+
capabilities for building AI agents in Ruby and Rails. Powered by RubyLLM for LLM
|
|
43
|
+
abstraction.
|
|
43
44
|
email:
|
|
44
45
|
- raizo.tcs@gmail.com
|
|
45
46
|
executables: []
|
|
@@ -3713,7 +3714,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
3713
3714
|
- !ruby/object:Gem::Version
|
|
3714
3715
|
version: '0'
|
|
3715
3716
|
requirements: []
|
|
3716
|
-
rubygems_version: 3.4.
|
|
3717
|
+
rubygems_version: 3.4.19
|
|
3717
3718
|
signing_key:
|
|
3718
3719
|
specification_version: 4
|
|
3719
3720
|
summary: Ruby AI Agent Framework for composable, stateful AI agent workflows
|