-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(api-service): managed-runtime mode with Claude Platform integration fixes NV-7618 #11058
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
Merged
+5,679
−320
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f1415d8
feat(agents): add managed-runtime mode with Claude Platform integration
djabarovgeorge 3fd2dc1
fix(agents): propagate AGENT_RUNTIME channel type across dashboard lo…
djabarovgeorge 105936d
feat(agents): enhance agent creation with runtime and skills support
djabarovgeorge 5b7daee
fix(agents): resolve issues with agent runtime configuration and dash…
djabarovgeorge 1f9fa26
feat(agents): implement adoption of existing managed agents
djabarovgeorge 953ae5b
feat(agents): enhance agent provisioning with apiKey support
djabarovgeorge 7c38fe8
feat(agents): enhance agent deletion process with provider option
djabarovgeorge 489d540
feat(agents): add skills support to agent runtime configuration
djabarovgeorge 1dfea32
feat(agents): add creationSource field to agent DTOs and commands
djabarovgeorge 3ee1d69
refactor(agents): remove runtime providers endpoint and related DTOs
djabarovgeorge 4b863c8
feat(agents): enhance agent runtime configuration with skills and cap…
djabarovgeorge ea6786b
feat(agents): add externalEnvironmentId to integration schema and enh…
djabarovgeorge 25168f9
Merge remote-tracking branch 'origin/next' into cursor/managed-agents…
djabarovgeorge 8c502f8
fix(agents): address PR review comments
djabarovgeorge a102ad1
feat(dependencies): add @anthropic-ai/sdk and standardwebhooks to pnp…
djabarovgeorge a0a5488
Merge branch 'next' into cursor/managed-agents-claude-platform
LetItRock 134c793
feat(agents): refactor managed runtime integration handling
djabarovgeorge 8b6d628
Merge branch 'cursor/managed-agents-claude-platform' of https://githu…
djabarovgeorge 6d12930
feat(integrations): introduce integration kind distinction and update…
djabarovgeorge 40980db
feat(agents): enhance managed agent provisioning and runtime configur…
djabarovgeorge 8796d4e
feat(agents): update agent creation DTO and use case validation
djabarovgeorge 276e794
refactor(workflow): replace NotificationChannelTypeEnum with ChannelT…
djabarovgeorge 18d9a90
refactor(tests): update managed agent E2E tests to stub AgentRuntimeF…
djabarovgeorge 7ddbc16
fix(tests): update managed agent E2E test to correct MCP server URL
djabarovgeorge f1186b8
chore: update hash
djabarovgeorge b8c3968
Merge branch 'next' into cursor/managed-agents-claude-platform
djabarovgeorge 29b5c99
fix(api-service): enforce MCP catalog on agent runtime config PATCH (…
djabarovgeorge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(agents): address PR review comments
- Remove unused ChannelTypeEnum import from preview.usecase.ts - Enrich PATCH agent-runtime-config response with capabilities to match GET - Fail loudly in create-agent when adopt mode returns no agent name - Add guard in create-agent.usecase.ts: throw UnprocessableEntityException when runtime=managed but managedRuntime absent - Fix @type decorator in create-agent.command.ts to use ManagedRuntimeDto class for proper nested validation - Replace misleading NotFoundException with UnprocessableEntityException for missing apiKey in provision-managed-agent - Reject unknown MCP server IDs with BadRequestException instead of substituting empty URL - Fix update-agent-runtime-config to guard missing apiKey with UnprocessableEntityException instead of non-null assertion - Use public @novu/application-generic entry in e2e test instead of deep build path Co-authored-by: Cursor <[email protected]>
- Loading branch information
commit 8c502f8f868eee9ffe1e6090911f29b8787ef397
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.