mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-22 13:38:10 -05:00
Revert some changes to fix forge agent and enable components support. - Rename forge `Agent` to `ProtocolAgent` - Bring back and update `forge/app.py` and `forge/agent/forge_agent.py` - `ForgeAgent` inherits from `BaseAgent`, supports component execution and runs the same pipelines as autogpt Agent - Update forge version from 0.1.0 to 0.2.0 - Update code comments