Skip to content

Releases: breezy89757/AiLearningLab

v1.11.0: L11 Skills & Dynamic Loading

25 Jan 15:56

Choose a tag to compare

🎉 New Features

🧩 L11: Skills (Dynamic Capability Injection)

  • Introduced the Skills level, demonstrating how Agents can bypass static compilation limits.
  • Implemented Metadata Discovery -> Dynamic Injection workflow.
  • Skill Router: Automatically delegates user requests to the appropriate skill (e.g., MermaidArchitect).

🌊 Mermaid Diagrams Upgrade

  • v10 API Integration: Switched to mermaid.run() for robust, jump-free rendering.
  • Download Support: Added a 💾 Download SVG button to all generated diagrams.
  • Responsive UI: Diagrams now auto-scale and look great on all devices (Glassmorphism UI).

🛠️ Developer Experience

  • Global Archival Workflow: Introduced inish-task command to organize completed specs into project-specific history folders.
  • CSS Architecture: Refactored shared layout styles to components.css for consistent design across all levels.

v1.0.0 - Initial Release

16 Jan 17:24

Choose a tag to compare

AI Learning Lab v1.0.0

Interactive demo application showcasing AI technology evolution:

  • L1: Pure LLM
  • L2: System Prompt
  • L3: Few-shot Learning
  • L4: Chat Memory
  • L6: Function Calling
  • L7: Agent
  • L8: MCP (Model Context Protocol)

Features

  • Collapsible code snippets for each level
  • Side-by-side comparison
  • Anchor navigation in sidebar
  • Azure OpenAI / LiteLLM support