Skip to content

[docs] Update documentation for custom agent configuration in sandbox.agent#5367

Merged
pelikhan merged 1 commit intomainfrom
docs/update-sandbox-custom-agent-d78476ae501661f0
Dec 3, 2025
Merged

[docs] Update documentation for custom agent configuration in sandbox.agent#5367
pelikhan merged 1 commit intomainfrom
docs/update-sandbox-custom-agent-d78476ae501661f0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Dec 3, 2025

Documentation Updates - December 3, 2025

This PR updates the documentation for the sandbox.agent configuration based on features merged in the last 24 hours.

Features Documented

Changes Made

  • Updated docs/src/content/docs/reference/sandbox.md:
    • Added "Custom AWF Configuration" section with usage example and field reference table
    • Added "Custom SRT Configuration" section with similar documentation
    • Updated "Legacy Format" section to clarify the id vs type field behavior
    • Included examples showing Docker containers and custom wrappers as use cases

Merged PRs Referenced

Summary

The custom agent configuration feature allows users to:

  1. Replace the standard AWF/SRT installation with custom commands (e.g., Docker containers)
  2. Add custom arguments to the agent execution
  3. Set environment variables for the agent runtime

This is useful for organizations that need custom agent setups, pre-configured containers, or specialized debugging environments.

AI generated by Daily Documentation Updater

Add documentation for the custom command, args, and env fields introduced
in PR #5356 for both AWF and SRT agent sandboxes. These fields allow users
to replace the standard agent installation with custom commands, add
additional arguments, and set environment variables.

Changes:
- Added "Custom AWF Configuration" section with usage example and field reference
- Added "Custom SRT Configuration" section with similar documentation
- Updated "Legacy Format" section to clarify the new 'id' field and its
  precedence over the legacy 'type' field

Related PR: #5356

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation labels Dec 3, 2025
@mnkiefer mnkiefer requested a review from Copilot December 3, 2025 06:11
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the sandbox configuration documentation to reflect the new custom agent configuration capabilities that allow users to replace standard AWF/SRT installations with custom commands, add arguments, and set environment variables.

  • Added comprehensive documentation for custom AWF and SRT configuration options
  • Clarified the relationship between the new id field and legacy type field
  • Provided practical examples using Docker containers and custom wrappers

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pelikhan pelikhan merged commit b466b7a into main Dec 3, 2025
10 checks passed
@pelikhan pelikhan deleted the docs/update-sandbox-custom-agent-d78476ae501661f0 branch December 3, 2025 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants