feat: prepare agen crates for publication
This commit is contained in:
@@ -16,7 +16,7 @@ Does not own:
|
||||
|
||||
- Unix socket implementation details (`client`, `worker`)
|
||||
- TUI rendering (`tui`)
|
||||
- Engine history semantics (`llm-engine`)
|
||||
- Engine history semantics (`agen`)
|
||||
- durable storage (`session-store`, `session-store` worker metadata)
|
||||
|
||||
## Design notes
|
||||
|
||||
@@ -376,7 +376,7 @@ pub enum Event {
|
||||
///
|
||||
/// `turn` is the AgentTurn index from `Engine::turn_count`.
|
||||
///
|
||||
/// Currently retry is not yet implemented (`llm-engine-stream-continuation`)
|
||||
/// Currently retry is not yet implemented (`agen-stream-continuation`)
|
||||
/// so AgentTurn and `LlmCall` fire 1:1, but the contract here is
|
||||
/// the AgentTurn boundary; consumers that want per-LLM-call signals
|
||||
/// must subscribe to `LlmCallStart` / `LlmCallEnd` instead.
|
||||
|
||||
Reference in New Issue
Block a user