+ Interactive demonstration of the TaskFlow component for visualizing AI agent workflows
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/frontend/src/components/taskflow/index.ts b/frontend/src/components/taskflow/index.ts
new file mode 100644
index 0000000..243bed8
--- /dev/null
+++ b/frontend/src/components/taskflow/index.ts
@@ -0,0 +1,2 @@
+export { TaskFlow } from './TaskFlow';
+export type { TaskStep, TaskFlowProps } from './TaskFlow';
\ No newline at end of file