Skip to content

AWF agent PATH misses GITHUB_PATH additions #21144

@strawgate

Description

@strawgate

Summary

uv is available in pre-agent workflow steps, but not resolvable in AWF agent shell/tool execution.

Expected

If runtime setup (e.g., astral-sh/setup-uv) makes uv available on PATH before the agent step, uv should also be available inside AWF agent tool calls.

Actual

Inside AWF agent execution, uv resolves as command not found unless invoked via an absolute path.

Evidence

In run 23120336637:

  • uv run ... -> bash: line 1: uv: command not found
  • Absolute path invocation works in the same run.

Why this matters

This breaks runtime portability in AWF agent execution and forces workflow-specific absolute-path workarounds.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions