feat: AgentManager - foundation for unified execution (#4389) (#4684)

This commit is contained in:
tlongwell-block
2025-09-24 16:15:26 -04:00
committed by GitHub
parent ad045bc94c
commit 9d40422e2d
34 changed files with 896 additions and 352 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ impl Conversation {
}
}
pub fn iter(&self) -> std::slice::Iter<Message> {
pub fn iter(&self) -> std::slice::Iter<'_, Message> {
self.0.iter()
}