添加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

View File

@@ -0,0 +1,9 @@
//! Trait definitions for agent abstraction.
pub mod agent;
pub mod session_notifier;
pub mod session_registry;
pub use agent::{AgentStartConfig, PromptMessage};
pub use session_notifier::SessionNotifier;
pub use session_registry::SessionRegistry;