From 39fd87e82fde3ba0067688beb76745744c0c229a Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 2 Jun 2026 20:30:41 -0400 Subject: [PATCH] docs(tech-stack): add MiniMax provider and Gemini Embedding 001 --- conductor/tech-stack.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conductor/tech-stack.md b/conductor/tech-stack.md index fbf7750b..83c333b4 100644 --- a/conductor/tech-stack.md +++ b/conductor/tech-stack.md @@ -21,11 +21,13 @@ - **anthropic:** For Anthropic Claude API interaction, supporting ephemeral prompt caching. - **DeepSeek (Dedicated SDK):** Integrated for high-performance codegen and reasoning (Phase 2). - **Gemini CLI:** Integrated as a headless backend provider, utilizing a custom subprocess adapter and bridge script for tool execution control. Achieves full functional parity with direct SDK usage, including real-time token counting and detailed subprocess observability. +- **MiniMax:** Alternative provider support, integrated via the OpenAI-compatible SDK. - **Gemini 3.1 Pro Preview:** Tier 1 Orchestrator model for complex reasoning. - **Gemini 3-Flash Preview:** High-reasoning low-latency model for Tier 2 Tech Lead. - **Gemini 2.5 Flash Lite:** Ultra-low-cost, high-speed model for Tier 3 Workers and Tier 4 QA. - **DeepSeek-V3:** Tier 3 Worker model optimized for code implementation. - **DeepSeek-R1:** Specialized reasoning model for complex logical chains and "thinking" traces. +- **Gemini Embedding 001:** Default embedding model for RAG vector store. ## Configuration & Tooling