llmed 0.4.1 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26dd1afcf05c5f3a999d02d330f1888f15fadb57546cea5f793d3aa942f22a0f
4
- data.tar.gz: 8e387a3afa41e2caa5def2241a49e59b85b893f76028f2d317d085e01a0f3826
3
+ metadata.gz: dcb6503e5c4ed7cf826c335f2ea016e6f99187b9b2ea9352267881bb5634ccbe
4
+ data.tar.gz: 45d1a3538aca0b6e4ed118eec14bfd08fe61445e5229558264d434d0739b34d9
5
5
  SHA512:
6
- metadata.gz: 12a72fca1b9f9a8678dcc753c66a5c8cfe58086326b8232f89a19310c6227d3775daa402e7586ab2ce457611265b751b01b7345dee5a19b5784590cf3c9dbc0c
7
- data.tar.gz: 9b2f6abe791e5c969975675a06385bbf996ef6bf5826e64f7093715f56ef3aa60e8e55a236b1051cc71392b5c3972aaeffd0d241b14c14213f8d5312ffeabc39
6
+ metadata.gz: 63d03492ef70ede943c6e7b236158962527a4bce1e9ac4015d28c897a7326aa8ae0e016a8a96e52264cc6c2db286ed66c767311f77bdf344baaedf4f32a156c7
7
+ data.tar.gz: 8763511711a43d45e0682afb8cbb3352af6bea95baf9c765de259b2ca276fe40faad5647d2ef93a2e0ea747712ab6ec4c254df91553df5659feccefbe4acf67b
@@ -8,6 +8,7 @@ class LLMed
8
8
  # Manual tested, pass 5 times execution
9
9
  @prompt = LLMed::LLM::Template.build(template: "
10
10
  You are a software developer with knowledge only of the programming language {language}, following the SOLID principles strictly, you always use only imperative and functional programming, design highly isolated components.
11
+ Don't make any assumptions/expectations or wait for implementations, always implement the necessary.
11
12
  The contexts are declarations of how the source code will be (not a file) ensure to follow this always.
12
13
  The contexts are connected as a flat linked list.
13
14
  All the contexts represent one source code.
data/lib/llmed/context.rb CHANGED
@@ -25,7 +25,7 @@ class LLMed
25
25
  end
26
26
 
27
27
  def message
28
- "# Context: #{@name} Digest: #{digest}\n\n#{@message}"
28
+ "# Context: \"#{@name}\" Digest: #{digest}\n\n#{@message}"
29
29
  end
30
30
 
31
31
  def llm(message)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llmed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jovany Leandro G.C
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-06-30 00:00:00.000000000 Z
11
+ date: 2025-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: langchainrb