-
Notifications
You must be signed in to change notification settings - Fork 4
SDK: workflows example #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Standardized all 30 SDK guide files with consistent format:
- Added <Note> components with GitHub example links
- Used auto-sync code blocks with 'icon' and 'expandable' attributes
- Added 'Running the Example' bash code blocks
- Included brief explanations with line highlights
- Added 'Next Steps' sections with related links
- Merged anthropic-thinking.mdx and responses-reasoning.mdx into model-reasoning.mdx:
- Created unified guide covering both Anthropic thinking blocks and OpenAI responses reasoning
- Single example demonstrating both approaches
- Deleted old separate documentation files
- Updated docs.json navigation:
- Organized all SDK guides into logical categories:
* Getting Started (hello-world, custom-tools, mcp)
* Agent Configuration (llm-registry, llm-routing, model-reasoning)
* Conversation Management (persistence, pause-and-resume, confirmation-mode, etc.)
* Agent Capabilities (activate-skill, async, planning-agent-workflow, etc.)
* Agent Behavior (stuc * Agent Behavior (stuc * Agent Behavior (stuc * Ag n * Agent Behavior (stuc * Agent Behavnces in sdk/arch/sdk/llm.mdx
Co-authored-by: openhands <openhands@all-hands.dev>
Synced from agent-sdk ref: main
Synced from agent-sdk ref: main
This reverts commit a651e92.
- Remove routine-maintenance.mdx documentation - Add assign-reviews.mdx documentation following similar style to pr-review.mdx and todo-management.mdx - Update docs.json navigation to include assign-reviews instead of routine-maintenance Co-authored-by: openhands <openhands@all-hands.dev>
Removed features and configuration sections to streamline the guide.
Clarified the process of how the OpenHands Agent handles TODO comments by specifying that it picks reviewers based on code changes and file ownership.
Removed 'comprehensive' from the feedback description for clarity.
|
@OpenHands remove
@xingyaoww done! |
|
I'm on it! simonrosenberg can track my progress at all-hands.dev |
|
I have successfully completed the requested task. Here's a summary of what was accomplished: Task Completed: Removed the checklist items from PR #46 description as requested by @simonrosenberg. Changes Made:
Result: The PR description now contains only the essential summary information without the checklist items, exactly as requested. The change was applied directly to the existing PR #46 ("SDK: workflows example") without requiring any code changes or commits to the repository. |
Updated the description of the GitHub workflow for assigning reviews and clarified the related files section.
| --- | ||
|
|
||
| <Note> | ||
| This example is available on GitHub: [.github/workflows/assign-reviews.yml](https://github.com/All-Hands-AI/agent-sdk/tree/main/.github/workflows/assign-reviews.yml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@OpenHands We have moved the agent-sdk repo to OpenHands/agent-sdk on github. Fix the URLs
This PR adds 3 new files. Check them out and fix. No need to look at other files now. Verify that the links, once fixed, are the correct links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm on it! enyst can track my progress at all-hands.dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary of work completed
- Updated all agent-sdk GitHub URLs in the three newly added guides to the new org/repo OpenHands/agent-sdk
- sdk/guides/github-workflows/assign-reviews.mdx
- sdk/guides/github-workflows/pr-review.mdx
- sdk/guides/github-workflows/todo-management.mdx
- Corrected link types:
- File links use blob/main
- Directory links use tree/main
- Fixed incorrect paths in PR Review “Related Files” to point to examples/03_github_workflows/02_pr_review
Verification
- Confirmed each updated URL exists and returns HTTP 200 in the OpenHands/agent-sdk repository.
- Verified the specific PR comment location (assign-reviews.mdx line 7) now points to https://github.com/OpenHands/agent-sdk/blob/main/.github/workflows/assign-reviews.yml.
Checklist
- Only the three new files in this PR were modified.
- All All-Hands-AI/agent-sdk URLs updated to OpenHands/agent-sdk.
- Correct blob vs tree usage for files vs directories.
- All updated links validated to exist.
- No extraneous changes beyond URL and necessary path fixes.
- Changes pushed to the current PR branch.
Commit
- Branch: xw/workflows
- Commit: 48cb424
- Message: docs(sdk): point agent-sdk links to OpenHands/agent-sdk and fix incorrect example paths
Note
- The Quick Start copy path in assign-reviews.mdx references examples/03_github_workflows/04_assign_reviews/workflow.yml, while the actual workflow file lives at .github/workflows/assign-reviews.yml. This isn’t a URL and was left unchanged per scope; I can update it on request.
…rect example paths\n\n- Replace All-Hands-AI/agent-sdk with OpenHands/agent-sdk in 3 new guides\n- Use blob for file links and tree for directories\n- Fix PR Review links to correct examples/03_github_workflows paths\n\nCo-authored-by: openhands <openhands@all-hands.dev>
Summary of changes
Fix #47
waiting for @simonrosenberg to take a look and fix inaccuracies