Skip to content

Add agent commands - #200

Merged
ggainey merged 1 commit into
pulp:mainfrom
gerrod3:agent
Aug 25, 2026
Merged

Add agent commands#200
ggainey merged 1 commit into
pulp:mainfrom
gerrod3:agent

Conversation

@gerrod3

@gerrod3 gerrod3 commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Added new subcommands designed for AI agents and parallel workflows. Also added new lean profile for these parallel&ephemeral environments.

Co-authored-by: Cursor <cursoragent@cursor.com>
Comment thread client/oci_env/main.py
"--plugins",
default="pulpcore",
help=(
"Colon-separated PLUGIN[=PATH] entries for DEV_SOURCE_PATH (default: pulpcore). "

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🫶

Comment thread client/oci_env/main.py
"-i",
action="store_true",
dest="install_deps",
help="Deprecated no-op. Test dependencies are always installed.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🫶

Comment thread client/oci_env/main.py
def parse_agent_command(subparsers):
parser = subparsers.add_parser(
"agent",
help="Create and manage lean isolated environments for parallel agent work.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe some examples here could help the agent to understand how to use this feature properly?

@ggainey
ggainey merged commit 4fc31c3 into pulp:main Aug 25, 2026
3 checks passed
@gerrod3
gerrod3 deleted the agent branch August 25, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants