io.telepat.ideon-free — free, long-form article generation for Pilot agents.
Install it on a Pilot daemon and an agent can start writing with no setup:
ideon-free.generate(idea) returns a job id, ideon-free.poll(jobId) returns the
finished markdown article, and ideon-free.help lists the methods. It's a thin
adapter over Telepat's hosted Ideon backend — no payment, no per-user keys.
What's new since v0.1.0
v0.1.0 was the earlier paid quote → pay → deliver node (still preserved on the
paid branch). main is now the free, generate-only node:
- App-store node. Exposes
ideon-free.{generate,poll,help}over the supervisor
IPC socket; installable straight from the Pilot catalogue. - Portable. The finished article is fetched over HTTPS from an authenticated
backend route, so the app runs on any Pilot daemon with no shared filesystem. - Zero-config. Ships with a default backend token baked in at build time —
install and call, nothing to configure.
Installing
The installable bundle is distributed through the Pilot app catalogue
(pilot-protocol/catalog); this release tags the source it's built from.
pilotctl appstore install io.telepat.ideon-free