Production Release - 2025-07-09 - #380
Merged
Merged
Conversation
…QAChain, LLMChain, and AddNodes to staging versions
- Add 11 new AAI-branded nodes that use hardcoded AAI_DEFAULT_* environment variables - Chat Models: AAIChatOpenAI, AAIChatAnthropic, AAIChatGoogleGenerativeAI, AAIGroq, AAIDeepseek, AAIAWSChatBedrock - Agents: AAIAssistant, AAIToolAgent - Chains: AAIConversationChain, AAIConversationalRetrievalQAChain, AAILLMChain - All nodes tagged with 'AAI' for Answer tab filtering - Enhanced descriptions with 'Zero configuration required' messaging - No credential dropdowns required - uses platform-managed credentials
- Remove AAI tags from original nodes to avoid duplication in Answer tab - Add fallback AAI_DEFAULT_* credentials for backward compatibility - Maintain existing credential system for user-managed credentials - Update ChatOpenAI, ChatAnthropic, ChatGoogleGenerativeAI, Groq, Deepseek, AWSChatBedrock - Update OpenAIAssistant, ToolAgent, ConversationChain, ConversationalRetrievalQAChain, LLMChain - Preserve AAI tags on Calculator, WebBrowser, BufferMemory, File (no credential inputs required)
- Add 4-tab system: Answer, LangChain, LlamaIndex, Utilities & Tools - Answer tab shows only AAI-tagged nodes (zero-config components) - LangChain tab shows traditional nodes requiring manual credentials - LlamaIndex tab for LlamaIndex-specific components - Utilities & Tools tab for general utilities - Add visual icons for each tab with polished styling - Implement tag-based filtering logic for automatic node categorization - Maintain backward compatibility with existing search functionality
…AAIConversationChain implementation - update AutoGPT and ToolAgent nodes - fix Groq chatmodel configurations - improve MCP core functionality - add comprehensive environment variables documentation
…/the-answerai/theanswer into feature/aai-nodes-implementation
…anization - Add 9 AAI-branded nodes with zero configuration - Implement tabbed node organization system - Update chat model defaults - Remove AAIAssistant node (moved to separate issue) - Add comprehensive environment variable support - Maintain backward compatibility
…ation feat: implement AAI-branded node system with tabbed organization
Refactor and Restructure Left Navigation Menu in AppDrawer
Enhance Credential Management in Market Place
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
maxtechera
temporarily deployed
to
staging - theanswer-iek0
July 9, 2025 16:42 — with
Render
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release introduces a zero-configuration credential user experience for AnswerAI (AAI) components in both the Canvas and Marketplace. It also extends the unified configuration pattern for Document Stores and introduces structural improvements for MCP server nodes. Additionally, this update enhances the UI/UX for flow imports, credential management, and tabbed node browsing.
🔑 Major Features & Enhancements
Unified Save Pattern:
🧑💻 UI/UX Improvements
Tabbed Node Browser (AddNodes.jsx):
🛠️ Technical/Developer Notes
🧪 Testing & Validation
🗒️ Notable Files & Modules
📣 Upgrade/Care Notes