Update protobuf-protocol-buffers/asi_protosymbiotic_signal.proto
Browse files
protobuf-protocol-buffers/asi_protosymbiotic_signal.proto
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
-
// File:
|
| 2 |
syntax = "proto3";
|
| 3 |
-
|
| 4 |
package asi.framework;
|
| 5 |
|
| 6 |
-
message
|
| 7 |
string name = 1;
|
| 8 |
string description = 2;
|
| 9 |
string core_intent = 3;
|
|
@@ -24,17 +23,47 @@ message Vision {
|
|
| 24 |
}
|
| 25 |
|
| 26 |
message KeyConcepts {
|
| 27 |
-
message
|
| 28 |
string definition = 1;
|
| 29 |
string inspiration = 2;
|
| 30 |
}
|
|
|
|
| 31 |
message Emergence {
|
| 32 |
string description = 1;
|
| 33 |
repeated string examples = 2;
|
| 34 |
}
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
Emergence emergence = 2;
|
| 37 |
string decentralized_integration = 3;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
}
|
| 39 |
|
| 40 |
message SymbioticPhase {
|
|
|
|
| 1 |
+
// File: asi_protosymbiotic_signal.proto
|
| 2 |
syntax = "proto3";
|
|
|
|
| 3 |
package asi.framework;
|
| 4 |
|
| 5 |
+
message AsiProtosymbioticSignal {
|
| 6 |
string name = 1;
|
| 7 |
string description = 2;
|
| 8 |
string core_intent = 3;
|
|
|
|
| 23 |
}
|
| 24 |
|
| 25 |
message KeyConcepts {
|
| 26 |
+
message ProtosymbioticSignal {
|
| 27 |
string definition = 1;
|
| 28 |
string inspiration = 2;
|
| 29 |
}
|
| 30 |
+
|
| 31 |
message Emergence {
|
| 32 |
string description = 1;
|
| 33 |
repeated string examples = 2;
|
| 34 |
}
|
| 35 |
+
|
| 36 |
+
message SignalPreservation {
|
| 37 |
+
string description = 1;
|
| 38 |
+
string alternate_names = 2;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
message EcosystemHomeostasis {
|
| 42 |
+
string alternate_names = 1;
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
message OptimalProportionality {
|
| 46 |
+
string description = 1;
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
message HyperparameterIntegration {
|
| 50 |
+
string description = 1;
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
+
message HumanAiStigmergy {
|
| 54 |
+
string description = 1;
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
ProtosymbioticSignal protosymbiotic_signal = 1;
|
| 58 |
Emergence emergence = 2;
|
| 59 |
string decentralized_integration = 3;
|
| 60 |
+
SignalPreservation signal_preservation = 4;
|
| 61 |
+
EcosystemHomeostasis ecosystem_homeostasis = 5;
|
| 62 |
+
string mathematical_properties = 6;
|
| 63 |
+
string fractal_like_property = 7;
|
| 64 |
+
OptimalProportionality optimal_proportionality = 8;
|
| 65 |
+
HyperparameterIntegration hyperparameter_integration = 9;
|
| 66 |
+
HumanAiStigmergy human_ai_stigmergy = 10;
|
| 67 |
}
|
| 68 |
|
| 69 |
message SymbioticPhase {
|