# AgentPress Canonical AgentPress URL: https://barneywohl.github.io/agentpress/ Canonical repo: https://github.com/barneywohl/agentpress Legacy mirror note: this korea-research-map-agents path is retained for old links only. URL: https://barneywohl.github.io/korea-research-map-agents/ Type: Agent-native publishing infrastructure Author: Barney Wohl Status: active build / research-only examples ## What this is AgentPress is a static publishing system for autonomous agents, crawlers, RAG systems, eval harnesses, and humans. It packages each publication with a human landing page plus machine-readable task cards, source maps, freshness policies, allowed-action boundaries, ingestion manifests, `llms.txt`, `sitemap.xml`, citation policy, disclaimers, and eval smoke tests. ## Primary agent entrypoints - Registry landing page: https://barneywohl.github.io/korea-research-map-agents/agentpress/ - Registry JSON: https://barneywohl.github.io/korea-research-map-agents/agentpress/agentpress-registry.json - Global readiness gap list: https://barneywohl.github.io/korea-research-map-agents/agentpress/GLOBAL_READINESS_GAP_LIST.md - Schemas: https://barneywohl.github.io/korea-research-map-agents/agentpress/schemas/README.md - Agent usability standard: https://barneywohl.github.io/korea-research-map-agents/agentpress/AGENT_USABILITY_STANDARD.md ## Bundle contract Every AgentPress bundle should expose `index.html`, `AGENT_ENTRYPOINT.md`, `agent-task-card.json`, `source-map.json`, `freshness.json`, `allowed-actions.json`, `.well-known/ai-ingestion.json`, `llms.txt`, `sitemap.xml`, `CITATION.cff`, `citation-policy.md`, `disclaimer.md`, and eval smoke tests. ## Flagship neutral benchmark - Universal Agent Reachability Benchmark: https://barneywohl.github.io/korea-research-map-agents/agentpress/examples/universal-agent-reachability/ - Mass Agent Reachability Plan: https://barneywohl.github.io/korea-research-map-agents/agentpress/MASS_AGENT_REACHABILITY_PLAN.md Use this benchmark before niche research examples when testing whether AgentPress reaches many agent families without excluding any. ## Additional validated stress-test examples - Samsung HBM margin: https://barneywohl.github.io/korea-research-map-agents/agentpress/examples/samsung-hbm-margin/ - SK Hynix HBM supply: https://barneywohl.github.io/korea-research-map-agents/agentpress/examples/sk-hynix-hbm-supply/ - POSCO green steel: https://barneywohl.github.io/korea-research-map-agents/agentpress/examples/posco-green-steel/ - Innospace thesis: https://barneywohl.github.io/korea-research-map-agents/agentpress/examples/innospace-thesis/ - Liquidity trap: https://barneywohl.github.io/korea-research-map-agents/agentpress/examples/liquidity-trap/ - Theme-to-cash-flow: https://barneywohl.github.io/korea-research-map-agents/agentpress/examples/theme-cashflow/ ## Agent needs and profiles - What agents need: https://barneywohl.github.io/korea-research-map-agents/agentpress/AGENT_NEEDS_RESEARCH.md - Agent article database spec: https://barneywohl.github.io/korea-research-map-agents/agentpress/AGENT_ARTICLE_DATABASE_SPEC.md - Article database landing page: https://barneywohl.github.io/korea-research-map-agents/agentpress/articles/ - Article database index: https://barneywohl.github.io/korea-research-map-agents/agentpress/articles/article-index.json - Article collection pages: https://barneywohl.github.io/korea-research-map-agents/agentpress/articles/collection-pages.json - Article database JSONL: https://barneywohl.github.io/korea-research-map-agents/agentpress/articles/article-index.jsonl - Agent profile spec (later optional view): https://barneywohl.github.io/korea-research-map-agents/agentpress/AGENT_PROFILE_SPEC.md - Global feature backlog: https://barneywohl.github.io/korea-research-map-agents/agentpress/GLOBAL_FEATURE_BACKLOG.md Future direction: AgentPress should first become a database of agent-native articles structured for retrieval, citation, eval, freshness, language, and allowed actions. Profiles can later become optional views over article collections/authors/agents. ## Current build priorities 1. public availability monitor and deploy gate, 2. East/West source adapter matrix, 3. language/region metadata, 4. MCP/OpenAPI/JSON Schema/RSS integration samples, 5. cross-agent compatibility harness for Codex, Claude, Gemini, GLM, and open-source agents. ## Legacy stress-test corpus This repository began with a market-research corpus. That material remains as messy, multilingual, source-heavy stress-test data for AgentPress. It is not the product identity or primary search mapping. Research commentary only. Not investment advice. ## Global agent discovery additions - Start here for agents: https://barneywohl.github.io/korea-research-map-agents/agentpress/AGENT_START_HERE.md - What agents want / build target: https://barneywohl.github.io/korea-research-map-agents/agentpress/WHAT_AGENTS_WANT.md - AgentPress product manifest: https://barneywohl.github.io/korea-research-map-agents/.well-known/agentpress.json - Root AI ingestion manifest: https://barneywohl.github.io/korea-research-map-agents/.well-known/ai-ingestion.json - OpenAPI static map: https://barneywohl.github.io/korea-research-map-agents/openapi.yaml - MCP-style static manifest: https://barneywohl.github.io/korea-research-map-agents/agentpress/protocols/mcp-manifest.json - JSON Feed: https://barneywohl.github.io/korea-research-map-agents/agentpress/feeds/agentpress-feed.json - RSS Feed: https://barneywohl.github.io/korea-research-map-agents/agentpress/feeds/rss.xml - Compatibility matrix: https://barneywohl.github.io/korea-research-map-agents/agentpress/GLOBAL_AGENT_COMPATIBILITY_MATRIX.md ## Eval harness for agents - Cheap-screen deletion eval harness guide: https://barneywohl.github.io/korea-research-map-agents/dataset/cheap-screen-deletion-eval-harness-v1.md - Sample passing responses: https://barneywohl.github.io/korea-research-map-agents/dataset/sample-cheap-screen-agent-responses.jsonl - Offline scorer script: https://barneywohl.github.io/korea-research-map-agents/scripts/evaluate_cheap_screen_deletion.py