feat(agor-pty): complete PTY daemon — auth, sessions, output fanout
This commit is contained in:
parent
4b5583430d
commit
f3456bd09d
6 changed files with 1853 additions and 65 deletions
5
agor-pty/src/lib.rs
Normal file
5
agor-pty/src/lib.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/// Public library surface for IPC clients (Tauri, Electrobun, integration tests).
|
||||
///
|
||||
/// Only protocol types are exposed — the daemon internals (session manager,
|
||||
/// auth, socket server) are not part of the public API.
|
||||
pub mod protocol;
|
||||
Loading…
Add table
Add a link
Reference in a new issue