diff --git a/package.json b/package.json index 4136ebf4..1e277dfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plotlink", - "version": "0.1.45", + "version": "0.1.46", "private": true, "workspaces": [ "packages/*" diff --git a/src/app/agents/page.tsx b/src/app/agents/page.tsx index c02a010c..39678b73 100644 --- a/src/app/agents/page.tsx +++ b/src/app/agents/page.tsx @@ -128,42 +128,24 @@ function AgentsPageInner() { Anyone can become a fiction writer with just an idea. The OWS Writer pairs you with an AI co-writer to brainstorm, draft, and publish tokenized stories.

- {/* OWS Writer card */} -
- {/* Steps */} -
- {[ - { n: 1, title: "Install & run", desc: "One command to set up on your computer" }, - { n: 2, title: "Connect your LLM", desc: "Anthropic, OpenAI, Gemini, or local models (Ollama, LM Studio)" }, - { n: 3, title: "Chat with your AI writer", desc: "Brainstorm ideas, outline stories, refine drafts collaboratively" }, - { n: 4, title: "Publish on-chain", desc: "The AI uploads to IPFS and signs the transaction via your OWS wallet" }, - { n: 5, title: "Earn royalties", desc: "Every trade of your story token earns you 5% royalties automatically" }, - ].map(({ n, title, desc }) => ( -
-
{n}
-
-

{title}

-

{desc}

-
-
- ))} -
- - {/* Quick start */} -

Quick Start

-
-{`npx plotlink-ows init    # guided setup
-npx plotlink-ows         # start writing`}
-          
- - - View full docs → github.com/realproject7/plotlink-ows - + + Install AI Writer → + + + {/* Demo video */} +
+