luogu 0.1.17 → 0.1.18

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: 5d9707e45c3c0e6db3a5e44c15e1cb7bc543ce12d79a2a0e072c85646ab0794d
4
- data.tar.gz: 9cd4aad9bc2bcffd1e396fff4d1ef93815fe7e139103b86d1e1bf22c7016608f
3
+ metadata.gz: 51894edfe6be802243310ff3f5402e57d68c008c223cf6b7c7cb82efda826348
4
+ data.tar.gz: e1803e2023ebc78ce9bde423a3ea5ee34ec136764af0d81156b5cf1119119b85
5
5
  SHA512:
6
- metadata.gz: 1b268855fb1fc1f92205b7816915d4ce2d98a75d34ac83c194992a714c37462bc826a3b18f1303cc93eb94c1707d475b0c3d0ecdc567c35f20ba6a3fbe3ef279
7
- data.tar.gz: 2c3fd1342b6ec0ba3e52fd3df21d5b8d19d1be95f20f99e0498e8f25da7be709f9e0d7591435bf06abd4dd0fa89725574c7089ec97e73c38d33e4f87b09c6670
6
+ metadata.gz: f870f1b9c58a73a94d16d238f58893bec437be10c2007904eb04643f5ece6855388dfe2608d304ef38e444fce158c761bd433041f25d1edc103b4a0b727a9f0a
7
+ data.tar.gz: '0390f03623b16a30445ce78c0336a761b9fe169c4f6ec0b8e5a6f7543b661c65e84d2252496909dbaa2b9c439bc668f683377c013079b56999b33d855c222bf1'
@@ -1,7 +1,7 @@
1
1
  module Luogu
2
2
  class AgentRunner
3
3
  attr_accessor :system_prompt_template, :user_input_prompt_template
4
- attr_reader :session
4
+ attr_reader :session, :histories
5
5
 
6
6
  def initialize(system_prompt_template: nil, user_input_prompt_template: nil, tools_response_prompt_template: nil, session: Session.new)
7
7
  @system_prompt_template = system_prompt_template || load_system_prompt_default_template
data/lib/luogu/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Luogu
4
- VERSION = "0.1.17"
4
+ VERSION = "0.1.18"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luogu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - MJ