Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -61,6 +61,10 @@ The system follows a sophisticated workflow to analyze code:
|
|
| 61 |

|
| 62 |
(the items in red color are planned to be implemented)
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
1. **Code Input:** The system receives the code to be analyzed.
|
| 65 |
2. **Initial Assessment:** An LLM-powered orchestrator evaluates the code and determines the analysis strategy (e.g., depth, which agents to invoke).
|
| 66 |
3. **Agent Dispatch:** Based on the assessment, tasks are dispatched to specialized agents (e.g., `DocAgent`, `SecurityAgent`).
|
|
|
|
| 61 |

|
| 62 |
(the items in red color are planned to be implemented)
|
| 63 |
|
| 64 |
+
|
| 65 |
+
## Workflow
|
| 66 |
+

|
| 67 |
+
|
| 68 |
1. **Code Input:** The system receives the code to be analyzed.
|
| 69 |
2. **Initial Assessment:** An LLM-powered orchestrator evaluates the code and determines the analysis strategy (e.g., depth, which agents to invoke).
|
| 70 |
3. **Agent Dispatch:** Based on the assessment, tasks are dispatched to specialized agents (e.g., `DocAgent`, `SecurityAgent`).
|