Sha256: 9ba1b02559fea902c6c5e1f7aace505b3f7a133a509b769de5436415cc0a1189

Contents?: true

Size: 438 Bytes

Versions: 16

Compression:

Stored size: 438 Bytes

Contents

require_relative "agents"

guide_examples = <<~GUIDE_EXAMPLES
############# TRIAGE_CASES #####################################

example content:
  Do I need an umbrella today? I'm in chicago.
  Tell me the weather in London.

  What is the time right now?
################################################################

GUIDE_EXAMPLES

puts guide_examples

OpenAISwarm::Repl.run_demo_loop(weather_agent, stream: true, debug: env_debug)

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ruby-openai-swarm-0.4.0.2 examples/weather_agent/run.rb
ruby-openai-swarm-0.4.0.1 examples/weather_agent/run.rb
ruby-openai-swarm-0.4.0 examples/weather_agent/run.rb
ruby-openai-swarm-0.3.1 examples/weather_agent/run.rb
ruby-openai-swarm-0.3.0.1 examples/weather_agent/run.rb
ruby-openai-swarm-0.3.0 examples/weather_agent/run.rb
ruby-openai-swarm-0.2.9 examples/weather_agent/run.rb
ruby-openai-swarm-0.2.8 examples/weather_agent/run.rb
ruby-openai-swarm-0.2.7 examples/weather_agent/run.rb
ruby-openai-swarm-0.2.6 examples/weather_agent/run.rb
ruby-openai-swarm-0.2.5 examples/weather_agent/run.rb
ruby-openai-swarm-0.2.4 examples/weather_agent/run.rb
ruby-openai-swarm-0.2.3 examples/weather_agent/run.rb
ruby-openai-swarm-0.2.2 examples/weather_agent/run.rb
ruby-openai-swarm-0.2.1 examples/weather_agent/run.rb
ruby-openai-swarm-0.2.0 examples/weather_agent/run.rb