z4ai 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c64c6b4b7603393ac1507829a43881aab7f2663fd908179fd7a781783da09faa
4
+ data.tar.gz: cdac2ac92c3eccd30d0aa591bb858465dbb0058b8354daa58b6f43afb240001e
5
+ SHA512:
6
+ metadata.gz: 3eb8c4d9fd6429b5bed3d42ea2c58938076cbaeb6e28dfd236f87d1a4dbbebc7afd87e4f2ef4cde98890de38f1a909a8aac0496e7c50e705bea5161133d95470
7
+ data.tar.gz: '099bb0363831b02106acdb20be82b2cc21aa102153261a946b95193931306e5864e11547610c94bd5ade245656e4b84b52d037d0d306acdaa4bce42a2a939067'
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at xorgnak@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in z4ai.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2023 Erik Olson
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,39 @@
1
+ # Z4ai
2
+
3
+ TODO: Delete this and the text below, and describe your gem
4
+
5
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/z4ai`. To experiment with that code, run `bin/console` for an interactive prompt.
6
+
7
+ ## Installation
8
+
9
+ TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
+
11
+ Install the gem and add to the application's Gemfile by executing:
12
+
13
+ $ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
14
+
15
+ If bundler is not being used to manage dependencies, install the gem by executing:
16
+
17
+ $ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Development
24
+
25
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
26
+
27
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
28
+
29
+ ## Contributing
30
+
31
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/z4ai. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/z4ai/blob/master/CODE_OF_CONDUCT.md).
32
+
33
+ ## License
34
+
35
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
36
+
37
+ ## Code of Conduct
38
+
39
+ Everyone interacting in the Z4ai project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/z4ai/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ task default: %i[]
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Z4ai
4
+ VERSION = "0.1.0"
5
+ COMMIT = `git log --format="%H" -n 1`.strip
6
+ end
data/lib/z4ai.rb ADDED
@@ -0,0 +1,160 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eqn'
4
+
5
+ require 'wikipedia-client'
6
+
7
+ require 'hugging_face'
8
+
9
+ require 'faraday'
10
+
11
+ require 'date'
12
+
13
+ require_relative "z4ai/version"
14
+
15
+ module Z4ai
16
+ class Error < StandardError; end
17
+
18
+ @@C = Hash.new { |h,k| h[k] = C.new(k) }
19
+
20
+ class C
21
+ def initialize i
22
+ @id = i
23
+ @face = HuggingFace::InferenceApi.new(api_token: ENV['HUGGING_FACE_API_TOKEN'])
24
+ @facts = []
25
+ end
26
+ def id
27
+ @id
28
+ end
29
+ # reset facts.
30
+ def reset!
31
+ @facts = []
32
+ end
33
+ # add fact.
34
+ def fact f
35
+ @facts << f
36
+ end
37
+ # query given context.
38
+ def ask q
39
+ @face.question_answering(question: q, context: @facts.join("\n"))
40
+ end
41
+ # expand given context.
42
+ def generate c
43
+ @face.text_generation(input: c)
44
+ end
45
+ # generate embeddings from given text.
46
+ def embed t
47
+ @face.embedding(input: t)
48
+ end
49
+ end
50
+
51
+ ##
52
+ # active llm engines.
53
+ def self.engines
54
+ @@C
55
+ end
56
+
57
+ ##
58
+ # general llm engine.
59
+ def self.engine i
60
+ @@C[i]
61
+ end
62
+
63
+ # because fuck you open weather
64
+ class JsonApi
65
+ def initialize u
66
+ @url = u
67
+ @faraday = Faraday.new(url: u)
68
+ end
69
+ def path r, h={}
70
+ a = []; h.each_pair {|k,v| if v.class == Array; a << %[#{k}=#{v.join(",")}]; else a << %[#{k}=#{v}]; end }
71
+ x = %[#{@url}/#{r}?#{a.join("&")}]
72
+ # puts x
73
+ return x
74
+ end
75
+ def [] k
76
+ get(k)
77
+ end
78
+ def get r, h={}
79
+ JSON.parse(Faraday.get(path(r,h)).body)
80
+ end
81
+ def post r, h={}
82
+ JSON.parse(Faraday.post(path(r,h)).body)
83
+ end
84
+ end
85
+
86
+ @@GPS = Hash.new do |h,k|
87
+ x = Wikipedia.find(k.to_s)
88
+ if x
89
+ xx = x.coordinates
90
+ if xx != nil
91
+ h[k] = [ xx[0], xx[1] ]
92
+ end
93
+ end
94
+ end
95
+
96
+ ##
97
+ # fixed point locations.
98
+ def self.gps
99
+ @@GPS
100
+ end
101
+
102
+ @@INFO = Hash.new do |h,k|
103
+ a = []
104
+ s = Wikipedia.find(k.to_s)
105
+ if s
106
+ s.page['extract'].split("\n").each { |e|
107
+ ee = %[#{e}]
108
+ if !/^=+/.match(e)
109
+ ee.split(". ").each { |ss|
110
+ if ss.length > 5 && ss.length <= 200;
111
+ a << ss.strip
112
+ end
113
+ }
114
+ end
115
+ }
116
+ h[k] = a
117
+ else
118
+ return false
119
+ end
120
+ end
121
+
122
+ ##
123
+ # information corpus
124
+ def self.info
125
+ @@INFO
126
+ end
127
+
128
+ ##
129
+ # weather information
130
+ def self.weather *gps
131
+ ggps = [gps].flatten
132
+ hh = {}
133
+ hh[:latitude] = ggps[0]
134
+ hh[:longitude] = ggps[1]
135
+ hh[:current] = [:temperature_2m,:relativehumidity_2m,:precipitation,:weathercode,:surface_pressure,:windspeed_10m,:winddirection_10m,:windgusts_10m]
136
+ hh[:hourly] = [:temperature_2m,:precipitation_probability,:precipitation,:weathercode,:surface_pressure,:visibility]
137
+ hh[:timezone] = ggps[2] || %[America%2FDenver]
138
+ hh[:precipitation_unit] = %[inch]
139
+ hh[:forecast_days] = ggps[3] || 1
140
+ hh[:windspeed_unit] = %[mph]
141
+ hh[:temperature_unit] = %[fahrenheit]
142
+ JsonApi.new("https://api.open-meteo.com/v1").get('forecast',hh)
143
+ end
144
+
145
+ # function calculator container.
146
+ class Func
147
+ def initialize f
148
+ @f = Eqn::Calculator.new(f)
149
+ end
150
+ def for h={}
151
+ @f.set h
152
+ @f.calc
153
+ end
154
+ end
155
+ ##
156
+ # function calculator handler
157
+ def self.calc f
158
+ Func.new(f)
159
+ end
160
+ end
data/sig/z4ai.rbs ADDED
@@ -0,0 +1,4 @@
1
+ module Z4ai
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
data/z4ai.gemspec ADDED
@@ -0,0 +1,49 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/z4ai/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "z4ai"
7
+ spec.version = Z4ai::VERSION
8
+ spec.authors = ["Erik Olson"]
9
+ spec.email = ["xorgnak@gmail.com"]
10
+
11
+ spec.summary = "z4 llm utilities"
12
+ spec.description = "Simple utilities to interact with large language models."
13
+ spec.homepage = "https://github.com/xorgnak/z4ai"
14
+ spec.license = "MIT"
15
+ spec.required_ruby_version = ">= 2.6.0"
16
+
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = spec.homepage
19
+ spec.metadata["changelog_uri"] = spec.homepage
20
+
21
+ # Specify which files should be added to the gem when it is released.
22
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
+ spec.files = Dir.chdir(__dir__) do
24
+ `git ls-files -z`.split("\x0").reject do |f|
25
+ (File.expand_path(f) == __FILE__) || f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor])
26
+ end
27
+ end
28
+ spec.bindir = "exe"
29
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ["lib"]
31
+
32
+ # Uncomment to register a new dependency of your gem
33
+ # spec.add_dependency "example-gem", "~> 1.0"
34
+
35
+ spec.add_dependency 'eqn'
36
+
37
+ spec.add_dependency 'wikipedia-client'
38
+
39
+ spec.add_dependency 'hugging-face'
40
+
41
+ spec.add_dependency 'faraday'
42
+
43
+ spec.add_dependency 'date'
44
+
45
+ spec.add_dependency 'pry'
46
+
47
+ # For more information and examples about making a new gem, check out our
48
+ # guide at: https://bundler.io/guides/creating_gem.html
49
+ end
metadata ADDED
@@ -0,0 +1,139 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: z4ai
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Erik Olson
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-11-22 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: eqn
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: wikipedia-client
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: hugging-face
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: faraday
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: date
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: pry
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ description: Simple utilities to interact with large language models.
98
+ email:
99
+ - xorgnak@gmail.com
100
+ executables: []
101
+ extensions: []
102
+ extra_rdoc_files: []
103
+ files:
104
+ - CODE_OF_CONDUCT.md
105
+ - Gemfile
106
+ - LICENSE.txt
107
+ - README.md
108
+ - Rakefile
109
+ - lib/z4ai.rb
110
+ - lib/z4ai/version.rb
111
+ - sig/z4ai.rbs
112
+ - z4ai.gemspec
113
+ homepage: https://github.com/xorgnak/z4ai
114
+ licenses:
115
+ - MIT
116
+ metadata:
117
+ homepage_uri: https://github.com/xorgnak/z4ai
118
+ source_code_uri: https://github.com/xorgnak/z4ai
119
+ changelog_uri: https://github.com/xorgnak/z4ai
120
+ post_install_message:
121
+ rdoc_options: []
122
+ require_paths:
123
+ - lib
124
+ required_ruby_version: !ruby/object:Gem::Requirement
125
+ requirements:
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ version: 2.6.0
129
+ required_rubygems_version: !ruby/object:Gem::Requirement
130
+ requirements:
131
+ - - ">="
132
+ - !ruby/object:Gem::Version
133
+ version: '0'
134
+ requirements: []
135
+ rubygems_version: 3.5.0.dev
136
+ signing_key:
137
+ specification_version: 4
138
+ summary: z4 llm utilities
139
+ test_files: []