Sam

Results 35 issues of Sam

This adds chain halting (ability to terminate llm chain in a tool) and the ability to create uploads in a tool Together this lets us integrate custom image generators into...

``` require 'net/http' # If you include this # 1. you only get 1 chunk back instead of 5 # 2. the chunk you get is incorrectly compressed require 'webmock'...

PR welcome

I made this in my local config: ``` local function create_stree_formatter() -- Check if Gemfile.lock exists and contains syntax_tree using grep local has_stree_in_bundle = function() local gemfile_lock = vim.fn.findfile("Gemfile.lock", ".;")...

P2

In the Ruby implementation: ```ruby require 'concurrent' puts "Thread Count: #{Thread.list.count}" pool = Concurrent::CachedThreadPool.new( min_threads: 0, max_threads: 5, idletime: 1 ) puts "Thread Count: #{Thread.list.count}" # we have 1 thread...

- **wip researcher** - **work in progress**

``` gem install cbor Building native extensions. This could take a while... ERROR: Error installing cbor: ERROR: Failed to build gem native extension. current directory: /home/sam/.gem/ruby/3.4.4/gems/cbor-0.5.9.8/ext/cbor /home/sam/.rubies/ruby-3.4.4/bin/ruby extconf.rb checking for...

``` gem install brotli Fetching brotli-0.6.0.gem Building native extensions. This could take a while... ERROR: Error installing brotli: ERROR: Failed to build gem native extension. current directory: /home/sam/.gem/ruby/3.3.6/gems/brotli-0.6.0/ext/brotli /home/sam/.rubies/ruby-3.3.6/bin/ruby extconf.rb...

Introduces a new trigger that fires when chat messages are created or edited This will be used by Discourse AI

chat
i18n
Stale

``` Failure/Error: @debug_output

New "Email on flag" automation can send an email on particular flag types or in a particular category to specific users. This allows people who heavily depend on email to...

i18n