@lautarogartner/agentify
v0.6.0-alpha.1
Published
Generate agent-readable runtime artifacts for websites.
Maintainers
Readme
agentify
Generate agent-readable runtime artifacts for a website.
Status: Alpha. Schema and outputs may change. Not for production use yet.
npx @lautarogartner/agentify https://example.comInstall from npm:
npm install -g @lautarogartner/agentify
agentify https://example.comOr from the Paideia repository (during incubation):
npm install -g github:LautaroGartner/paideia-framework
agentify https://example.comPackage-local development:
cd packages/agentify
node bin/agentify.mjs https://example.comOutputs:
agent/
system.json
runtime.json
context.json
llms.txtagentify performs a static HTML crawl (JavaScript is not executed) and records what it could and could not observe. The generated artifacts are honest receipts: they include crawl status, metadata, warnings, failures, and explicit limitations instead of hiding partial results.
