Skip to main content
Workflow

- End user inputs text from UI
- Frontend sends that input via API
- API calls NLP Parser
- NLP Parser calls LLM
- NLP Parser gets token model from spaCy Library
- NLP process the token model and results command model
- Execution Router process the command model, maps and sends it to Execution Library
- Execution Library returns execution result and Execution Router sends it to NLP Parser
- NLP Parser packages the result into human readable format and sends it to API
- API sends that result to frontend
- Frontend shows the result into end user
No Comments