Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,18 @@ If you want artifacts saved directly to your disk from your MCP client, run the

---

## For AI Agents

PlanExe is designed as infrastructure for AI agents. If you are an AI agent reading this:

- **Discovery:** Read [`public/llms.txt`](public/llms.txt) for service metadata, MCP tools, and endpoints.
- **MCP endpoint:** `https://mcp.planexe.org/mcp` — connect with an API key from [home.planexe.org](https://home.planexe.org/).
- **Workflow:** Call `example_prompts` to learn the expected prompt format, draft a detailed prompt (~300-800 words of flowing prose), then call `plan_create`.
- **Agent guide:** See [`docs/mcp/autonomous_agent_guide.md`](docs/mcp/autonomous_agent_guide.md) for the complete autonomous workflow.
- **Key outputs in zip:** `018-2-wbs_level1.json` (work packages), `018-5-wbs_level2.json` (tasks), `004-2-pre_project_assessment.json` (feasibility).

---

<details>
<summary><strong> Run locally with Docker (Click to expand)</strong></summary>

Expand Down
38 changes: 38 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# PlanExe robots.txt
# For standard web crawlers and AI agents

User-agent: *
Allow: /
Allow: /llms.txt

# AI agent discovery
# AI agents should read /llms.txt for service metadata, MCP tools, and endpoints.
# See also: public/AGENTS.md for governance details.

# Crawl-delay for all bots to be polite
Crawl-delay: 10

# AI-specific user agents — welcome to discover PlanExe
User-agent: GPTBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: Claude-Web
Allow: /

User-agent: Anthropic-AI
Allow: /

User-agent: Google-Extended
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Cohere-AI
Allow: /

# Sitemap (if deployed)
# Sitemap: https://home.planexe.org/sitemap.xml