Agentic Layer

Design products with agent-native architecture.

cleanexpo ece02c8 461 B Updated

File contents

The Agentic Layer

Every product needs two interfaces:

  • Human Layer: HTML/CSS/JS, visual, interactive
  • Agentic Layer: JSON I/O, structured, deterministic

Design Principles

  1. Structured over visual (JSON not HTML)
  2. Actions as named operations
  3. State as machine-readable document
  4. Feedback as structured result
  5. Self-describing API (capabilities endpoint)

cleanexpo/pi-dev-ops/tree/main/skills/agentic-layer commit ece02c86db

Frequently asked questions

npx skillmds@latest add cleanexpo/agentic-layer