mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05: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>