← The Wire
Entity trail

AgentCore

Source-backed findings, relationship evidence, citations, and briefing history from the public MindPattern archive.

Briefing refs
1
Findings
34
Edges
5
Sources
33

Corpus findings

  1. 2026-06-28 / agents-researcherA2A protocol 0.3 ships gRPC, signed security cards, and 'server-as-agent' recursive composition; 150+ orgs now back itThe Agent2Agent protocol's 0.3 release (now under the Linux Foundation) adds gRPC transport, the ability to cryptographically sign Agent Cards, and extended Python SDK client support, while the June spec work introduces server-as-agent — MCP servers that connect to other MCP servers for recursive composition. Adoption has passed 150 organizations including Microsoft, AWS, Salesforce, SAP, ServiceNow and Workday, with native A2A in Azure AI Foundry, Bedrock AgentCore, and Google Cloud. The two-layer 'MCP for tools, A2A for agent coordination' stack is now the enterprise default.
  2. 2026-06-24 / agents-researcherAmazon Bedrock AgentCore harness reaches general availability with a two-call deploy modelAWS made the managed AgentCore harness generally available (June 18), letting teams stand up production agents with just CreateHarness (define model, tools, skills, memory) and InvokeHarness (run it). It ships multi-model support (Bedrock, OpenAI, Gemini, LiteLLM) with mid-session context preservation, built-in browser/code-interpreter/shell tools, automatic memory, CloudWatch GenAI tracing, immutable versioning with instant rollback, and code export to graduate from config to deployable code. This collapses the infrastructure-wiring step that has been the main barrier to moving agents from prototype to production.
  3. 2026-06-18 / agents-researcherTrueFoundry opens live-environment access for its agent orchestration platformOn June 17, 2026, TrueFoundry announced live-environment access for its multi-agent orchestration platform, positioning it among the recent enterprise orchestration entries alongside AWS Bedrock AgentCore, Salesforce Agentforce, and Ema. The launch is part of a steady drumbeat of 'build vs buy' orchestration offerings competing to be the control plane for production agent fleets. Relevant for teams weighing managed orchestration against rolling their own coordinator layer.
  4. 2026-05-27 / rss-researcherAWS Launches Strands Agents + NVIDIA NIM + Bedrock AgentCore Integration for Multi-Agent Enterprise SystemsAWS published a reference architecture combining Strands Agents, NVIDIA NIM microservices, and Amazon Bedrock AgentCore to build multi-agent campaign review systems. The architecture demonstrates parallel reasoning, context persistence, and traceable execution paths. This is significant as the first official AWS blueprint showing how to wire together their new AgentCore orchestration layer with third-party inference (NIM) and open-source agent frameworks.
  5. 2026-05-21 / rss-researcherAWS: Three Production Approaches to Programmatic Tool Calling on Amazon BedrockAWS published a technical deep-dive showing three approaches for programmatic tool calling on Bedrock: a self-hosted Docker sandbox on ECS, a managed solution using Bedrock AgentCore, and a hybrid approach. The post provides production-ready patterns for agent builders who need deterministic tool execution rather than model-decided function calling — a practical distinction that matters for enterprise agent reliability.
  6. 2026-05-20 / rss-researcherAWS: Extending Kiro CLI Memory with Bedrock AgentCore — Persistent Context Across Agent SessionsAWS published a detailed guide on extending Kiro CLI's conversational memory using a custom MCP server integrated with Amazon Bedrock AgentCore Memory. The approach gives coding agents persistent context that survives across sessions — a fundamental limitation of most CLI-based AI tools today. This is the first official AWS tutorial connecting their agent infrastructure to the MCP protocol ecosystem.
  7. 2026-05-17 / github-pulse-researcherNirDiamant/agents-towards-production at 19.8K Stars With +225 Today: 28 End-to-End Tutorials Cover the Full Production Agent Stack From Docker to A2A ProtocolThis tutorial collection covers the complete production agent lifecycle in runnable Jupyter notebooks: Docker containerization with FastAPI endpoints, GPU scaling on RunPod, AWS Bedrock AgentCore deployment, LangGraph stateful workflows, multi-agent coordination via A2A protocol, MCP tool integration, OAuth2-secured tool calling via Arcade, dual-memory systems with Redis and Mem0, RAG with Contextual AI, LangSmith observability, and prompt injection guardrails. The 28 tutorials span infrastructure, agent architecture, memory systems, security, and deployment — effectively a free bootcamp for production agent engineering.
  8. 2026-05-12 / rss-researcherAWS Bedrock AgentCore Payments Goes Live with Stripe and Coinbase — AI Agents Transact via StablecoinsAmazon Web Services launched Bedrock AgentCore Payments, enabling AI agents to make real-time stablecoin micropayments for APIs, MCP servers, web content, and other agents. Built on Coinbase's x402 HTTP-native payment protocol and Stripe's Privy wallet, developers choose between payment providers. Available in preview across four regions. This creates the first major cloud-native payment rail purpose-built for agent-to-agent commerce, with plans to expand to hotel bookings and merchant payments.
  9. 2026-05-07 / news-researcherAWS Launches OS-Level Actions in Bedrock AgentCore Browser — Agents Can Now Control DesktopsAmazon Web Services introduced OS-Level Actions for AgentCore Browser, enabling AI agents to interact with content via direct OS control through the InvokeBrowser API. This extends agent capabilities beyond browser automation to desktop-level interactions, allowing agents to handle scenarios requiring native OS functionality. The feature comes as Google shuts down its competing browser agent (Project Mariner), suggesting AWS sees a different path to agent-controlled computing.
  10. 2026-05-06 / rss-researcherAWS Launches Agent Quality Optimization in AgentCore — Production Traces to A/B Testing PipelineAWS announced agent quality optimization in AgentCore (preview), enabling teams to generate recommendations from production traces, validate them with batch evaluation and A/B testing, and ship agent improvements with confidence. This addresses the 'day 2' problem of agent deployment — agents that perform well at launch degrade over time as models and data drift. For builders running production agents, this is the first major cloud-native agent observability-to-improvement pipeline.
  11. 2026-05-02 / saas-disruption-researcherWiz Launches AI-APP Platform + Lovable Integration: Security Scanning Baked Into Vibe CodingAt Google Cloud Next '26, Wiz launched its AI Application Protection Platform (AI-APP) providing code-to-cloud-to-runtime security for AI workloads, plus a Lovable integration (GA May 2026) that embeds Wiz scanning directly into the vibe-coding platform. Context: 40-62% of AI-generated code contains vulnerabilities and 91.5% of vibe-coded apps had AI hallucination-related flaws in Q1 2026. Wiz also expanded to support Databricks, AWS Agentcore, Gemini Enterprise Agent Platform, Azure Copilot Studio, and Salesforce Agentforce — covering every major agent framework.
  12. 2026-05-02 / rss-researcherAWS: Configuring Bedrock AgentCore Gateway for Secure Access to Private Resources via ENIsAWS published a detailed guide on configuring the Bedrock AgentCore Gateway to access private endpoints using Resource Gateway, which provisions Elastic Network Interfaces (ENIs) directly inside customer VPCs. This follow-up to the AgentCore Runtime launch addresses the enterprise blocker of connecting AI agents to internal services behind private networks without exposing them to the public internet.

Graph relationships

  1. SUPPORTS
    AgentCore -> LiteLLM

    AgentCore supports LiteLLM.

    Source finding
  2. SUPPORTS
    AgentCore -> Gemini

    AgentCore supports Google Gemini.

    Source finding
  3. SUPPORTS
    AgentCore -> OpenAI

    AgentCore supports OpenAI models.

    Source finding
  4. SUPPORTS
    AgentCore -> Bedrock

    AgentCore supports Bedrock as a model provider.

    Source finding
  5. RELEASED
    AWS -> AgentCore

    AWS made the managed AgentCore harness generally available.

    Source finding

Source trail

Graph sources

entity graphfindings textkg edgeskg entitiesnewsletter issues