OffNet Newsroom

Daily topic roundup

Agentic AI

Sunday, August 09, 2026 · 8 stories, curated & summarized — click any story for the source.

Amazon Cognito is now a core skill in the Agent Toolkit for AWS, enabling AI coding agents to configure user pools, app clients, and OAuth flows. The aws-auth skill supports token management, JWT authorizers, and passkey enrollment, allowing agents to implement secure sign-in patterns autonomously. When used with the AWS MCP Server, agents execute CLI commands with IAM guardrails and CloudTrail logging for auditability.

  • AI agents can now autonomously set up and troubleshoot Cognito auth flows via the aws-auth skill.
  • Covers user pools, app clients, OAuth 2.0, JWT authorizers, and WebAuthn enrollment.
  • Agents can leverage IAM guardrails and CloudTrail audit logging when paired with AWS MCP Server.
  • Works standalone via AWS CLI for direct command-line execution without full agent integration.
  • Accelerates implementation of secure sign-in for users, AI agents, and microservices.
HOW IT WORKSAgent Auth Setup Flow1Configure user pools and app clients2Set up OAuth 2.0 flows3Enable JWT authorizers4Enroll users via WebAuthn

Claude Code now supports direct messaging between separate code sessions, enabling coordinated multi-agent development. This feature allows distinct AI instances to exchange context and instructions without manual copy-pasting. It streamlines complex refactoring or debugging tasks that require parallel processing across different parts of a codebase.

  • Enables parallel AI agents to share context for complex refactoring tasks
  • Eliminates manual context transfer between separate Claude Code windows
  • Supports multi-agent architectures for larger codebase navigation
  • Reduces overhead in debugging scenarios requiring distributed analysis
GitHub Trending (daily) githubrepos ⚠ unverified date/source

Google releases Agent Skills repo for GCP and AI workflows

Google has open-sourced a repository of Agent Skills designed to streamline interactions with Google Cloud and related technologies. The project provides pre-built configurations for tasks such as authentication, solution architecture, and agentic analytics. Users can install specific skills via npx, allowing for modular adoption of these tools into their existing AI agent workflows.

  • Enables modular installation of GCP-specific agent capabilities via npx.
  • Covers key workflows like onboarding, authentication, and solution architecture.
  • Supports agentic analytics across multi-cloud and data lakehouse environments.
  • Repository is under active development, so features may evolve rapidly.
HOW IT WORKSAgent Skills Workflow1Install skill via npx2Configure GCP authentication3Run agentic analytics4Deploy to cloud
AWS What's New awsdatabase ↺ since 08-07

AWS Bedrock AgentCore runtime instances now GA on EC2

Amazon Bedrock AgentCore now generally offers runtime instances that deploy agents directly onto customer-owned EC2 infrastructure. This new capability complements the existing microVM option by providing access to diverse instance types, including GPU, memory-optimized, and compute-optimized families. AWS manages the provisioning, patching, scaling, and lifecycle of these resources while teams define needs via capacity providers.

  • Use EC2 runtime instances for sustained, resource-intensive, or specialized-hardware AI agent workloads.
  • Access broad EC2 families including GPU, memory, and compute-optimized types directly within AgentCore.
  • AWS handles infrastructure lifecycle management: provisioning, patching, scaling, and lifecycle ops.
  • Configure capacity providers via Console, CLI, SDKs, or APIs to specify required instance types.
TRADE-OFFEC2 vs MicroVM RuntimeEC2 Runtime InstancesAccess GPU and…Ideal for sustained AI workloadsAWS manages provisioning and scalingMicroVM OptionLightweight isolated…Faster startup timesStandardized instance configurationsvs
AWS What's New awsdatabase ↺ since 08-07

AWS Bedrock AgentCore adds temporal policies and rate limiting

Amazon Bedrock AgentCore introduces temporal policies to enforce stateful authorization rules that evaluate requests based on prior agent actions within a session. This allows for workflow sequencing, argument validation against previous outputs, human approval gates, and data freshness checks. Additionally, new rate limiting capabilities enable per-user or per-group traffic controls for tools, models, and agents scoped via OAuth or IAM.

  • Enforce workflow sequencing by evaluating requests against prior session actions.
  • Require human approval before executing privileged agent actions.
  • Validate tool arguments against outputs from previous calls in the session.
  • Apply rate limits per user or group using OAuth or IAM scopes.
  • Prevent stateless tool calls that are safe in isolation but risky in context.
CHECKLISTGuard Agent WorkflowsEnforce workflow sequencing via prior actionsRequire human approval for privileged actionsValidate tool arguments against previous outputsApply rate limits per user or groupPrevent contextually risky stateless tool calls
AWS Database Blog awsdatabase ↺ since 08-07

AWS adds MCP tools for Aurora DSQL query and schema management in IDEs

AWS has released Model Context Protocol (MCP) tools enabling AI coding assistants to interact directly with Amazon Aurora DSQL. Practitioners can now execute queries, manage schemas, and verify compatibility within their integrated development environment without context switching. The blog outlines the installation process, available toolset, and the underlying security model for this integration.

  • Integrate Aurora DSQL with AI coding assistants via the MCP protocol for seamless IDE workflows.
  • Enable direct query execution and schema evolution capabilities from within the development environment.
  • Use built-in compatibility checks to validate Aurora DSQL support before deploying code changes.
  • Review the provided security model to ensure proper authentication and authorization for AI tools.
GitHub Trending (daily) githubrepos ↺ since 08-08 ⚠ unverified date/source

PrimeAgent: Open-Source RLM Agent for Self-Improving Coding Workflows

PrimeIntellect released Prime Agent, an open-source tool designed for long-running autonomous coding tasks. It utilizes a Recursive Language Model (RLM) that treats context as variables and manages subagents through a persistent REPL. The system employs a Continual Harness to store durable state, allowing for evidence-backed refinements to prompts and skills over time.

  • Uses Recursive Language Model (RLM) to treat context as variables for flexible prompt management.
  • Supports long-running autonomous tasks via a persistent REPL and programmatic subagent calls.
  • Continual Harness stores durable state for skills and memories, enabling incremental self-improvement.
  • Open-source implementation allows for local refinement of agent behavior based on session evidence.
AWS What's New awsdatabase ↺ since 08-08

AWS Bedrock AgentCore adds memory, policy, and harness in GovCloud

Amazon Bedrock AgentCore has expanded to AWS GovCloud (US-West) with new capabilities for building regulated AI agents. The update introduces memory features for both short-term conversation context and long-term persistent insights. It also includes centralized policy controls for agent-tool interactions that operate independently of agent code.

  • AgentCore is now available in AWS GovCloud (US-West) for regulated environments.
  • Short-term memory handles immediate conversation context without manual infrastructure management.
  • Long-term memory extracts persistent insights and user preferences across sessions.
  • Centralized policies enforce fine-grained controls on agent-tool interactions outside code.
  • These features aim to accelerate the transition from prototype to production for enterprise agents.
HOW IT WORKSBuilding Regulated Agents1Deploy in GovCloud2Add short-term memory3Integrate long-term memory4Enforce centralized policies5Ship to production