Logo
Explore Help
Sign In
studio/cli
2
0
Fork 0
You've already forked cli
Code Issues Pull Requests Actions Packages Releases 4 Wiki Activity
Files
f3e67e589b70bcad4f7e1147c7fdd3fc97ab4cf5
cli/sunbeam-proto/build.rs

5 lines
121 B
Rust
Raw Normal View History

feat(code): add sunbeam-proto crate with gRPC service definition shared protobuf definitions for the sunbeam code agent: - CodeAgent service with bidirectional Session streaming - ClientMessage: StartSession, UserInput, ToolResult, ToolApproval - ServerMessage: TextDelta, ToolCall, ApprovalNeeded, Status - ToolDef for client-side tool registration this is the transport layer between `sunbeam code` (TUI client) and Sol (server-side agent loop). next: JWT middleware for OIDC auth, Sol gRPC server stub, CLI subcommand stub.
2026-03-23 11:12:51 +00:00
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::compile_protos("proto/code.proto")?;
Ok(())
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 57ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API