Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UUFSolver #1018

Closed
wants to merge 135 commits into from
Closed

UUFSolver #1018

wants to merge 135 commits into from

Commits on Jul 23, 2024

  1. Try this

    jonburchel committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c42cfde View commit details
    Browse the repository at this point in the history
  2. Try again

    jonburchel committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1cf17e4 View commit details
    Browse the repository at this point in the history
  3. Remove tests

    jonburchel committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2dfc2b3 View commit details
    Browse the repository at this point in the history
  4. Revert to it

    jonburchel committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    745f857 View commit details
    Browse the repository at this point in the history
  5. Remove linux test only

    jonburchel committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    93aeaa2 View commit details
    Browse the repository at this point in the history
  6. Update

    jonburchel committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    15fd86d View commit details
    Browse the repository at this point in the history
  7. Updates from build

    jonburchel committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e7d7fed View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    de7fd6b View commit details
    Browse the repository at this point in the history
  2. Tiny fix

    jonburchel committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ca19525 View commit details
    Browse the repository at this point in the history
  3. Build updates

    jonburchel committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    890c092 View commit details
    Browse the repository at this point in the history
  4. Build updates

    jonburchel committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3aed974 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    jonburchel authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    617a937 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    324fe33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2248135 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    jonburchel authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3b3a9eb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Add background chat and override of system message capability. Exampl…

    …e code for now, in conversation_internal() inside app.py.
    jonburchel committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c739a19 View commit details
    Browse the repository at this point in the history
  2. Add background searching, enable custom system_prompt override as wel…

    …l as system_preamble to inject instructions or other details before the configured system prompt.
    jonburchel committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    707043c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8195674 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jonburchel authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    35b1754 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    626b69d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f1443c View commit details
    Browse the repository at this point in the history
  7. Fix

    jonburchel committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    31d931c View commit details
    Browse the repository at this point in the history
  8. Fix

    jonburchel committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d4c571d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Remove searching after first chat - discovered once user chat is roll…

    …ing, we can't update system message again. Solution will be to incorporate searches response into main system prompt. For now, just searching only on that first message will avoid crashes until I can fix the system prompt.
    jonburchel committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4205155 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e462c3 View commit details
    Browse the repository at this point in the history
  3. Improvements to prompts

    jonburchel committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    61bfe24 View commit details
    Browse the repository at this point in the history
  4. Fixes

    jonburchel committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    afeb532 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4def87 View commit details
    Browse the repository at this point in the history
  6. Include missing package

    jonburchel committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    aad6cb6 View commit details
    Browse the repository at this point in the history
  7. Try fix

    jonburchel committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    be9a03d View commit details
    Browse the repository at this point in the history
  8. Try fix

    jonburchel committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    e0e5731 View commit details
    Browse the repository at this point in the history
  9. Try again

    jonburchel committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    b438602 View commit details
    Browse the repository at this point in the history
  10. Try again

    jonburchel committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4920a61 View commit details
    Browse the repository at this point in the history
  11. Try again

    jonburchel committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    0e50aa9 View commit details
    Browse the repository at this point in the history
  12. Try fix

    jonburchel committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    f4e246a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    09fd6ac View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cbd6792 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    dd36a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1175106 View commit details
    Browse the repository at this point in the history
  3. Build fix

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    e0081b1 View commit details
    Browse the repository at this point in the history
  4. Fix

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    33c375b View commit details
    Browse the repository at this point in the history
  5. Try again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    569f9ec View commit details
    Browse the repository at this point in the history
  6. Try again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    2ef65d3 View commit details
    Browse the repository at this point in the history
  7. Try again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    fa3c7b7 View commit details
    Browse the repository at this point in the history
  8. Try again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    313dd88 View commit details
    Browse the repository at this point in the history
  9. Again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    46d5df6 View commit details
    Browse the repository at this point in the history
  10. Try again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    83d0fcf View commit details
    Browse the repository at this point in the history
  11. Again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0c36c4c View commit details
    Browse the repository at this point in the history
  12. How bout now?

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    365db38 View commit details
    Browse the repository at this point in the history
  13. Try again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    4185258 View commit details
    Browse the repository at this point in the history
  14. Try again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    20bd4d4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ee4dcfe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e288659 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    448b68c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    70e4357 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    effdae9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cdd31f6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e681d9f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0e4a4d8 View commit details
    Browse the repository at this point in the history
  23. Some fixes for build

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    c27e852 View commit details
    Browse the repository at this point in the history
  24. Try fix

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    2a30acb View commit details
    Browse the repository at this point in the history
  25. Cleaning up

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    39ecabb View commit details
    Browse the repository at this point in the history
  26. Clean up extra line

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    22083dd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    485a0f9 View commit details
    Browse the repository at this point in the history
  28. Add deployment validation for linux to GitHub action since we are dep…

    …loying to a linux machine in Azure. This will ensure deployments will succeed before we actually do deploy from the GitHub build to Azure, and save us time with failed deployments...
    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    99f6bf6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    78a7b4a View commit details
    Browse the repository at this point in the history
  30. Another thing...

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0d37acb View commit details
    Browse the repository at this point in the history
  31. Removing validation that just increases time to get live by forcing u…

    …s to deploy a test version and then wait for the real version to deploy every time too...
    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    4a98d2d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6eb637a View commit details
    Browse the repository at this point in the history
  33. UI fix

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    ed9abdf View commit details
    Browse the repository at this point in the history
  34. Minor fix

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    976a557 View commit details
    Browse the repository at this point in the history
  35. Effing try again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d1968d5 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    727bc21 View commit details
    Browse the repository at this point in the history
  37. It would be nice if our path correctly targeted the right folder for …

    …our bins/scripts... :/ Well, now it does!
    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    c29daff View commit details
    Browse the repository at this point in the history
  38. Oh we don't actually need this after we created the virtual environme…

    …nt to deploy in the venv.tar.gz...
    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a61dda3 View commit details
    Browse the repository at this point in the history
  39. Officially passing doctoral level familiarity with this build process…

    …... I will accept my honorary degree with humility when approached by any of the 7 sisters, even the less attractive ones...
    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0689315 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    02e810f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    7936ce3 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    039261d View commit details
    Browse the repository at this point in the history
  43. FIx build

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    1d5f052 View commit details
    Browse the repository at this point in the history
  44. UI fix

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    11468d4 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c0ba238 View commit details
    Browse the repository at this point in the history
  46. Trying

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    c643ded View commit details
    Browse the repository at this point in the history
  47. Update workflows to test actual Linux deployment we will be doing, no…

    …thing else, to make it streamlined.
    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    1abf722 View commit details
    Browse the repository at this point in the history
  48. Try

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    21b7953 View commit details
    Browse the repository at this point in the history
  49. Fix

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    adb454a View commit details
    Browse the repository at this point in the history
  50. Eff it

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    59a3fb2 View commit details
    Browse the repository at this point in the history
  51. Fix

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    51dd600 View commit details
    Browse the repository at this point in the history
  52. Fix

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    66e0de3 View commit details
    Browse the repository at this point in the history
  53. Try

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    343204f View commit details
    Browse the repository at this point in the history
  54. Try again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    aa2fdf2 View commit details
    Browse the repository at this point in the history
  55. Try again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    659de6c View commit details
    Browse the repository at this point in the history
  56. !#@$%!@#%

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    9672740 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    4cb6010 View commit details
    Browse the repository at this point in the history
  58. Fix bad start.sh path

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7eaaa17 View commit details
    Browse the repository at this point in the history
  59. Another test

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    f3b7528 View commit details
    Browse the repository at this point in the history
  60. More debugging

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    87ef8be View commit details
    Browse the repository at this point in the history
  61. Add more debugging details

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7e318c2 View commit details
    Browse the repository at this point in the history
  62. Try explicit npm version

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a088199 View commit details
    Browse the repository at this point in the history
  63. Try again

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    773deee View commit details
    Browse the repository at this point in the history
  64. Use later Node version

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a6f333a View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    bee193b View commit details
    Browse the repository at this point in the history
  66. And another

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    57238d8 View commit details
    Browse the repository at this point in the history
  67. Who effing knows

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    108fdd5 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    f0e2b0d View commit details
    Browse the repository at this point in the history
  69. Seems we're making progress, but nvm is taking forever now (at least …

    …it's running though). Removing the dump of its output to log...
    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d54f860 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    145f3df View commit details
    Browse the repository at this point in the history
  71. I'm going to throw eggs on ChatGPT's house for all this stupid going …

    …back and forth. Solves one problem just to create a new one every damn time!!! :'(
    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7f70db0 View commit details
    Browse the repository at this point in the history
  72. One more

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    650c744 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    cfc07b6 View commit details
    Browse the repository at this point in the history
  74. Ok

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    9050250 View commit details
    Browse the repository at this point in the history
  75. Try

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    5002980 View commit details
    Browse the repository at this point in the history
  76. Try this

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    bae34aa View commit details
    Browse the repository at this point in the history
  77. remove build step for now

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    1da4b47 View commit details
    Browse the repository at this point in the history
  78. Try, try, try again...

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    2cc8a61 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    a27fd37 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    159d7fc View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    ae8ddfa View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    28f0419 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    383f253 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    0a5ac58 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    edbf131 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    f76e316 View commit details
    Browse the repository at this point in the history
  87. Try just going back to 3.11. We wasted half the weekend because ChatG…

    …PT was sure we should power through and get 3.12 working just because I accidentally installed the later version and it caused issues with a previously perfectly working deployment!!! Fingers crossed, prayers said to any and every god within earshot. Let's see how it goes...
    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    ac0648a View commit details
    Browse the repository at this point in the history
  88. It made one mistake, ok...

    jonburchel committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    e8fe131 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Try this

    jonburchel committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0f1229f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    762ae30 View commit details
    Browse the repository at this point in the history
  3. One more

    jonburchel committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    86db585 View commit details
    Browse the repository at this point in the history
  4. Try again

    jonburchel committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6fb00c9 View commit details
    Browse the repository at this point in the history
  5. Oh BeautifulSoup, ye who started this whole giant black hole in the f…

    …irst place, just so I could make some pretty UI updates to let the user know what's happening on the back end...
    jonburchel committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    de2d87e View commit details
    Browse the repository at this point in the history
  6. Debug failure

    jonburchel committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d30f0ba View commit details
    Browse the repository at this point in the history
  7. More debugging

    jonburchel committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b3d1dea View commit details
    Browse the repository at this point in the history
  8. Again

    jonburchel committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e0c5356 View commit details
    Browse the repository at this point in the history
  9. install pip manually

    jonburchel committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5f09816 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c7f8ed View commit details
    Browse the repository at this point in the history