keshan commited on
Commit
958db7d
·
verified ·
1 Parent(s): 0355849

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -61,6 +61,10 @@ The system follows a sophisticated workflow to analyze code:
61
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/5f707fdb5e78cc6b0ed31f0a/52keupVy5L3Me98eeOxMg.png)
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/5f707fdb5e78cc6b0ed31f0a/52keupVy5L3Me98eeOxMg.png)
62
  (the items in red color are planned to be implemented)
63
 
64
+
65
+ ## Workflow
66
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/5f707fdb5e78cc6b0ed31f0a/Yxz_hn3cUPCOUbpoMSZcA.png)
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`).