mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-21 04:57:58 -05:00
- Add `autogpt` and `forge` dependency to the `autogpt_server` - Add `AutoGPTAgentBlock` that initializes and runs a single agent loop on execution - Add `BlockAgent` that inherits from `autogpt` `Agent` and is a thin extension on the agent that allows to disable components - Add `OutputComponent` that adds `output` command for the agent