Skip to content

Enabled tool mode in file hash generator component#10933

Closed
YashG-28 wants to merge 698 commits into
langflow-ai:mainfrom
autonomize-ai:fix/file-hash-gen
Closed

Enabled tool mode in file hash generator component#10933
YashG-28 wants to merge 698 commits into
langflow-ai:mainfrom
autonomize-ai:fix/file-hash-gen

Conversation

@YashG-28
Copy link
Copy Markdown

@YashG-28 YashG-28 commented Dec 8, 2025

Summary by CodeRabbit

Release Notes

  • New Features

    • Added Azure Pipelines CI/CD configuration for backend and frontend with multi-stage build and release pipelines.
    • Added Docker Compose setup for local development with backend, frontend, database, cache, and admin services.
    • Added Redis and Celery environment variables for background task processing.
  • Documentation

    • Added comprehensive development, deployment, Helm, Docker, and Azure DevOps guides.
    • Added Celery and universal agent specification guides.
  • Infrastructure

    • Added multi-stage Dockerfiles for backend and frontend with health checks.
    • Updated nginx configuration with expanded directives and backend proxy support.
    • Added database setup automation to Makefile.
  • Chores

    • Updated branding references to Autonomize AI Studio.
    • Updated LICENSE with proprietary component attribution.
    • Removed legacy GitHub workflows, issue templates, and development guidelines.
    • Updated environment configuration examples.

✏️ Tip: You can customize this high-level summary in your review settings.

jagveer-autonomize and others added 30 commits October 24, 2025 23:08
- Keep all LangflowComponentValidator changes from current branch
- Add latest develop features (published flows, marketplace, new components)
- Maintain simplified specification framework architecture
- Remove database layer and component mapping artifacts
- Preserve professional naming conventions

🎯 Current branch changes take priority over develop conflicts
…ication-framework-implementation

Feature/professional specification framework implementation
…rrors

- Fixed migration 20251024001858 to check for existing columns/constraints before adding
- Enhanced migration utilities with index_exists() function
- Made all migrations safe to run multiple times
- Resolved "column flow_cloned_from already exists" error
- Applied idempotent pattern to all related migrations
…umn-error

fix: make alembic migrations idempotent to prevent duplicate column errors
- Restored Genesis integration.py with authentication middleware setup
- Added Genesis auth middleware for BFF JWT token validation
- Restored startup extensions for Genesis Studio initialization
- Updated main.py to properly initialize Genesis extensions
- Implemented user authentication flow with database sync
- Added fallback support for Langflow native authentication

Key components restored:
- Genesis AuthMiddleware for JWT token processing
- User creation/update in Langflow database
- Authentication dependency overrides
- Environment-based configuration

The authentication flow now properly handles JWT tokens validated
by the Genesis BFF and creates corresponding users in Langflow's
database while maintaining compatibility with API key authentication.
…h-middleware

feat: restore Genesis authentication middleware functionality
- Add get_pa_lookup_service() function to deps.py
- Add get_claim_auth_history_service() function to deps.py
- Add get_encoder_pro_service() function to deps.py
- Fix Genesis authentication environment variable consistency
- Register Genesis services in ServiceType enum
- Move Genesis services to main Langflow services directory
- Fix service factory bug (raise -> return)

This resolves the import error for Genesis services and ensures proper
dependency injection throughout the Langflow application.
…ency-injection

fix: Add missing Genesis services dependency injection functions
- Remove unnecessary services.py (services now auto-registered via ServiceType)
- Remove unused startup_extensions.py (contained only stub functions)
- Remove duplicate Genesis services directory (moved to main services)
- Simplify integration.py to focus only on authentication
- Maintain core auth middleware and dependency override functionality
- Verified all imports and functionality still work correctly

Genesis integration now contains only essential auth components:
- AuthMiddleware for JWT token validation
- Dependency overrides for Langflow auth integration
- Environment variable configuration for auth modes
…-streamlined

cleanup: Streamline Genesis integration to auth-only functionality
* application logo feature added

* logo upload option added

* app logo changes

---------

Co-authored-by: Rishi <rishi@MacBook-Pro.local>
…ig migration (#100)

- Add proper application_config table migration (5b431a7ef7c1)
- Remove empty migration that was causing cluster deployment failures
- Enable auto-migration by default via LANGFLOW_AUTO_FIX_MIGRATION=true
- Fix CommandError handling to catch "Target database is not up to date" errors
- Ensure migrations run automatically during development startup

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
* agent logo added

* agent logo added

* agent logo changes

* agent logo changes

* agent logo changes

---------

Co-authored-by: Rishi <rishi@MacBook-Pro.local>
Add tags as a new sorting option in both frontend and backend. When sorting by tags, items are ordered alphabetically in ascending order. Backend now supports sorting by tags through JSON textual representation for database portability.
Add tags as a new sorting option in both frontend and backend. When sorting by tags, items are ordered alphabetically in ascending order. Backend now supports sorting by tags through JSON textual representation for database portability.

Co-authored-by: joexavier1997 <joe.xavier@autonomize.ai>
…#102)

- Change down_revision from missing '20251027120000' to '5b431a7ef7c1'
- Fixes broken migration chain causing deployment failures
- Now properly follows: 99999999999 → 5b431a7ef7c1 → 20251027130000
* feat(marketplace): add tags sorting option to marketplace

Add tags as a new sorting option in both frontend and backend. When sorting by tags, items are ordered alphabetically in ascending order. Backend now supports sorting by tags through JSON textual representation for database portability.

* style(pageLayout): add left padding to description text

---------

Co-authored-by: joexavier1997 <joe.xavier@autonomize.ai>
Rishi and others added 27 commits December 4, 2025 14:30
…on-publish

removing vector storing on publish
* refactoring code of published flow

* agent marketplace hard coded page removed

* disabled version field

---------

Co-authored-by: Rishi <rishi@MacBook-Pro.local>
* 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

* feat: implement single domain consolidation with path-based routing
* 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

* feat: implement single domain consolidation with path-based routing

* fixes in nginx
* 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

* feat: implement single domain consolidation with path-based routing

* fixes in nginx

* fix(ai-studio): recursively replace base path in all static assets
* 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

* feat: implement single domain consolidation with path-based routing

* fixes in nginx

* fix(ai-studio): recursively replace base path in all static assets
* 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

* feat: implement single domain consolidation with path-based routing

* fixes in nginx

* fix(ai-studio): recursively replace base path in all static assets

* Fixed Subpaths

* Fixed Subpaths
Co-authored-by: Rishi <rishi@MacBook-Pro.local>
* added audio file upload

* 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

* Removed unused variables

* feat: implement single domain consolidation with path-based routing

* fixes in nginx

* fix(ai-studio): recursively replace base path in all static assets

* Fixed Subpaths

* Fixed Subpaths

* fix: Username key violation
@YashG-28 YashG-28 closed this Dec 8, 2025
@github-actions github-actions Bot added the community Pull Request from an external contributor label Dec 8, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Dec 8, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This pull request orchestrates a major infrastructure reorganization: migrating from GitHub Actions CI/CD to Azure DevOps pipelines, rebranding Langflow to Autonomize AI Studio, introducing Docker-based local development, and consolidating development documentation. Removes numerous legacy workflows and GitHub configurations while adding comprehensive Azure DevOps pipeline templates and deployment guides.

Changes

Cohort / File(s) Summary
Azure DevOps Pipeline Configuration
.azure-pipelines/backend-cicd.yaml, .azure-pipelines/frontend-cicd.yaml
Adds new dual CI/CD pipeline configurations for backend and frontend components with variables, triggers on specific branches and paths, build stages using specialized templates, and conditional release stages for image publishing.
Azure DevOps Pipeline Templates
.azure-pipelines/templates/backend-build-template.yml, .azure-pipelines/templates/frontend-build-template.yml, .azure-pipelines/templates/release-template.yml
Introduces reusable pipeline templates for building/pushing Docker images, updating platform charts with image tags, Git operations for chart updates, and conditional logic based on build reasons and source branches.
Centralized Pipeline Variables
.azure-pipelines/variables/common.yml
Adds shared pipeline variables for container registry, build configuration, runtime versions, test paths, security scanning, namespaces, and Helm/platform chart references.
GitHub Actions Workflows Removed
.github/workflows/ci.yml, .github/workflows/release.yml, .github/workflows/nightly_build.yml, .github/workflows/codeql.yml, .github/workflows/docker-build.yml, .github/workflows/cross-platform-test.yml, .github/workflows/python_test.yml, .github/workflows/jest_test.yml, .github/workflows/typescript_test.yml, .github/workflows/lint-*.yml, .github/workflows/*_test.yml, .github/workflows/add-labels.yml, .github/workflows/auto-update.yml, .github/workflows/codeflash.yml, .github/workflows/conventional-labels.yml, .github/workflows/create-release.yml, .github/workflows/deploy-*.yml, .github/workflows/docker_test.yml, .github/workflows/docs-*.yml, .github/workflows/fetch_docs_notion.yml, .github/workflows/integration_tests.yml, .github/workflows/js_autofix.yml, .github/workflows/py_autofix.yml, .github/workflows/smoke-tests.yml, .github/workflows/store_pytest_durations.yml, .github/workflows/style-check-py.yml, .github/workflows/template-tests.yml
Removes comprehensive GitHub Actions CI/CD workflows covering testing, linting, building, releasing, documentation deployment, Docker operations, and automated updates. Eliminates cross-platform test orchestration, nightly builds, CodeQL analysis, and PR automation.
GitHub Configuration Deletions
.github/ISSUE_TEMPLATE/bug-report.yaml, .github/ISSUE_TEMPLATE/feature-request.yaml, .github/ISSUE_TEMPLATE/work-in-progress.yaml, .github/actions/install-playwright/action.yml, .github/changes-filter.yaml, .github/dependabot.yml, .github/release.yml, .github/semantic.yml, .github/workflows/matchers/ruff.json
Removes GitHub issue templates, Playwright installation action, path-based change filtering, Dependabot configuration, release changelog configuration, and semantic commit validation settings.
Docker Infrastructure
docker-compose.yml, docker-compose.dev.yml, docker/backend/Dockerfile, docker/frontend/Dockerfile, docker/frontend/nginx.conf
Adds local Docker development orchestration with multi-stage backend/frontend builds, health checks, volume mappings, development services (pgAdmin, Redis Commander), and comprehensive nginx configuration for frontend with proxy and caching.
Docker Build Images
docker/build_and_push.Dockerfile, docker/build_and_push_base.Dockerfile, docker/build_and_push_ep.Dockerfile, docker/build_and_push_with_extras.Dockerfile
Adds RUSTFLAGS environment variable to enable unstable reqwest features across builder stages for apify-client support.
Development Documentation
docs/AZURE_DEVOPS.md, docs/DEVELOPMENT.md, docs/DOCKER.md, docs/HELM.md, docs/PIPELINES.md
Adds comprehensive guides for Azure DevOps pipeline architecture, monorepo development workflows, Docker setup and deployment, Helm chart configuration, and CI/CD pipeline structure with examples and troubleshooting.
Legacy Documentation Deletions
.cursor/rules/backend_development.mdc, .cursor/rules/frontend_development.mdc, .cursor/rules/testing.mdc, .cursor/rules/docs_development.mdc, .cursor/rules/components/basic_component.mdc, .cursor/rules/icons.mdc, .github/workflows/cross-platform-test.md
Removes Cursor AI guideline files and workflow documentation for backend/frontend development, testing patterns, documentation workflows, component creation, and cross-platform testing; replaced by centralized docs.
Cursor Configuration
.cursor/settings.json
Removes Biome configuration path setting.
Branding & README Updates
README.md
Comprehensive rewrite replacing Langflow references with Autonomize AI Studio branding, adding healthcare focus, Kubernetes/Helm deployment guidance, architecture diagrams, HIPAA/GDPR emphasis, and enterprise-focused features.
License & Attribution
LICENSE
Adds Autonomize AI proprietary components header, attribution, and maintains MIT license for third-party/Langflow components with explicit separation.
Environment Configuration
.env.example
Adds Celery/Redis configuration variables, renames MCP composer feature flag (LANGFLOW_MCP_COMPOSER_ENABLED with default false), and introduces URL/storage environment variables for API and Flexstore.
Makefile Updates
Makefile
Adds new setup_database target for PostgreSQL configuration, updates init to depend on setup_database, and refactors backend run commands to use Python module invocation and alembic configuration with environment variable export.
Git & Secret Configuration
.gitignore, config/secret_key
Adds ignore patterns for AI assistant files (backup_claude.md, .claude/, member_servers.json, SPEC_* files), and creates a basic secret_key configuration file.
Flow & Specification Examples
docs/docs/Integrations/Cleanlab/eval_and_remediate_cleanlab.json, docs/docs/Integrations/Notion/Conversational_Notion_Agent.json, docs/docs/Integrations/Notion/Meeting_Notes_Agent.json, output.yaml, TEST_CELERY_GUIDE.md, UNIVERSAL_AGENT_SPECIFICATION_GUIDE.md
Updates OpenAI model defaults (gpt-4o → gpt-4.1), adds Redis/Celery testing guide, introduces universal agent specification format documentation, and example output configuration.
Documentation Sidebar
docs/docs/Get-Started/get-started-installation.mdx, docs/sidebars.js
Updates Langflow Desktop download URLs to Autonomize AI branding (langflow.org → autonomize.ai).

Estimated code review effort

🎯 5 (Critical) | ⏱️ ~120 minutes

Areas requiring extra attention:

  • Azure DevOps Pipeline Templates (.azure-pipelines/*): Complex conditional logic for build triggers, branch-based deployment decisions (develop vs. main branch handling), git operations for chart updates, and environment-specific configurations require careful validation against existing CI/CD expectations.
  • Docker Multi-Stage Builds (docker/*/Dockerfile): Verify build correctness, non-root user permissions (aistudio), health check endpoints, volume mounting behavior, and image size/layer optimization across builder/runtime stages.
  • Makefile Refactoring: Changes to backend invocation method (python -m uvicorn), alembic command consolidation, and database setup integration could affect local development workflows; ensure environment variable handling and path resolution are correct.
  • GitHub Actions Deletion Scope: Large-scale removal of CI/CD workflows (30+ files) including cross-platform testing, release orchestration, and PR automation—verify no critical automation is lost and Azure DevOps replacements cover all scenarios.
  • Branding/URL Updates: Check README, docs, and configuration files for completeness of Langflow → Autonomize AI Studio rebranding and verify all external links/CTAs are updated correctly.
  • Docker Compose Networking: Review service dependencies, health checks, volume mounts (especially postgres_data, redis_data), and port mappings for dev/prod distinction.

Possibly related PRs

Suggested labels

enhancement, lgtm

Suggested reviewers

  • erichare
  • deon-sanchez
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 101cbd0 and cb09807.

⛔ Files ignored due to path filters (80)
  • agents.tsv is excluded by !**/*.tsv
  • config/profile_pictures/People/People Avatar-01-01.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-02.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-03.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-04.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-05.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-06.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-07.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-08.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-09.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-10.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-11.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-12.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-13.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-14.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-15.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-16.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-17.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-18.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-19.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-20.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-21.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-22.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-23.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-24.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-25.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-26.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-01-27.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-01.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-02.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-03.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-04.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-05.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-06.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-07.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-08.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-09.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-10.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-11.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-12.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-13.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-14.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-15.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-16.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-17.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-18.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-19.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-20.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-21.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-22.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-23.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-24.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-25.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-26.svg is excluded by !**/*.svg
  • config/profile_pictures/People/People Avatar-02-27.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/026-alien.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/027-satellite.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/028-alien.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/029-telescope.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/030-books.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/031-planet.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/032-constellation.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/033-planet.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/034-alien.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/035-globe.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/036-eclipse.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/037-meteor.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/038-eclipse.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/039-Asteroid.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/040-mission.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/041-spaceship.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/042-space shuttle.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/043-space shuttle.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/044-rocket.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/045-astronaut.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/046-rocket.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/047-computer.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/048-satellite.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/049-astronaut.svg is excluded by !**/*.svg
  • config/profile_pictures/Space/050-space robot.svg is excluded by !**/*.svg
