hellm 0.0.1 → 0.0.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/VERSION +1 -1
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75af48a7436c71030b39ada0b3acd8a74919c187816d3685715801f70bce314b
4
- data.tar.gz: 11110f4770b2b25fb4ac92a46aff9d20b1c41a26abdf0d5e0790e7e0a698be9d
3
+ metadata.gz: c138b33e657f7ed52bdc37c4b9883574eeef25b6e479d4760922f6e4300a5c30
4
+ data.tar.gz: be896fe016921e7e0ce7924512ca5277b96d83bdd49b90182996002d0fc73ca6
5
5
  SHA512:
6
- metadata.gz: 958c4ccb58b11db9e67168e7cd4e1a667be90ddcc921a7585a3f40a50c0a83d36c3def47b79fa4988e61f0ec39749edf9efc7d8421f2e70b9909f97d79d9d972
7
- data.tar.gz: ad4474e9e0a64c4c9ff2c4687e3bf0c58ed40eaaf3078e42e8443ec8f62f8b6654625e4004218d0856e3c100a90e9d6ceafb791d3ba9de50255f850ca149bffb
6
+ metadata.gz: d516481c8315a8133db672a29c166b45962433693553d15ce725fbf6a0c3070933184cf2b861b82be33ea0b8b5a51ec18e110962d88dccea83583a0c13f49550
7
+ data.tar.gz: 205aecc4a739328e1860b00a5681a4de55eb5c72172cd174e088d864b86f5c2d920e0b6936f706445e4d5108402cd2301748ccf9618b74b9ea29475a5145315c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hellm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ubity UG
@@ -81,7 +81,8 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: 2.2.0
83
83
  description: |
84
- Agentic framework for LLMs, allowing you to build autonomous agents that can perform complex tasks and interact with the world.
84
+ Declarative agentic framework for LLMs, allowing you to build autonomous agents that can perform complex tasks and interact with the world, without writing code.
85
+ Agents and skills are defined in markdown files, quite similar to how Github Copilot works.
85
86
  Name is inspired by the English word "helm", which refers to the steering mechanism of a ship, symbolizing guidance and direction.
86
87
  The name also evokes the idea of taking control and navigating through challenges, much like how an agentic framework empowers LLMs to make decisions and take actions autonomously.
87
88
  email: