Skip to content

paulmeller/awesome-managed-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Claude Managed Agents Awesome

A fully managed, server-side agent runtime by Anthropic for building and deploying cloud-hosted AI agents at scale. Define an agent, an environment, and start a session — Anthropic handles the agent loop, sandboxed containers, tool execution, and event streaming.

Contents

Official Resources

SDKs

All SDKs expose Managed Agents under client.beta.agents, client.beta.environments, and client.beta.sessions.

  • Python SDK - Install with pip install anthropic, requires version 0.92.0 or later.
  • TypeScript SDK - Install with npm install @anthropic-ai/sdk, requires version 0.86.0 or later.
  • Go SDK - Install with go get github.com/anthropics/anthropic-sdk-go, requires version 1.33.0 or later.
  • Java SDK - Available via Maven or Gradle with com.anthropic:anthropic-java.
  • C# SDK - Install with dotnet add package Anthropic.
  • Ruby SDK - Install with bundle add anthropic.
  • PHP SDK - Install with composer require anthropic-ai/sdk.

CLI

  • Anthropic CLI - Go-based ant CLI for managing agents, environments, and sessions from the terminal.

Documentation

  • Overview - What Managed Agents are and when to use them.
  • Quickstart - Create an agent, environment, and session in minutes.
  • Agent Setup - Configure model, system prompt, tools, MCP servers, and skills.
  • Sessions - Session lifecycle and status management.
  • Environments - Container configuration, packages, and networking modes.
  • Tools - Built-in tools, custom tools, and MCP toolsets.
  • Events and Streaming - SSE-based event protocol for real-time communication with sessions.
  • Cloud Containers - Container specs including Ubuntu 22.04, 8 GB RAM, and 10 GB disk.
  • Skills - Reusable filesystem-based expertise packages for domain-specific workflows.
  • MCP Connector - Remote MCP server integration with vault-based authentication.
  • Permission Policies - Configure always_allow and always_ask tool execution policies.
  • Multi-agent - Coordinator agents delegating to callable agents in isolated threads (research preview).
  • Memory - Persistent memory stores that survive across sessions (research preview).
  • Outcomes - Self-evaluation with rubrics and iterative improvement (research preview).
  • API Reference - Full API specification for all endpoints.

Tutorials and Guides

Community Projects

Integrations

  • Microsoft Agent Framework - Anthropic provider for the Microsoft agent framework.
  • Promptfoo - Evaluation and testing provider for Claude agents.
  • Composio - Framework comparison and integration support across agent platforms.

Articles and Press

  • SiliconANGLE - Anthropic launches Claude Managed Agents to speed AI agent development.
  • The New Stack - Anthropic wants to run your AI agents for you.
  • InfoWorld - Anthropic rolls out Claude Managed Agents.
  • 9to5Mac - Enterprise features for Claude Cowork and Managed Agents.
  • The Register - Anthropic offers to host AI.
  • TechRadar - Prototype to launch in days rather than months.
  • Help Net Security - Execution and control for AI agent workflows.
  • Analytics Insight - Simplifying enterprise AI deployment.
  • The Decoder - Managed infrastructure for autonomous AI agents.
  • Hacker News Discussion - Community discussion thread from launch day.
  • WIRED - In-depth launch coverage including demos from Notion and quotes from Anthropic engineering leadership on the infrastructure challenge Managed Agents solves.
  • WinBuzzer - Enterprise-focused analysis covering the OpenClaw ecosystem context, competitive landscape against Amazon Bedrock and Azure AI, and strategic implications of Anthropic's infrastructure push.
  • Data Center Knowledge - Industry analysis of how Managed Agents shifts AI workload control to Anthropic's platform, with commentary from Moor Insights and Constellation Research analysts on enterprise lock-in and operational implications.
  • Mac Observer - Coverage of Anthropic's simultaneous Managed Agents public beta launch and Claude Cowork general availability, including new enterprise features such as role-based access controls and expanded OpenTelemetry support.

Videos and Talks

Related Products

  • Claude Agent SDK - Same engine as Managed Agents, exposed as a library you run on your own infrastructure.
  • Claude Code - Agentic coding CLI by Anthropic, built on the same underlying technology.
  • Anthropic Skills - Official Claude Code skills repository.

Automated Updates

This list is itself maintained using Claude Managed Agents. A weekly workflow spins up a Managed Agents session with a custom curator skill that searches the web for new resources, scores each candidate against quality criteria, and opens a PR with any additions. See scripts/ for the implementation.

Contributing

Contributions welcome! Read the contribution guidelines first.

About

A curated list of resources, tools, and community projects for Claude Managed Agents by Anthropic

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages