Skip to main content

Workflow

rpa.png

  1. End user inputs text from UI
  2. Frontend sends that input via API
  3. API calls NLP Parser
  4. NLP Parser calls LLM
  5. NLP Parser gets token model from spaCy Library
  6. NLP process the token model and results command model
  7. Execution Router process the command model, maps and sends it to Execution Library
  8. Execution Library returns execution result and Execution Router sends it to NLP Parser
  9. NLP Parser packages the result into human readable format and sends it to API
  10. API sends that result to frontend
  11. Frontend shows the result into end user