mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
feat: add chat compaction built-in plugin
This commit is contained in:
parent
87ad4dab86
commit
5b3240677d
20 changed files with 1620 additions and 0 deletions
8
plugins/chat_compaction/compaction/plugin.yaml
Normal file
8
plugins/chat_compaction/compaction/plugin.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name: compaction
|
||||
title: Chat Compaction
|
||||
description: Compact entire chat history into a single optimized summary message.
|
||||
version: 1.0.0
|
||||
settings_sections:
|
||||
- agent
|
||||
per_project_config: false
|
||||
per_agent_config: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue