Skip to content

githubnext/central-agentic-ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Central Agentic Ops

Caution

Do not use this repository or setup, it is still experimental and not intended for use.

An organization-wide control-plane catalog for GitHub Agentic Workflows.

Quick Start

  1. Install the GitHub CLI, authenticate, and install gh aw:

    gh auth login
    gh extension install github/gh-aw --force --pin v0.82.10
    gh aw version
  2. Create and clone a private control-plane repository. Replace <organization> and central-agentic-ops-control-plane to match your naming convention:

    CONTROL_PLANE_REPO="<organization>/central-agentic-ops-control-plane"
    gh repo create "$CONTROL_PLANE_REPO" --private --clone
    cd "${CONTROL_PLANE_REPO##*/}"
    gh aw init
    git add -A
    git commit -m "Initialize GitHub Agentic Workflows"
  3. To install all Central Agentic Ops packages, run the following command. Replace <catalog-release> with an exact release tag:

    gh aw add-wizard githubnext/central-agentic-ops@<catalog-release>

    To install capabilities individually, use a package-specific reference. Current packages are githubnext/central-agentic-ops/dependabot@<catalog-release> and githubnext/central-agentic-ops/optimization@<catalog-release>.

    The guided installer compiles the workflows, configures the GitHub App and credentials, and starts in preview mode.

About

Still experimental - do not use

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors