Skip to content

Commit d2179e7

Browse files
committed
docs: update README to reflect WIP status of automated testing agent and add E2E Testing Agent section
1 parent 5410d1a commit d2179e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ AutoDev Xiuper includes 7 specialized AI agents mapped to the complete Software
6666
| **Knowledge** | Requirements | Requirements understanding and knowledge construction with AI-native document reading and analysis | DocQL / Context Engineering | ✅ Stable |
6767
| **Coding** | Development | Autonomous coding agent with complete file system, shell, and tool access capabilities | MCP / SubAgents / DevIns DSL | ✅ Stable |
6868
| **Review** | Code Review | Professional code review analyzing code quality, security, performance, and best practices | Linter / Summary / AutoFix | ✅ Stable |
69-
| **Testing** | Testing | Automated testing agent that generates test cases, executes tests, and analyzes coverage | E2E / Self-healing / Coverage | 🚧 Coming |
69+
| **Testing** | Testing | Automated testing agent that generates test cases, executes tests, and analyzes coverage | E2E / Self-healing / Coverage | 🚧 WIP |
7070
| **ChatDB** | Data | Database conversation agent supporting Text-to-SQL and natural language data queries | Schema Linking / Multi-DB / Query | ✅ Stable |
7171
| **WebEdit** | Deployment | Web editing agent for browsing pages, selecting DOM elements, and interacting with web content | Inspect / Chat / Mapping | 🔄 Beta |
7272
| **Ops** | Operations | Operations monitoring agent for log analysis, performance monitoring, and alert handling | Logs / Metrics / Alerts | 🚧 Coming |
@@ -102,6 +102,7 @@ SubAgents are specialized micro-agents that can be invoked by the main Coding Ag
102102
| **Domain Dict Agent** | Generate domain dictionaries from codebase analysis for better context understanding | Hot file detection / Class/method extraction / Domain term identification | All platforms |
103103
| **Error Recovery Agent** | Analyze errors and suggest fixes with self-healing capabilities | Error pattern recognition / Fix suggestion / Auto-retry logic | All platforms |
104104
| **SQL Revise Agent** | Revise and optimize SQL queries based on schema and execution feedback | Schema-aware correction / Query optimization / Syntax validation | All platforms |
105+
| **E2E Testing Agent** | Perform end-to-end testing with visual understanding and self-healing locators | Natural language test scenario generation / Multi-modal perception / Self-healing | All platforms |
105106

106107
SubAgents enable modular, composable AI workflows where complex tasks are broken down into specialized sub-tasks, each handled by an expert agent.
107108

0 commit comments

Comments
 (0)