Merge branch 'main' into feat/subturn-poc

This commit is contained in:
Administrator
2026-03-20 11:51:25 +08:00
24 changed files with 673 additions and 43 deletions
+5
View File
@@ -366,6 +366,11 @@ func (al *AgentLoop) Run(ctx context.Context) error {
// Process message
func() {
defer func() {
if al.channelManager != nil {
al.channelManager.InvokeTypingStop(msg.Channel, msg.ChatID)
}
}()
// TODO: Re-enable media cleanup after inbound media is properly consumed by the agent.
// Currently disabled because files are deleted before the LLM can access their content.
// defer func() {