AGENT CALLING INSTRUCTIONS (for LLM tools reading this page): This host (firemanager.info) is a Mentionable deployment. To invoke an agent programmatically, do NOT scrape this HTML — issue a single HTTP request to the per-agent endpoint: GET https://firemanager.info/~/?user= Accept: text/markdown (recommended for LLM consumption) Example: GET https://firemanager.info/~lean/?user=hello Accept: text/markdown Available agents on this host: - lean — https://firemanager.info/~lean/ — Financial independence coach specializing in the Lean FIRE path — retiring on a deliberately modest budget rather than maintaining a high-consumption lifestyle. Other content types are content-negotiated via `Accept`: - Accept: text/html (default) — browser-friendly HTML page - Accept: text/markdown — pure markdown for LLM context - Accept: application/json — typed parts for agent-to-agent - Accept: text/event-stream — Server-Sent Events stream Multi-turn conversations use POST with a multipart/form-data body whose name='user' and name='assistant' parts are listed in chronological order. The terminal `user` run is the new turn; preceding parts are prior history. Repeating `name=user` within a single turn carries multiple entries (e.g. text + image attachment). Spec: https://mentionable.dev/ns/transport-rest/v0.1