添加qiming-rcoder模块

This commit is contained in:
Codex
2026-06-01 13:54:52 +08:00
parent 8092c4b1f8
commit 4b1a580132
539 changed files with 151650 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
//! gRPC 服务模块
//!
//! 提供 agent_runner 的 gRPC 服务端实现,用于替代原有的 HTTP 接口
pub mod agent_service_impl;
pub use agent_service_impl::AgentServiceImpl;