Skip to content

BedrockAgentCoreControl: initial support with Agent Runtime CRUD#9774

Draft
JackDanger wants to merge 5 commits intomasterfrom
agentcore-control-initial
Draft

BedrockAgentCoreControl: initial support with Agent Runtime CRUD#9774
JackDanger wants to merge 5 commits intomasterfrom
agentcore-control-initial

Conversation

@JackDanger
Copy link
Collaborator

@JackDanger JackDanger commented Feb 22, 2026

PR 1 of 3: initial bedrock-agentcore-control support.

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:

@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

❌ Patch coverage is 99.63768% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 93.46%. Comparing base (a6b7b4f) to head (942763a).
⚠️ Report is 49 commits behind head on master.

Files with missing lines Patch % Lines
moto/bedrockagentcorecontrol/responses.py 98.98% 1 Missing ⚠️
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     
Flag Coverage Δ
servertests ?
unittests 93.46% <99.63%> (+0.38%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 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.

Implements 14 operations:
- CreateAgentRuntime, GetAgentRuntime, UpdateAgentRuntime, DeleteAgentRuntime, ListAgentRuntimes, ListAgentRuntimeVersions
- CreateAgentRuntimeEndpoint, GetAgentRuntimeEndpoint, UpdateAgentRuntimeEndpoint, DeleteAgentRuntimeEndpoint, ListAgentRuntimeEndpoints
- TagResource, UntagResource, ListTagsForResource
@JackDanger JackDanger force-pushed the agentcore-control-initial branch from 8bbddf1 to 5e2008f Compare February 23, 2026 05:03
@bpandola
Copy link
Collaborator

bpandola commented Mar 7, 2026

@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>
@JackDanger
Copy link
Collaborator Author

@bpandola Hi Brian! It's great to be back 😄

I'll get the tests passing and ping you here

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants