Skip to content

pantoken / ai/pantoken-ai/src / AGENTS_MD

متغير: AGENTS_MD

const AGENTS_MD: string = ASSETS.agents

ألفا

محتوى AGENTS.md (دليل استخدام المستهلك).

مثال

قدّم الدليل من مسار التطبيق

ts
import { AGENTS_MD } from "@pantoken/ai";

export function GET() {
  return new Response(AGENTS_MD, { headers: { "Content-Type": "text/markdown" } });
}