phronomy 0.1.1 → 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/phronomy/version.rb +1 -1
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0dccbbdb1de02213b9a3dbf029c5bba9696d71dd5d304f737c077bdc9f02818b
4
- data.tar.gz: 02b4abde8999ea59e1aec259338dd696e80cca7ee0ce935b0bd4cf96bebd9c00
3
+ metadata.gz: 4bd9ee98ca8c05a22a5488a6996edb95dcffc26d14b1af92d6551bb24b66a530
4
+ data.tar.gz: 14967148ee9764e8502ba8b45d28aa1640f9a086b80ac1a49d9bab3c228a3a70
5
5
  SHA512:
6
- metadata.gz: 9d14199c3820b9668cb2010128b9f87364f7c3af407341a5c7663a9e2d7731330f7d6b52f999e717f614f1ed9c336c7d066f0d63137a30244a0d1f20cac574f9
7
- data.tar.gz: ddb845940a371e9eed039c3e73e25e2ece71c3523a573cb20ace1394a1ce49bdb7f2fd31f676469068632021b6d5d43f974579bcd6952da790eb1ef615d2ac5b
6
+ metadata.gz: b005dd5bac44045180bdbf9945c773155e27ee95d69c90b35e3864d01685d831fcd3617762b16871fc637efc86daca27224dda7040e9ef50120675fd7f18b986
7
+ data.tar.gz: 2732036e9ed83a86eb75b2e3b55d0a2ccce53b65e354967c1220f1f98b1fb84d09ad42c82673d415dba263a698453827551fe27831e1278252d675e271a67369
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Phronomy
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
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.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 Chain, Graph, Memory, and Multi-agent capabilities
42
- for building AI agents in Ruby and Rails. Powered by ruby_llm for LLM abstraction.
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: []