beam-agent-manager

Coordinate Beam agent graph lifecycle operations from YAML specs to deployed graphs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/beam-ai-team/beam-next-skills --skill beam-agent-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beam-agent-manager
Source: https://github.com/beam-ai-team/beam-next-skills/tree/main/skills/beam/beam-tools/beam-agent-manager
Command: npx skills add https://github.com/beam-ai-team/beam-next-skills --skill beam-agent-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate end-to-end Beam agent graph operations to reduce manual orchestration.

Core Features & Use Cases

  • Orchestrates agent graph lifecycle from YAML/spec to deployed graphs.
  • Routes operations into appropriate sub-skills for creation, updates, optimization, and publishing.
  • Use cases include building new graphs, updating prompts/models/params, and performing APE optimization.

Quick Start

Provide a YAML spec or a simple POST payload to create a new beam agent graph.

Frequently Asked Questions about beam-agent-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Beam agent graph lifecycle operations end-to-end?

Beam agent graph lifecycle operations are automated by routing creation, modification, optimization, and publishing tasks through specialized sub-skills. This orchestration enforces consistency across graph state changes while reducing manual coordination for YAML spec deploys and structural updates.

Can I deploy a Beam agent graph using a YAML spec?

Yes, you can deploy a Beam agent graph using a YAML spec or a simple POST payload. The orchestration processes the spec to create, update, or publish the agent graph, handling structural changes and prompt, model, and parameter updates automatically.

What is APE optimization for agent graphs?

APE optimization for agent graphs is an automated process that improves agent performance. The orchestrator routes the optimization task to a specialized sub-skill, applying the optimization while enforcing end-to-end lifecycle routing and ensuring consistency across graph state changes.

How do I update prompts and model parameters in a deployed agent graph?

Updating prompts, models, and parameters in a deployed agent graph is handled by routing the modification request to a specialized sub-skill. This ensures structural changes and parameter updates maintain consistency across the entire agent graph state.

Do I need to manually route operations when modifying a Beam agent graph?

No, manual routing is not required when modifying a Beam agent graph. The orchestration automatically routes operations into appropriate sub-skills for creation, updates, optimization, and publishing, ensuring consistent end-to-end lifecycle management.

When should I use a spec-based deploy for agent graph orchestration?

Spec-based deploy for agent graph orchestration should be used when building new graphs or applying structural changes. Providing a YAML spec or POST payload allows the orchestrator to automate end-to-end lifecycle routing, from creation through APE optimization to publishing.