📒 Files selected for processing (81)
  • .azure-pipelines/backend-cicd.yaml (1 hunks)
  • .azure-pipelines/frontend-cicd.yaml (1 hunks)
  • .azure-pipelines/templates/backend-build-template.yml (1 hunks)
  • .azure-pipelines/templates/frontend-build-template.yml (1 hunks)
  • .azure-pipelines/templates/release-template.yml (1 hunks)
  • .azure-pipelines/variables/common.yml (1 hunks)
  • .cursor/rules/backend_development.mdc (0 hunks)
  • .cursor/rules/components/basic_component.mdc (0 hunks)
  • .cursor/rules/docs_development.mdc (0 hunks)
  • .cursor/rules/frontend_development.mdc (0 hunks)
  • .cursor/rules/icons.mdc (0 hunks)
  • .cursor/rules/testing.mdc (0 hunks)
  • .cursor/settings.json (0 hunks)
  • .env.example (3 hunks)
  • .github/ISSUE_TEMPLATE/bug-report.yaml (0 hunks)
  • .github/ISSUE_TEMPLATE/feature-request.yaml (0 hunks)
  • .github/ISSUE_TEMPLATE/work-in-progress.yaml (0 hunks)
  • .github/actions/install-playwright/action.yml (0 hunks)
  • .github/changes-filter.yaml (0 hunks)
  • .github/dependabot.yml (0 hunks)
  • .github/release.yml (0 hunks)
  • .github/semantic.yml (0 hunks)
  • .github/workflows/add-labels.yml (0 hunks)
  • .github/workflows/auto-update.yml (0 hunks)
  • .github/workflows/ci.yml (0 hunks)
  • .github/workflows/codeflash.yml (0 hunks)
  • .github/workflows/codeql.yml (0 hunks)
  • .github/workflows/conventional-labels.yml (0 hunks)
  • .github/workflows/create-release.yml (0 hunks)
  • .github/workflows/cross-platform-test.md (0 hunks)
  • .github/workflows/cross-platform-test.yml (0 hunks)
  • .github/workflows/deploy-docs-draft.yml (0 hunks)
  • .github/workflows/deploy_gh-pages.yml (0 hunks)
  • .github/workflows/docker-build.yml (0 hunks)
  • .github/workflows/docker_test.yml (0 hunks)
  • .github/workflows/docs-update-openapi.yml (0 hunks)
  • .github/workflows/docs_test.yml (0 hunks)
  • .github/workflows/fetch_docs_notion.yml (0 hunks)
  • .github/workflows/integration_tests.yml (0 hunks)
  • .github/workflows/jest_test.yml (0 hunks)
  • .github/workflows/js_autofix.yml (0 hunks)
  • .github/workflows/lint-js.yml (0 hunks)
  • .github/workflows/lint-py.yml (0 hunks)
  • .github/workflows/matchers/ruff.json (0 hunks)
  • .github/workflows/nightly_build.yml (0 hunks)
  • .github/workflows/py_autofix.yml (0 hunks)
  • .github/workflows/python_test.yml (0 hunks)
  • .github/workflows/release.yml (0 hunks)
  • .github/workflows/release_nightly.yml (0 hunks)
  • .github/workflows/smoke-tests.yml (0 hunks)
  • .github/workflows/store_pytest_durations.yml (0 hunks)
  • .github/workflows/style-check-py.yml (0 hunks)
  • .github/workflows/template-tests.yml (0 hunks)
  • .github/workflows/typescript_test.yml (0 hunks)
  • .gitignore (2 hunks)
  • LICENSE (2 hunks)
  • Makefile (4 hunks)
  • README.md (1 hunks)
  • TEST_CELERY_GUIDE.md (1 hunks)
  • UNIVERSAL_AGENT_SPECIFICATION_GUIDE.md (1 hunks)
  • config/secret_key (1 hunks)
  • docker-compose.dev.yml (1 hunks)
  • docker-compose.yml (1 hunks)
  • docker/backend/Dockerfile (1 hunks)
  • docker/build_and_push.Dockerfile (2 hunks)
  • docker/build_and_push_base.Dockerfile (1 hunks)
  • docker/build_and_push_ep.Dockerfile (1 hunks)
  • docker/build_and_push_with_extras.Dockerfile (1 hunks)
  • docker/frontend/Dockerfile (1 hunks)
  • docker/frontend/nginx.conf (1 hunks)
  • docs/AZURE_DEVOPS.md (1 hunks)
  • docs/DEVELOPMENT.md (1 hunks)
  • docs/DOCKER.md (1 hunks)
  • docs/HELM.md (1 hunks)
  • docs/PIPELINES.md (1 hunks)
  • docs/docs/Get-Started/get-started-installation.mdx (1 hunks)
  • docs/docs/Integrations/Cleanlab/eval_and_remediate_cleanlab.json (2 hunks)
  • docs/docs/Integrations/Notion/Conversational_Notion_Agent.json (1 hunks)
  • docs/docs/Integrations/Notion/Meeting_Notes_Agent.json (2 hunks)
  • docs/sidebars.js (1 hunks)
  • output.yaml (1 hunks)

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Pull Request from an external contributor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants