docs: update README supported models and engine classes#45
Conversation
Sync the README model and engine tables with the backend source of truth (roe-llm AIModel enum + roe-agents prod_workflow_types): - Add current models: GPT-5.5 Pro, GPT-5.5, Claude Opus 4.8 - Replace deprecated PerplexitySearchEngine with ResearchEngine - Drop deprecated LinkedInScraperEngine (migrated to SocialScraperEngine) - Add MarketplaceStorefrontAnalysisEngine Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Greptile SummaryThis PR updates the README's Supported Models and Engine Classes reference tables to match the backend source of truth. It adds three new models and synchronizes the engine list by replacing deprecated entries with their current equivalents.
Confidence Score: 5/5Safe to merge — purely additive documentation changes with no logic, runtime, or API contract modifications. Only README.md is touched. The additions (three models, one new engine) follow the established formatting conventions and ordering. The removals (PerplexitySearchEngine, LinkedInScraperEngine) are consistent with the stated deprecation status in the backend source. No functional code is altered. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "docs: update README supported models and..." | Re-trigger Greptile |
Summary
roe-llmAIModelenum +DEPRECATED_MODELS, androe-agentsprod_workflow_types/migrated_workflow_types).gpt-5.5-pro-2026-04-23), GPT-5.5 (gpt-5.5-2026-04-23), Claude Opus 4.8 (claude-opus-4-8).PerplexitySearchEngine→ResearchEngineLinkedInScraperEnginedropped (migrated toSocialScraperEngine, already listed)MarketplaceStorefrontAnalysisEngine(current prod engine that was missing)Tenant-restricted models (SageMaker, StateStreet power-proxy/azure/dbs) are intentionally excluded, matching the public discovery endpoint's filtering.
Test plan
roe-llm/src/roe_llm/defs.pyroe-agents/src/lib/temporal_processing/utils.pyprod_workflow_typesand absent frommigrated_workflow_types🤖 Generated with Claude Code