Skip to content
Back to Bayan Flow

Card snapshot

bayanflow.com · 2026-08-18 09:44:32 UTC · b6826ef4850eb90a62c86b464abec60def7ded310f2a01607992d6719a06fae8

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schemaVersion": "v1",
  "name": "Bayan Flow",
  "description": "Interactive educational tool for learning algorithms through step-by-step visual animations with clarity (\u0628\u064a\u0627\u0646). 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)"
  ]
}