Skip to content

feat(agentic-workflow): add agentic workflow creation flow - #2815

Merged
RemiBonnet merged 29 commits into
stagingfrom
feat/argentic-workflow
Aug 5, 2026
Merged

feat(agentic-workflow): add agentic workflow creation flow#2815
RemiBonnet merged 29 commits into
stagingfrom
feat/argentic-workflow

Conversation

@RemiBonnet

@RemiBonnet RemiBonnet commented Jul 13, 2026

Copy link
Copy Markdown
Member

Summary

  • Add the feature-flagged Agentic Workflow creation flow with configuration and summary steps.
  • Support service information, AI model settings, MCP connectors, Git repositories, governance, Docker fragment, outputs, and agent prompt configuration.
  • Integrate Agentic Workflows into the generic service types, creation mutation, service detection, routes, and environment-variable scopes.
  • Add a dedicated purple Agentic Workflow icon across the service creation and service list interfaces.
  • Update qovery-typescript-axios to 1.1.939 and use the returned service_type and environment_id fields.
  • Keep unsupported Agentic Workflow service actions exhaustive with explicit placeholders until their API endpoints are available.

Screenshots / Recordings

Testing

  • Changes tested locally in the relevant Console's pages and Storybooks
  • yarn test or yarn test -u (if you need to regenerate snapshots)
  • yarn format
  • yarn lint

Targeted test coverage includes the Agentic Workflow creation context, configuration, summary, model and repository cards, service entry, environment-variable scopes, and organization data access.

PR Checklist

  • I followed naming, styling, and TypeScript rules (see .cursor/rules)
  • I performed a self-review (diff inspected, dead code removed)
  • I titled the PR using Conventional Commits with a scope when possible (e.g. feat(service): add new Terraform service) - required for semantic-release
  • I only kept necessary comments, written in English (watch for useless AI comments)
  • I involved a designer to validate UI changes if I am not a designer
  • I covered new business logic with tests (unit)
  • I confirmed CI is green (Codecov red can be accepted)
  • I reviewed and executed locally any AI-assisted code

@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 31.92488% with 145 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.42%. Comparing base (0405222) to head (25a652a).
⚠️ Report is 1 commits behind head on staging.

Files with missing lines Patch % Lines
...w-configuration/agentic-workflow-configuration.tsx 7.40% 99 Missing and 1 partial ⚠️
...flow/agentic-workflow/agentic-workflow-summary.tsx 56.25% 11 Missing and 10 partials ⚠️
...-flow/agentic-workflow/agentic-workflow-request.ts 40.00% 6 Missing and 3 partials ⚠️
...tic-workflow-configuration/git-repository-card.tsx 62.50% 4 Missing and 2 partials ⚠️
...flow/agentic-workflow/agentic-workflow-context.tsx 83.33% 1 Missing and 1 partial ⚠️
.../feature/src/lib/service-avatar/service-avatar.tsx 0.00% 1 Missing ⚠️
.../agentic-workflow-configuration/ai-model-cards.tsx 80.00% 0 Missing and 1 partial ⚠️
...e-list/service-list-cells/service-version-cell.tsx 0.00% 1 Missing ⚠️
...ployment-pipeline/services-deployment-pipeline.tsx 0.00% 1 Missing ⚠️
...c/lib/hooks/use-quick-actions/use-quick-actions.ts 0.00% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #2815      +/-   ##
===========================================
- Coverage    47.64%   47.42%   -0.23%     
===========================================
  Files         1197     1278      +81     
  Lines        25952    27478    +1526     
  Branches      7774     8024     +250     
===========================================
+ Hits         12366    13031     +665     
- Misses       11468    12229     +761     
- Partials      2118     2218     +100     
Flag Coverage Δ
unittests 47.42% <31.92%> (-0.23%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nx-cloud

nx-cloud Bot commented Jul 17, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 25a652a

Command Status Duration Result
nx run console:build --parallel=3 --configurati... ✅ Succeeded 1m 6s View ↗
nx affected --target=test --parallel=3 --config... ✅ Succeeded 2m 12s View ↗
nx affected --target=lint --parallel=3 ✅ Succeeded 2m 47s View ↗
nx-cloud record -- yarn nx format:check ✅ Succeeded 7s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-08-04 15:08:47 UTC

@RemiBonnet
RemiBonnet force-pushed the feat/argentic-workflow branch from f48451f to 5e796ac Compare July 17, 2026 13:40
@RemiBonnet
RemiBonnet force-pushed the feat/argentic-workflow branch 2 times, most recently from 539f7eb to 78d39fa Compare July 21, 2026 13:27
@RemiBonnet
RemiBonnet force-pushed the feat/argentic-workflow branch from 75257e0 to 57df039 Compare August 4, 2026 09:38
@RemiBonnet
RemiBonnet marked this pull request as ready for review August 4, 2026 15:10
@RemiBonnet
RemiBonnet merged commit 7b3e7ba into staging Aug 5, 2026
7 checks passed
@RemiBonnet
RemiBonnet deleted the feat/argentic-workflow branch August 5, 2026 08:13
@RemiBonnet

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 1.332.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants