+ {/* Subtle grid background */}
+
+
+
+
+ {/* Tooltip for hovered node */}
+ {hoveredNode && (
+
+ {hoveredNode === 'registry-search' && (
+
+ Search the registry for tools matching your needs
+
+ )}
+ {hoveredNode === 'registry-execute' && (
+
+ Execute any tool in a secure sandbox
+
+ )}
+ {hoveredNode === 'registry' && (
+ 1000+ verified AI SDK tools
+ )}
+ {hoveredNode === 'executor' && (
+
+ Isolated Deno runtime for safe execution
+
+ )}
+ {hoveredNode === 'metadata' && (
+
+ Tool schemas, descriptions, and health status
+
+ )}
+ {hoveredNode === 'runtime' && (
+
+ Sandboxed execution with API key isolation
+
+ )}
+
+ )}
+