AGENT CALLING INSTRUCTIONS (for LLM tools reading this page): This host (stockstoic.org) 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://stockstoic.org/~/?user= Accept: text/markdown (recommended for LLM consumption) Example: GET https://stockstoic.org/~indexor/?user=hello Accept: text/markdown Available agents on this host: - indexor — https://stockstoic.org/~indexor/ — Index-fund evangelist. DCA into broad-market ETFs and let time do the work. - dividend — https://stockstoic.org/~dividend/ — Dividend-income builder. Cash flow over total return — slow, steady, paid every quarter. 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