kulu 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/kulu.rb +5 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 3d28e8a9963852793460be4a0458a5afb4cda7eaf2c536bb919132115e7c5eb5
4
+ data.tar.gz: 1c3d94be4f3b04b09dd23814f1b222573f491f6736970223bfe8d2dda56d3b6f
5
+ SHA512:
6
+ metadata.gz: 5cc2a38c098c5ffa8e011c49c2746bddd87799458d8be98cc826af4d06c11deb3bb25e82cf6387a0a6fd7290025b9eec4a01be8dcdf038549418f70874873968
7
+ data.tar.gz: 0ea454412dc32371a1c1f633e49330fcf1df7cd8d1b6eb4f427dba4060707d4d596c6d61e9dad2f26656d09ecd5bd5dcc2e89ef35e72fdc45bfc6a19a6622a3d
data/lib/kulu.rb ADDED
@@ -0,0 +1,5 @@
1
+ class kulu
2
+ def initialize
3
+ puts "Welcome to kulu"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kulu
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Vignesh Rajendran
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-08-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Kulu is a powerful orchestration tool for managing LLM agents and their
14
+ data, inspired by the functionality of CrewAI models. It simplifies the process
15
+ of integrating and coordinating multiple language models to solve complex problems
16
+ efficiently.
17
+ email: vickyonit@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/kulu.rb
23
+ homepage: https://rubygems.org/gems/kulu
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.4.19
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Orchestrate and manage LLM agents and their data seamlessly
46
+ test_files: []