Intent based query router that directs user questions to the apporpriate mock agent (GitHubAgent and Linear Agent)
User input is router using keyword matching
User GitHub related queries use the GitHubAgent User Linear related queries use the LinearAgent Unspported related queries returns a fallback message
python main.pyAsk questions in the terminal
If you like to stop or exit the application type: exit
pytest