-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathagent-card.json
More file actions
30 lines (30 loc) · 1.26 KB
/
Copy pathagent-card.json
File metadata and controls
30 lines (30 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"schemaVersion": "v1",
"name": "Bayan Flow",
"description": "Interactive educational tool for learning algorithms through step-by-step visual animations with clarity (بيان). Features sorting, pathfinding, searching, tree traversal, and graph algorithms with Python code examples and real-time complexity analysis.",
"url": "https://bayanflow.com",
"version": "0.5.0",
"capabilities": ["visualization", "education", "code-execution", "video-export"],
"category": "education",
"skills": [
{
"name": "algorithm-visualization",
"description": "Browse and explore interactive algorithm visualizations across sorting, pathfinding, searching, tree traversal, and graph categories.",
"url": "https://bayanflow.com/app"
},
{
"name": "complexity-analysis",
"description": "View time and space complexity information for any algorithm.",
"url": "https://bayanflow.com/app"
}
],
"supportedInterfaces": ["web", "mcp"],
"features": [
"45 interactive algorithm visualizations",
"Real-time complexity analysis",
"Step-by-step algorithm execution",
"Editable Python code examples (in-browser Pyodide)",
"HD video export with optional sound",
"Multi-language support (English, French, Arabic)"
]
}