feat(code): gRPC server with JWT auth + tool routing
tonic 0.14 gRPC server for sunbeam code sessions: - bidirectional streaming Session RPC - JWT interceptor validates tokens against Hydra JWKS - tool router classifies calls as client-side (file_read, bash, grep, etc.) or server-side (gitea, identity, search, etc.) - service stub with session lifecycle (start, chat, tool results, end) - coding_model config (default: devstral-small-2506) - grpc config section (listen_addr, jwks_url) - 182 tests (5 new: JWT claims, tool routing) phase 2 TODOs: Matrix room bridge, Mistral agent loop, streaming
This commit is contained in:
1
proto/code.proto
Symbolic link
1
proto/code.proto
Symbolic link
@@ -0,0 +1 @@
|
||||
/Users/sienna/Development/sunbeam/cli-worktree/sunbeam-proto/proto/code.proto
|
||||
Reference in New Issue
Block a user