CoolFace
Apppublic

kaoola/agent-engineering-framework

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes
App README

Agent Engineering Framework

An interactive reference for the 5-layer Agent Engineering framework:

Prompt Engineering (2022-2023)
  └── Context Engineering (2023-2024)
        └── Harness Engineering (2024-2025)
              └── Loop Engineering (2025-2026)
                    └── Graph Engineering (2026-)
                          └── World Model

Features

  • 📊 Overview — Full evolution table with all 5 layers
  • 🔍 Layer Explorer — Deep dive into each layer with core concepts, comparisons, and code examples
  • ⚖️ Compare — Side-by-side comparison of any two layers
  • 🔎 Search — Full-text search across the knowledge base
  • 🤖 Agent API — AI agents can query the framework via agents.md

For AI Agents

This Space exposes an agents.md that any coding agent (Claude Code, Codex, OpenCode, Pi) can call directly:

bash
curl https://huggingface.co/spaces/{namespace}/agent-engineering-framework/agents.md

Local Development

bash
pip install -r requirements.txt
python app.py