asimov-bitte-module 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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 679a53abfb52f187dc15880f0436416e16c7b03a6ee74933ab7b87b9a3d2288c
4
+ data.tar.gz: f28eb581da2ed9680cfd7ea39ff2f28d1bf5114b19a206a56073c3e398a0b1be
5
+ SHA512:
6
+ metadata.gz: 28fc0eff1a05f92997c8b4294cb0f607d34c32da7108d85b250a4ecf920f2197d2c093c9a5206203e0a707a847ce68db287b5d67ef7732a02c1094dbcd9ec26c
7
+ data.tar.gz: f8afcc05c2699b2d01f52edb98dc20cd808041739854629303ac3897df50cf79a998cc49877eb59c2eb25e58e13bf5f1d9b2e37d5f72453de1081b9aeacb4024
data/AUTHORS ADDED
@@ -0,0 +1 @@
1
+ * Arto Bendiken <arto@asimov.so>
data/CHANGES.md ADDED
@@ -0,0 +1,8 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## 0.0.0 - 2025-02-22
data/README.md ADDED
@@ -0,0 +1,41 @@
1
+ # ASIMOV Bitte.ai Module
2
+
3
+ [![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
4
+ [![Compatibility](https://img.shields.io/badge/ruby-3.2%2B-blue)](https://endoflife.date/ruby)
5
+ [![Package](https://img.shields.io/gem/v/asimov-bitte-module)](https://rubygems.org/gems/asimov-bitte-module)
6
+
7
+ 🚧 _We are building in public. This is presently under heavy construction._
8
+
9
+ ## 🛠️ Prerequisites
10
+
11
+ - [Ruby](https://ruby-lang.org) 3.2+
12
+
13
+ ## ⬇️ Installation
14
+
15
+ ### Installation via RubyGems
16
+
17
+ ```bash
18
+ gem install asimov-bitte-module --pre
19
+ ```
20
+
21
+ ## ⚙️ Configuration
22
+
23
+ https://docs.bitte.ai/agents/quick-start#id-2.-get-api-key-and-set-environment-variables
24
+
25
+ ```bash
26
+ export BITTE_API_KEY="bitte_..."
27
+ ```
28
+
29
+ ## 👨‍💻 Development
30
+
31
+ ```bash
32
+ git clone https://github.com/asimov-modules/asimov-bitte-module.git
33
+ ```
34
+
35
+ - - -
36
+
37
+ [![Share on X](https://img.shields.io/badge/share%20on-x-03A9F4?logo=x)](https://x.com/intent/post?url=https://github.com/asimov-modules/asimov-bitte-module&text=ASIMOV%20Bitte.ai%20Module)
38
+ [![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/asimov-modules/asimov-bitte-module&title=ASIMOV%20Bitte.ai%20Module)
39
+ [![Share on Hacker News](https://img.shields.io/badge/share%20on-hn-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/asimov-modules/asimov-bitte-module&t=ASIMOV%20Bitte.ai%20Module)
40
+ [![Share on Facebook](https://img.shields.io/badge/share%20on-fb-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/asimov-modules/asimov-bitte-module)
41
+ [![Share on LinkedIn](https://img.shields.io/badge/share%20on-linkedin-3949AB?logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/asimov-modules/asimov-bitte-module)
data/UNLICENSE ADDED
@@ -0,0 +1,24 @@
1
+ This is free and unencumbered software released into the public domain.
2
+
3
+ Anyone is free to copy, modify, publish, use, compile, sell, or
4
+ distribute this software, either in source code form or as a compiled
5
+ binary, for any purpose, commercial or non-commercial, and by any
6
+ means.
7
+
8
+ In jurisdictions that recognize copyright laws, the author or authors
9
+ of this software dedicate any and all copyright interest in the
10
+ software to the public domain. We make this dedication for the benefit
11
+ of the public at large and to the detriment of our heirs and
12
+ successors. We intend this dedication to be an overt act of
13
+ relinquishment in perpetuity of all present and future rights to this
14
+ software under copyright law.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
+ OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ For more information, please refer to <https://unlicense.org/>
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.0
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env ruby
2
+ require "bundler/setup"
metadata ADDED
@@ -0,0 +1,107 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: asimov-bitte-module
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - ASIMOV Protocol
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2025-02-22 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: rake
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '13'
19
+ type: :development
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '13'
26
+ - !ruby/object:Gem::Dependency
27
+ name: asimov-construct
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 25.0.0.dev
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: 25.0.0.dev
40
+ - !ruby/object:Gem::Dependency
41
+ name: asimov-module
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: 25.0.0.dev
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: 25.0.0.dev
54
+ - !ruby/object:Gem::Dependency
55
+ name: mini_mime
56
+ requirement: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '1.1'
61
+ type: :runtime
62
+ prerelease: false
63
+ version_requirements: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '1.1'
68
+ description: ''
69
+ email: support@asimov.so
70
+ executables:
71
+ - asimov-bitte-prompter
72
+ extensions: []
73
+ extra_rdoc_files: []
74
+ files:
75
+ - AUTHORS
76
+ - CHANGES.md
77
+ - README.md
78
+ - UNLICENSE
79
+ - VERSION
80
+ - bin/asimov-bitte-prompter
81
+ homepage: https://github.com/asimov-modules/asimov-bitte-module
82
+ licenses:
83
+ - Unlicense
84
+ metadata:
85
+ homepage_uri: https://github.com/asimov-modules/asimov-bitte-module
86
+ bug_tracker_uri: https://github.com/asimov-modules/asimov-bitte-module/issues
87
+ changelog_uri: https://github.com/asimov-modules/asimov-bitte-module/blob/master/CHANGES.md
88
+ documentation_uri: https://github.com/asimov-modules/asimov-bitte-module
89
+ source_code_uri: https://github.com/asimov-modules/asimov-bitte-module
90
+ rdoc_options: []
91
+ require_paths:
92
+ - lib
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: '3.2'
98
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: '0'
103
+ requirements: []
104
+ rubygems_version: 3.6.2
105
+ specification_version: 4
106
+ summary: ASIMOV Bitte.ai Module
107
+ test_files: []