-
Notifications
You must be signed in to change notification settings - Fork 8.2k
increase limit to load all published flows in workflow component #10750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
feat(AgentMarketplacePage): adjust card expansion logic for grid view
yaml mapping
…ication Implements AUTPE-6167 requirements: - HIPAA-compliant eligibility verification connector - Real-time benefit verification and coverage determination - Network provider validation and cost estimation - Comprehensive mock templates for development - Full unit test coverage (80%+) - Integration with HealthcareConnectorBase Features: - 270/271 EDI transaction support (mock) - Multiple eligibility service providers (Availity, Change Healthcare, NaviNet) - Benefit summaries with copay/deductible information - Network provider search and validation - Patient cost estimates with accuracy disclaimers - HIPAA audit logging and PHI protection Technical Implementation: - Inherits from HealthcareConnectorBase for compliance - 4 output methods: verify_eligibility, get_benefit_summary, check_network_status, calculate_cost_estimate - Enhanced MCP mock templates for eligibility tools - Comprehensive test suite with realistic healthcare scenarios 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…nce fixes This commit implements comprehensive healthcare connector components and resolves UI/UX issues for better user experience in the Langflow interface. Components Added: - EHR Connector: Electronic Health Record integration with FHIR R4 and HL7 support - Claims Connector: Healthcare claims processing with EDI transactions - Eligibility Connector: Insurance eligibility verification and benefit checking - Pharmacy Connector: E-prescribing and medication management - Healthcare Connector Base: HIPAA-compliant base class for healthcare integrations UI/UX Improvements: - Changed category from "Healthcare Connectors" to "Connectors" for better organization - Fixed missing Claims Connector icon (FileInvoice → FileText) - Hidden test_mode and mock_mode from main controls using advanced=True - All connectors now have consistent icons and professional appearance Technical Fixes: - Fixed component inheritance: CustomComponent → Component for proper instantiation - Resolved "Code is None" type conversion errors during component loading - Added category overrides to ensure proper UI categorization - Enhanced healthcare connector imports and field typing support HIPAA Compliance: - Implemented HIPAA-compliant data handling patterns - Added audit logging capabilities for healthcare data access - Integrated PHI sanitization and secure error handling - Mock response templates for development without real healthcare data All healthcare connectors now load successfully without errors and provide a clean, professional interface for healthcare AI workflow development. 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
added changes for started project
…thcare architecture - Add HIPAA-compliant AppealsDataConnector with unified database access - Relocate HealthcareConnectorBase to base/healthcare_connector_base.py - Fix circular import dependencies in field_typing/constants.py - Reorganize specifications library from generic to industry-based structure - Add genesis:appeals_data_connector mapping to healthcare_mappings.py - Migrate 22+ specifications to agents/healthcare/ and agents/operations/ - Update Appeals Summarization Agent to use new AppealsDataConnector - Enhance all healthcare connectors with improved inheritance patterns - Add comprehensive integration and unit test suites - Resolve component loading errors and ensure backend startup success JIRA: AUTPE-6170, AUTPE-6188 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Fix/yaml specification
…is CLI integration Complete specification validation and CLI integration implementation: - Fix all 23 specifications in library to pass validation (100% success rate) - Integrate Genesis CLI commands for unified development workflow - Apply systematic fixes for common validation error patterns: * Invalid valueGeneration enum values → Valid enum compliance * Variable type standardization (float/integer → number) * Component configuration cleanup (removed invalid properties) * KPI format standardization (category/valueType/target/unit) * URN ID format compliance (proper regex pattern) * Name field compliance (removed special characters) * useAs value corrections (input/output/tools/data) * Component kind standardization (Data/Tool/Agent/Prompt) * Security info compliance and API body format fixes - Add comprehensive healthcare documentation and guides - Implement spec-to-flow conversion functionality - Update component mappings for healthcare connectors Impact: Production-ready specification library with complete validation coverage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
This healthcare agent specification enables automated analysis and recommendation generation for appeals and grievances decisions. Features include: - HIPAA-compliant processing with proper security controls - Integration with healthcare data sources via MCP tools - Clinical decision support for appeals processing - Comprehensive KPI tracking for quality assurance All validation issues have been resolved including: - Fixed component type schema violations - Corrected security visibility values - Added HIPAA compliance field - Updated component configurations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
This healthcare agent specification provides comprehensive evidence compilation for appeals and grievances processing. Key capabilities include: - EHR records access and analysis - Claims data integration and retrieval - Document classification and PHI redaction - Evidence packaging for appeals review Validation completed with all issues resolved: - Fixed component type patterns to use genesis prefix - Corrected security visibility configuration - Updated MCP tool configurations - Ensured HIPAA compliance standards 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
This healthcare agent specification analyzes grievance patterns across time and geography for quality improvements. Features include: - Pattern analysis across temporal and geographic dimensions - Healthcare data processing with clinical terminology - Quality improvement recommendations - HIPAA-compliant grievance data handling All validation issues resolved: - Fixed component type schema violations - Updated security visibility to proper enum value - Added HIPAA compliance field - Corrected learning capability alignment 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…ibrary Systematically resolved 366+ critical validation issues across all healthcare specifications: - Fixed 149 schema validation errors (missing required fields, invalid URN formats) - Resolved 134 component type mapping warnings (autonomize: → genesis: conversions) - Corrected 15 configuration errors (missing API keys, malformed body parameters) - Standardized 68 ID/name mismatches for consistency - Enhanced MCP component with comprehensive healthcare mock templates - Improved validation services with better error reporting - Added 11 new validated healthcare agent specifications - Achieved validation compliance for production-ready specification library 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Add complete unit test coverage for AI Studio Workflow CLI across 12 test modules: Commands: - create: Test workflow creation, validation, and error handling - validate: Test specification validation with proper SystemExit handling - export: Test JSON/YAML export functionality and format conversion - list: Test workflow listing, filtering, and display options - config: Test configuration management and environment setup - components: Test component discovery and metadata retrieval - templates: Test template operations and healthcare agent examples Utilities: - api_client: Test API communication, authentication, and error handling - output: Test formatted output, colors, and user interaction - template_manager: Test template discovery, loading, and validation Core: - main: Test CLI entry points, argument parsing, and command routing - config/manager: Test configuration persistence and environment handling Features: - Fix validate command SystemExit handling for proper test execution - Add healthcare agent templates for clinical processing and eligibility - Implement flow-to-spec converter for JSON/YAML transformation - Add integration tests for end-to-end CLI workflow validation - Achieve 100% test coverage with 272 passing tests across all modules 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…nization Remove complete Genesis CLI implementation in favor of modern Workflow CLI. This major cleanup eliminates deprecated code while maintaining all 272 tests. Changes: - Remove entire Genesis CLI directory (/langflow/cli/genesis/) - Remove Genesis CLI integration and imports from main application - Clean up deprecated Genesis CLI references and backward compatibility code - Restructure test organization by removing redundant CLI test directories - Update .gitignore to exclude backup documentation files - Remove obsolete validation scripts and documentation files The Workflow CLI remains as the single, modern CLI interface for all agent specification management tasks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Remove implementation documentation files (AUTPE summaries, backup files) - Remove temporary CSV files and integration tests - Remove .claude directory artifacts - Keep only essential project documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…ity-healthcare-connector 113 Agents Specification Added with enhancements to Specification Converter
- Replace outdated Genesis CLI references with Workflow CLI - Document all 7 available commands (create, validate, export, list, config, components, templates) - Add comprehensive documentation for the new export command - Update command examples and usage patterns - Correct test paths and development instructions - Include architecture overview and test coverage details 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…ity-healthcare-connector docs(cli): update README to reflect current Workflow CLI commands
- Add ai-studio script entry point in pyproject.toml - Enables direct ai-studio command when package is installed - Maintains backward compatibility with existing langflow-base command 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…l-process Feature/autpe 6419 approval process
minor changes
* Fix migration chain: correct parent reference for flow_icon migration - Change down_revision from missing '20251027120000' to '5b431a7ef7c1' - Fixes broken migration chain causing deployment failures - Now properly follows: 99999999999 → 5b431a7ef7c1 → 20251027130000 * Fix Prompt name and Icon * Fix Prompt name and Icon * feat: enable Celery and Redis configuration for background tasks * refactor: move verification script to scripts/ directory
Co-authored-by: Nidhi Roy <[email protected]>
* migration script added for new tables * script added to update the submitted by --------- Co-authored-by: Rishi <[email protected]>
* cancel submission added * name corrected --------- Co-authored-by: Rishi <[email protected]>
* cancel submission added * name corrected * merged version fixes --------- Co-authored-by: Rishi <[email protected]>
Fix/workflow
fix default key in the embedding and qdrant component
variable change
…ation-v1 Feature/all requests pagination v1
* Fix migration chain: correct parent reference for flow_icon migration - Change down_revision from missing '20251027120000' to '5b431a7ef7c1' - Fixes broken migration chain causing deployment failures - Now properly follows: 99999999999 → 5b431a7ef7c1 → 20251027130000 * Removed unused variables
|
Caution Review failedThe pull request is closed. WalkthroughRestructures the repository from Langflow to Autonomize AI Studio with dual-pipeline CI/CD (Azure DevOps replacing GitHub Actions), Docker/Helm configurations, rebranded documentation, removed cursor guidelines, updated environment variables, and new development guides. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant AzureDevOps as Azure DevOps
participant BuildTemplate as Build Template
participant Registry as Container Registry
participant ReleaseTemplate as Release Template
participant GitOps as GitOps (ai-studio-charts)
Developer->>AzureDevOps: Push to main/develop/<br/>feature branch
AzureDevOps->>AzureDevOps: Evaluate path filters<br/>(backend/frontend)
alt Backend Changes Detected
AzureDevOps->>BuildTemplate: Run backend-build-template
BuildTemplate->>BuildTemplate: Install Docker<br/>Build image<br/>Push to registry
BuildTemplate->>Registry: Push image with<br/>BuildNumber & latest tags
Registry-->>BuildTemplate: Success
AzureDevOps->>ReleaseTemplate: Run release-template
ReleaseTemplate->>GitOps: Checkout ai-studio-charts
ReleaseTemplate->>GitOps: Update values file<br/>with new image tag
ReleaseTemplate->>GitOps: Commit & push to main
GitOps-->>ReleaseTemplate: Success
end
alt Frontend Changes Detected
AzureDevOps->>BuildTemplate: Run frontend-build-template
BuildTemplate->>BuildTemplate: Install dependencies<br/>Build image<br/>Push to registry
BuildTemplate->>Registry: Push image
Registry-->>BuildTemplate: Success
AzureDevOps->>ReleaseTemplate: Update frontend charts
ReleaseTemplate->>GitOps: Update frontend values
end
Estimated code review effort🎯 5 (Critical) | ⏱️ ~120+ minutes This PR requires substantial review effort due to:
Areas requiring extra attention:
Possibly related PRs
Suggested labels
Suggested reviewers
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (80)
📒 Files selected for processing (81)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
New Features
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.