tucana 0.0.71 → 0.0.73

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: dc948d3e17cf98b11897428b8d3a82d20dd2818174b2329a4fee6a693e063e39
4
- data.tar.gz: 4284a7376e6d8b6abfc4a9846e28f803a7d565e9d374b38e2dd35b6ebe0cab50
3
+ metadata.gz: 1299c52f13a22b06e365d4573b0bb76d175e835fb412a420b2dd3c6935a334b1
4
+ data.tar.gz: 33773e9d9b76b90ccdfaf1781e1089ab1985cefe32179867789c1daa01233236
5
5
  SHA512:
6
- metadata.gz: cd65b08d6818b57ae8e8ee2b9308dfe3c95f5fb1c88aa77e822f68a7602db50dc4694f38b081a0d2f80b9741f03dc1df3e536a5ab0e21b2a10f1d2d81edf2ea5
7
- data.tar.gz: e0b11d7f39f36bc0f623f7cf2cbfea1f769eb37c33f61b4211435d7e34b487c1b173ea9d2ccc582b9c9e2c9880494cd6be39c3e56e267945ab942a549d5cdf61
6
+ metadata.gz: e1368209b80875611420dda525074ecf0d936563a0e121ed0c7d30c0b9c4aa5244e851e8ef8374df6ad6a734360233bc33f9cb63033c0d12f22bd36ff5f580ab
7
+ data.tar.gz: cbf544c1d5fd207c2746f5af379e32c15e61de4f1f2f1ed73cad2e7cc92db184524ecb664d7f9e4996b304733438b9d5466b750dfb5c367942b3152f6dcd38f4
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: aquila.execution.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.execution_result_pb'
8
+
9
+
10
+ descriptor_data = "\n\x16\x61quila.execution.proto\x12\x06\x61quila\x1a\x1dshared.execution_result.proto\"E\n\x10\x45xecutionRequest\x12\x31\n\x10\x65xecution_result\x18\x01 \x01(\x0b\x32\x17.shared.ExecutionResult\"$\n\x11\x45xecutionResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32S\n\x10\x45xecutionService\x12?\n\x06Update\x12\x18.aquila.ExecutionRequest\x1a\x19.aquila.ExecutionResponse\"\x00\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Aquila
17
+ ExecutionRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ExecutionRequest").msgclass
18
+ ExecutionResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ExecutionResponse").msgclass
19
+ end
20
+ end
@@ -0,0 +1,24 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: aquila.execution.proto for package 'Tucana.Aquila'
3
+
4
+ require 'grpc'
5
+ require_relative 'aquila.execution_pb'
6
+
7
+ module Tucana
8
+ module Aquila
9
+ module ExecutionService
10
+ class Service
11
+
12
+ include ::GRPC::GenericService
13
+
14
+ self.marshal_class_method = :encode
15
+ self.unmarshal_class_method = :decode
16
+ self.service_name = 'aquila.ExecutionService'
17
+
18
+ rpc :Update, ::Tucana::Aquila::ExecutionRequest, ::Tucana::Aquila::ExecutionResponse
19
+ end
20
+
21
+ Stub = Service.rpc_stub_class
22
+ end
23
+ end
24
+ end
@@ -7,9 +7,10 @@ require 'google/protobuf'
7
7
  require_relative '../shared/shared.function_pb'
8
8
  require_relative '../shared/shared.data_type_pb'
9
9
  require_relative '../shared/shared.flow_pb'
10
+ require_relative '../shared/shared.flow_type_pb'
10
11
 
11
12
 
