flowchart TD
A[User Prompt] --> B[Gather Context]
B --> C[Read Files]
B --> D[Run Commands]
B --> E[Use Tools & MCP]
C --> F[Take Action]
D --> F
E --> F
F --> G[Verify Results]
G --> H{Task Complete?}
H -- No --> B
H -- Yes --> I[Return Final Result]
Created
May 21, 2026 10:01
-
-
Save halfbug/0a1fbc46b37ec27c3f2904218191e3ac to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment