Skip to main content

Engine Deprecations

Benchmarked against: Anthropic — Model deprecations Policy: Engines are deprecated when replaced by superior alternatives or when providers sunset models

This page tracks engine deprecations, sunset timelines, and migration paths.


Currently deprecated

EngineStatusDeprecatedSunsetMigration path
None currently deprecated

Deprecation candidates

Engines that may be deprecated in future based on observed issues:

EngineIssuePotential replacementDecision
Groq (for important tasks)Hallucination risk on perishable knowledgeGemini / DeepSeekCaptain decision: Groq = trivial only
Local UB searchCloud UB unification makes local redundantCloud UB search_brainIn progress — local UB being archived

Historical deprecations

Local UB as primary knowledge base (Deprecated 2026-03-01)

What: Each ship maintained its own local UB (SQLite + Qdrant)

Why deprecated:

  • Knowledge fragmentation across ships
  • SS2 agents couldn't access SS1 knowledge
  • Duplicate entries with no dedup mechanism
  • Chinese semantic search didn't work (mem0 + Qdrant limitation)

Replacement: Cloud UB (Cloudflare D1 + Vectorize) as Single Source of Truth

Migration path:

  1. All new ingestion → Cloud UB only
  2. Local UB entries (2,280) → archived
  3. High-quality items → manually migrated to Cloud UB
  4. Local UBI tools → re-pointed to Cloud UB

What: Using Groq (free) for important intelligence gathering and analysis

Why de-recommended:

  • Hallucinated "LangGraph 2.0 Released" — actual version was 1.0.9
  • Poor quality meeting summaries
  • Unreliable version numbers for fast-moving libraries

Replacement: Gemini with citations for important tasks; Groq remains valid for trivial tasks.

Nested agent mode for Groq/DeepSeek/Mistral/Zhipu (Not supported)

What: LangGraph nested agent-as-tool pattern with these engines

Why not supported:

  • Groq uses XML tool calling format instead of JSON
  • DeepSeek, Mistral, Zhipu have limited tool calling

Replacement: supervisor.py auto-switches to flat mode for these engines. Nested mode reserved for Gemini and Claude.


Deprecation policy

Process

Timeline

PhaseDurationActions
AnnouncementImmediateDocument in this page + ingest to UB
Grace period2–4 weeksMigration support, dual-running
SunsetEnd of graceRemove from dispatch options
CleanupPost-sunsetRemove related code and configs

What triggers deprecation

TriggerExample
Provider sunsets a modelGroq replaces Llama 3.3 with newer model
Quality too low for any taskPersistent hallucination in all use cases
Cost becomes uncompetitiveFree engine becomes paid, cheaper alternative exists
Architectural consolidationLocal UB → Cloud UB unification
Security concernAPI key exposure, data handling policy change

PageRelationship
Engine OverviewCurrent engine fleet
Migration GuideHow to migrate
What's NewRecent changes
Release NotesFull changelog