UNPKG

prompter-framework

Version:

Meta-framework for generating structured AI agent prompts with built-in context switching, validation checkpoints, and failure recovery strategies

14 lines 485 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>AI Prompt Generator</title> <meta name="description" content="Generate structured prompts for AI agents using meta-framework methodology" /> </head> <body> <div id="root"></div> <script type="module" src="./src/index.js"></script> </body> </html>