llm_chain 0.4.0 → 0.5.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llm_chain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - FuryCow
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-06-23 00:00:00.000000000 Z
11
+ date: 2025-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -121,6 +121,8 @@ files:
121
121
  - LICENSE.txt
122
122
  - README.md
123
123
  - Rakefile
124
+ - examples/quick_demo.rb
125
+ - examples/tools_example.rb
124
126
  - lib/llm_chain.rb
125
127
  - lib/llm_chain/chain.rb
126
128
  - lib/llm_chain/client_registry.rb
@@ -135,6 +137,11 @@ files:
135
137
  - lib/llm_chain/embeddings/clients/local/weaviate_vector_store.rb
136
138
  - lib/llm_chain/memory/array.rb
137
139
  - lib/llm_chain/memory/redis.rb
140
+ - lib/llm_chain/tools/base_tool.rb
141
+ - lib/llm_chain/tools/calculator.rb
142
+ - lib/llm_chain/tools/code_interpreter.rb
143
+ - lib/llm_chain/tools/tool_manager.rb
144
+ - lib/llm_chain/tools/web_search.rb
138
145
  - lib/llm_chain/version.rb
139
146
  - sig/llm_chain.rbs
140
147
  homepage: https://github.com/FuryCow/llm_chain