refactor: remove old pod crates
This commit is contained in:
@@ -17,7 +17,7 @@ Does not own:
|
||||
- Unix socket implementation details (`client`, `worker`)
|
||||
- TUI rendering (`tui`)
|
||||
- Engine history semantics (`llm-engine`)
|
||||
- durable storage (`session-store`, `pod-store`)
|
||||
- durable storage (`session-store`, `session-store` worker metadata)
|
||||
|
||||
## Design notes
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ pub enum Method {
|
||||
///
|
||||
/// Delivered as `Method::WorkerEvent` over the parent's Unix socket. The
|
||||
/// parent Controller always applies variant-specific side effects
|
||||
/// (registry / pod-registry updates). Agent-visible variants are also
|
||||
/// (registry / worker-allocation updates). Agent-visible variants are also
|
||||
/// queued into the notification buffer; control-plane-only variants are
|
||||
/// not injected into the parent's LLM context.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user