Skip to content

chore(landing): describe the Analyst Operator, not text-to-Cypher - #346

Merged
jfrench9 merged 1 commit into
mainfrom
chore/analyst-operator-copy
Aug 29, 2026
Merged

chore(landing): describe the Analyst Operator, not text-to-Cypher#346
jfrench9 merged 1 commit into
mainfrom
chore/analyst-operator-copy

Conversation

@jfrench9

Copy link
Copy Markdown
Member

Summary

Two places on the marketing site still introduced the console's agent as "Text-to-Cypher" / "AI generates Cypher queries". The agent answers from curated financial statements, documents, memory, and the Cypher it writes when nothing curated fits, and the API now registers it as analyst (robosystems #1308). This names it the Analyst Operator where the old framing appeared.

Changes

  • src/app/(landing)/pricing/content.tsx — "What are credits used for?" FAQ: the first of the two agents is now "the Analyst Operator, which answers a plain-English question from your graph — live statements, documents, memory, and the Cypher it writes when nothing curated fits — and shows the query behind it". The account-mapping half and the credits mechanics are unchanged.
  • src/components/platform/FinancialServices.tsx — "Research via AI" step: "AI generates Cypher queries against 8,000+ public company SEC filings" → "the Analyst Operator answers from 8,000+ public company SEC filings".

Left alone on purpose: the lines describing the console's output ("answers backed by the data and the generated Cypher", the Generated Cypher panel in ConsoleDemo, platform/content.tsx's "it generates the Cypher, runs it, and answers with a narrative") — those describe what the console shows, which is still true. Copy only; no logic, routes, or data changes.

Deploy Notes

None — static copy, no environment or infrastructure changes. Safe to deploy independently of the API release; the name is accurate today (the console auto-selects the operator and never sent the old name).

Testing

  • npm run test:all (test → format → lint:fix → typecheck → cf-lint): 389 tests passed across 47 files, all checks clean. Pre-commit hook ran the same set.

The console's agent answers from curated statements, documents, memory,
and the Cypher it writes when nothing curated fits; the API renamed it
analyst (robosystems #1308). The pricing FAQ and the platform overview still
introduced it as Text-to-Cypher.
@jfrench9
jfrench9 merged commit 155e6c7 into main Aug 29, 2026
6 checks passed
@jfrench9
jfrench9 deleted the chore/analyst-operator-copy branch August 29, 2026 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant