monarchic-agent-protocol 0.1.9 → 0.1.10
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 +4 -4
- data/schemas/v1/monarchic_agent_protocol.proto +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c18382da11133228e64f3d4cf164fcfd99335b5f250ac565f0806e66b4b156ab
|
|
4
|
+
data.tar.gz: f67607fe54a391abe40eda0e878d92a29a01d1a31660790303f6053c491bde9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb3de40bd7e498b532463c8fb50131f174864c490f955cc323e4a4be9bf9792b574bd81cd71a6783d23a50e6b6b9d7d177236ce835770003e01a29db6a1a0c3f
|
|
7
|
+
data.tar.gz: 65f12d0927b35d49557eb9d4e2f41cb824c8c852f2d4083237ff6a7a40bb14d7ad4e4dd5ecc1b5d9ef370a1e9042166dde2ac9aa2921f4e893826f84fa78847d
|
|
@@ -4,7 +4,7 @@ package monarchic.agent_protocol.v1;
|
|
|
4
4
|
|
|
5
5
|
import "google/protobuf/struct.proto";
|
|
6
6
|
|
|
7
|
-
option java_package = "monarchic.agent_protocol.v1";
|
|
7
|
+
option java_package = "ai.monarchic.agent_protocol.v1";
|
|
8
8
|
option java_outer_classname = "MonarchicAgentProtocolV1";
|
|
9
9
|
option java_multiple_files = true;
|
|
10
10
|
option csharp_namespace = "Monarchic.AgentProtocol.V1";
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: monarchic-agent-protocol
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Monarchic AI
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-protobuf
|