Add Computer Use Agent (CUA) Documentation and Roadmap#225
Merged
kovtcharov-amd merged 2 commits intomainfrom Jan 22, 2026
Merged
Add Computer Use Agent (CUA) Documentation and Roadmap#225kovtcharov-amd merged 2 commits intomainfrom
kovtcharov-amd merged 2 commits intomainfrom
Conversation
- Add comprehensive user guide at docs/guides/cua.mdx covering: - Architecture and how CUA works with external MCP servers - Configuration for stdio and HTTP connection modes - CLI command reference and examples - Troubleshooting guide for common issues - Programmatic usage examples - Add detailed implementation plan at docs/plans/cua.mdx - Update docs/docs.json to include CUA guide in User Guides navigation - Update docs/docs.json to include CUA plan in Roadmap Plans navigation Related to #224 Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
The CUA agent is no longer part of the codebase, removing its documentation guide that covered architecture, configuration, CLI usage, external MCP server integration, and troubleshooting.
kovtcharov-amd
approved these changes
Jan 22, 2026
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for the Computer Use Agent (CUA), a planned feature that will enable AI-powered desktop control through natural language commands by connecting GAIA agents to external MCP servers.
Changes:
- Adds implementation plan document detailing CUA architecture, requirements, and development roadmap
- Adds user guide with setup instructions, usage examples, and troubleshooting information
- Updates roadmap navigation to include the CUA plan document
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/plans/cua.mdx | Implementation plan covering architecture, components, data flow, and success metrics for the CUA feature |
| docs/guides/cua.mdx | User guide providing setup instructions, configuration options, CLI examples, and troubleshooting for CUA |
| docs/docs.json | Added CUA plan to the Roadmap/Plans navigation section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation Added
docs/guides/cua.mdx: User guide covering CUA overview, setup, usage examples, and MCP server integrationdocs/plans/cua.mdx: Detailed roadmap for CUA implementation including architecture, milestones, and success metricsdocs/docs.json: Added CUA guide to documentation navigationKey Features Documented
Test Plan
🤖 Generated with Claude Code