BedrockAgentCoreControl: initial support with Agent Runtime CRUD#9774
Draft
JackDanger wants to merge 5 commits intomasterfrom
Draft
BedrockAgentCoreControl: initial support with Agent Runtime CRUD#9774JackDanger wants to merge 5 commits intomasterfrom
JackDanger wants to merge 5 commits intomasterfrom
Conversation
89b395d to
464fde5
Compare
464fde5 to
8bbddf1
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9774 +/- ##
==========================================
+ Coverage 93.11% 93.46% +0.35%
==========================================
Files 1308 1313 +5
Lines 118800 126126 +7326
==========================================
+ Hits 110615 117887 +7272
- Misses 8185 8239 +54
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Implements 14 operations: - CreateAgentRuntime, GetAgentRuntime, UpdateAgentRuntime, DeleteAgentRuntime, ListAgentRuntimes, ListAgentRuntimeVersions - CreateAgentRuntimeEndpoint, GetAgentRuntimeEndpoint, UpdateAgentRuntimeEndpoint, DeleteAgentRuntimeEndpoint, ListAgentRuntimeEndpoints - TagResource, UntagResource, ListTagsForResource
8bbddf1 to
5e2008f
Compare
Collaborator
|
@JackDanger Welcome back to the project! Can I help you move this along by getting the server mode tests to pass? |
- Remove unused ValidationException - Remove unreachable ValueError fallback in _get_path_param - Add tests for endpoint creation with tags and version, and endpoint version update Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
Author
|
@bpandola Hi Brian! It's great to be back 😄 I'll get the tests passing and ping you here |
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.
PR 1 of 3: initial
bedrock-agentcore-controlsupport.Implements Agent Runtimes and Runtime Endpoints with full CRUD, tagging, and service scaffolding.
Operations (14): CreateAgentRuntime, GetAgentRuntime, UpdateAgentRuntime, DeleteAgentRuntime, ListAgentRuntimes, ListAgentRuntimeVersions, CreateAgentRuntimeEndpoint, GetAgentRuntimeEndpoint, UpdateAgentRuntimeEndpoint, DeleteAgentRuntimeEndpoint, ListAgentRuntimeEndpoints, TagResource, UntagResource, ListTagsForResource
Part of a series: