mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
- Implement message based history in `ActionHistoryComponent` - Make non-summarized message count configurable (`ActionHistoryComponent.full_message_count`) - Run `ActionHistoryComponent` after `SystemComponent` so that history messages are last in the prompt - Omit final instruction message if prompt already contains assistant messages - Filter `raw_message` from `ActionProposal.schema()` --------- Co-authored-by: Krzysztof Czerwinski <kpczerwinski@gmail.com>