12
- descriptor_data = "\n\x16velorum.generate.proto\x12\x07velorum\x1a\x15shared.function.proto\x1a\x16shared.data_type.proto\x1a\x11shared.flow.proto\"\x92\x01\n\rPromptRequest\x12\x0e\n\x06prompt\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12-\n\tfunctions\x18\x03 \x03(\x0b\x32\x1a.shared.FunctionDefinition\x12.\n\ndata_types\x18\x04 \x03(\x0b\x32\x1a.shared.DefinitionDataType\"\xb6\x01\n\x0b\x46lowRequest\x12\x0e\n\x06prompt\x18\x01 \x01(\t\x12$\n\x04\x66low\x18\x02 \x01(\x0b\x32\x16.shared.GenerationFlow\x12\x12\n\nproject_id\x18\x03 \x01(\x03\x12-\n\tfunctions\x18\x04 \x03(\x0b\x32\x1a.shared.FunctionDefinition\x12.\n\ndata_types\x18\x05 \x03(\x0b\x32\x1a.shared.DefinitionDataType\"Y\n\x0c\x46lowResponse\x12$\n\x04\x66low\x18\x01 \x01(\x0b\x32\x16.shared.GenerationFlow\x12\x14\n\x0c\x63\x61\x63hed_until\x18\x02 \x01(\x03\x12\r\n\x05usage\x18\x03 \x01(\x03\x32\x83\x01\n\x0fGenerateService\x12\x39\n\x06Prompt\x12\x16.velorum.PromptRequest\x1a\x15.velorum.FlowResponse\"\x00\x12\x35\n\x04\x46low\x12\x14.velorum.FlowRequest\x1a\x15.velorum.FlowResponse\"\x00\x42\x12\xea\x02\x0fTucana::Velorumb\x06proto3"
13
+ descriptor_data = "\n\x16velorum.generate.proto\x12\x07velorum\x1a\x15shared.function.proto\x1a\x16shared.data_type.proto\x1a\x11shared.flow.proto\x1a\x16shared.flow_type.proto\"\xd2\x01\n\rPromptRequest\x12\x0e\n\x06prompt\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x18\n\x10model_identifier\x18\x03 \x01(\t\x12-\n\tfunctions\x18\x04 \x03(\x0b\x32\x1a.shared.FunctionDefinition\x12.\n\ndata_types\x18\x05 \x03(\x0b\x32\x1a.shared.DefinitionDataType\x12$\n\nflow_types\x18\x06 \x03(\x0b\x32\x10.shared.FlowType\"\xf6\x01\n\x0b\x46lowRequest\x12\x0e\n\x06prompt\x18\x01 \x01(\t\x12$\n\x04\x66low\x18\x02 \x01(\x0b\x32\x16.shared.GenerationFlow\x12\x12\n\nproject_id\x18\x03 \x01(\x03\x12\x18\n\x10model_identifier\x18\x04 \x01(\t\x12-\n\tfunctions\x18\x05 \x03(\x0b\x32\x1a.shared.FunctionDefinition\x12.\n\ndata_types\x18\x06 \x03(\x0b\x32\x1a.shared.DefinitionDataType\x12$\n\nflow_types\x18\x07 \x03(\x0b\x32\x10.shared.FlowType\"Y\n\x0c\x46lowResponse\x12$\n\x04\x66low\x18\x01 \x01(\x0b\x32\x16.shared.GenerationFlow\x12\x14\n\x0c\x63\x61\x63hed_until\x18\x02 \x01(\x03\x12\r\n\x05usage\x18\x03 \x01(\x03\x32\x83\x01\n\x0fGenerateService\x12\x39\n\x06Prompt\x12\x16.velorum.PromptRequest\x1a\x15.velorum.FlowResponse\"\x00\x12\x35\n\x04\x46low\x12\x14.velorum.FlowRequest\x1a\x15.velorum.FlowResponse\"\x00\x42\x12\xea\x02\x0fTucana::Velorumb\x06proto3"
13
14
 
14
15
  pool = Google::Protobuf::DescriptorPool.generated_pool
15
16
  pool.add_serialized_file(descriptor_data)
@@ -9,7 +9,7 @@ require_relative '../shared/shared.data_type_pb'
9
9
  require_relative '../shared/shared.flow_pb'
10
10
 
11
11
 
12
- descriptor_data = "\n\x12velorum.info.proto\x12\x07velorum\x1a\x15shared.function.proto\x1a\x16shared.data_type.proto\x1a\x11shared.flow.proto\"\x0f\n\rModelsRequest\"\x86\x01\n\x05Model\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ntoken_cost\x18\x02 \x01(\x02\x12&\n\x04type\x18\x03 \x01(\x0e\x32\x18.velorum.Model.ModelType\"3\n\tModelType\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0b\n\x07\x45XPLAIN\x10\x01\x12\x0c\n\x08GENERATE\x10\x02\"0\n\x0eModelsResponse\x12\x1e\n\x06models\x18\x01 \x03(\x0b\x32\x0e.velorum.Model2J\n\x0bInfoService\x12;\n\x06Models\x12\x16.velorum.ModelsRequest\x1a\x17.velorum.ModelsResponse\"\x00\x42\x12\xea\x02\x0fTucana::Velorumb\x06proto3"
12
+ descriptor_data = "\n\x12velorum.info.proto\x12\x07velorum\x1a\x15shared.function.proto\x1a\x16shared.data_type.proto\x1a\x11shared.flow.proto\"\x0f\n\rModelsRequest\"\x9a\x01\n\x05Model\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x12\n\ntoken_cost\x18\x03 \x01(\x02\x12&\n\x04type\x18\x04 \x03(\x0e\x32\x18.velorum.Model.ModelType\"3\n\tModelType\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0b\n\x07\x45XPLAIN\x10\x01\x12\x0c\n\x08GENERATE\x10\x02\"0\n\x0eModelsResponse\x12\x1e\n\x06models\x18\x01 \x03(\x0b\x32\x0e.velorum.Model2J\n\x0bInfoService\x12;\n\x06Models\x12\x16.velorum.ModelsRequest\x1a\x17.velorum.ModelsResponse\"\x00\x42\x12\xea\x02\x0fTucana::Velorumb\x06proto3"
13
13
 
14
14
  pool = Google::Protobuf::DescriptorPool.generated_pool
15
15
  pool.add_serialized_file(descriptor_data)
@@ -4,5 +4,5 @@
4
4
  # to update the version, run "bundle exec rake release:version[NEW_VERSION]".
5
5
 
6
6
  module Tucana
7
- VERSION = "0.0.71"
7
+ VERSION = "0.0.73"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tucana
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.71
4
+ version: 0.0.73
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick
@@ -74,6 +74,8 @@ files:
74
74
  - lib/tucana.rb
75
75
  - lib/tucana/generated/aquila/aquila.action_pb.rb
76
76
  - lib/tucana/generated/aquila/aquila.action_services_pb.rb
77
+ - lib/tucana/generated/aquila/aquila.execution_pb.rb
78
+ - lib/tucana/generated/aquila/aquila.execution_services_pb.rb
77
79
  - lib/tucana/generated/aquila/aquila.module_pb.rb
78
80
  - lib/tucana/generated/aquila/aquila.module_services_pb.rb
79
81
  - lib/tucana/generated/aquila/aquila.runtime_status_pb.rb