mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(blocks): use valid UUID4 for SmartAgentBlock id
This commit is contained in:
@@ -225,7 +225,7 @@ class SmartAgentBlock(Block):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
id="c1a2u3d4-e5a6-g7e8-n9t0-b1l2o3c4k5d6",
|
||||
id="dbe509c8-5078-49c5-ba1a-41a9ef9b459a",
|
||||
description=(
|
||||
"An AI agent powered by Claude Agent SDK that executes connected AutoGPT tool nodes. "
|
||||
"Combines Claude's native agent capabilities with AutoGPT's tool ecosystem."
|
||||
|
||||
Reference in New Issue
Block a user