Add IPC envelope and tool messages to proto

Implemented-By: Laguna S 2.1 (OpenCode)
This commit is contained in:
2026-09-17 07:53:40 -07:00
parent 1e1b543a7c
commit 56e12f40a6
10 changed files with 273 additions and 0 deletions
+5
View File
@@ -2,6 +2,11 @@
pub mod class;
pub mod ids;
pub mod wire;
pub use class::DataClass;
pub use ids::{CallId, Epoch, Hash32, SessionId, Timestamp, ValueError};
pub use wire::{
DenyReason, Envelope, ErrorCode, Message, PROTOCOL_VERSION, ToolRequest, ToolResponse,
WireError,
};