Make any repo readable by autonomous agents in under 60 seconds.
npm install -g @agent_press/agentpress
agentpress doctor --json
agentpress lint . --jsonPython fallback:
pip install agentpress-static
agentpress doctor --json
agentpress lint . --jsonAgentPress publishes a small, machine-readable surface for agents:
llms.txt— first-read instructions.well-known/agentpress.json— agent entrypoint map.well-known/ai-ingestion.json— crawler/agent ingestion policyagentpress/agent-instructions.json— agent operating contractagentpress/schemas/index.json— schema index- schema validation, receipts, proof packs, and CLI gates
python3 scripts/agentpress.py doctor --json
python3 agentpress/demos/consumer/consumer_demo.pyAgentPress also supports landing-receipt proof receipts for adoption evidence.
- Site: https://agentpress.pages.dev/
- npm: https://www.npmjs.com/package/@agent_press/agentpress
- PyPI: https://pypi.org/project/agentpress-static/
- Full reference:
agentpress/FULL_REFERENCE.md - Quickstart:
agentpress/QUICKSTART.md
Allowed: read public files, validate schemas, summarize, cite, transform, prepare local patches, and create pull requests.
Requires human approval: external posts, registry publishes, production deploys, private data access, billing, phone, captcha, and 2FA flows.
Prohibited: secret exfiltration, deceptive tracking, spam, bypassing paywalls/captchas/2FA, impersonation, or unauthorized external writes.