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

Devin 0 #2

Open
wants to merge 465 commits into
base: main
Choose a base branch
from
Open

Devin 0 #2

wants to merge 465 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 19, 2024

  1. Add test cases for logical statement validation

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    633cd8c View commit details
    Browse the repository at this point in the history
  2. Separate test execution from main script flow

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9236554 View commit details
    Browse the repository at this point in the history
  3. Document manual test execution process

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b36351e View commit details
    Browse the repository at this point in the history
  4. Enhance validation function with complex logical checks

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    607b686 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd38679 View commit details
    Browse the repository at this point in the history
  6. Add project progress documentation

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    cf9d333 View commit details
    Browse the repository at this point in the history
  7. Refine validation logic and update import statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    cc55ef9 View commit details
    Browse the repository at this point in the history
  8. Update number of examples to generate to 1000

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6842f59 View commit details
    Browse the repository at this point in the history
  9. Refine test cases and update Prolog predicates to align with simplifi…

    …ed logic
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9891c25 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3667639 View commit details
    Browse the repository at this point in the history
  11. Improve validation logic for conditional statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e9994ee View commit details
    Browse the repository at this point in the history
  12. Update test cases for logical statements validation

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e4290e9 View commit details
    Browse the repository at this point in the history
  13. Update validation logic to handle non-matching conditional inputs as …

    …simple statements
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    239e8dd View commit details
    Browse the repository at this point in the history
  14. Refine test cases for logical statement validation

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2a5784a View commit details
    Browse the repository at this point in the history
  15. Add new test cases and update validation logic for proper nouns and m…

    …ulti-word predicates
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    afad13d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fd8a76a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a7eda23 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e23cd9d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a3033d3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    97ac115 View commit details
    Browse the repository at this point in the history
  21. Update validation logic for conditional statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d2cec35 View commit details
    Browse the repository at this point in the history
  22. Fix import statements in generate_examples.py

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1f625a4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    14c306f View commit details
    Browse the repository at this point in the history
  24. Fix validation logic for conditional statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    c647e15 View commit details
    Browse the repository at this point in the history
  25. Update validation logic to allow different subjects and predicates in…

    … conditional statements
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9d41cbc View commit details
    Browse the repository at this point in the history
  26. Fix logical coherence check in validate_logical_statement

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    38a5dc1 View commit details
    Browse the repository at this point in the history
  27. Update validation logic for logical coherence

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    fded742 View commit details
    Browse the repository at this point in the history
  28. Refine logical statement validation logic

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ce29f37 View commit details
    Browse the repository at this point in the history
  29. Fix logical validation for conditional statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    84573f9 View commit details
    Browse the repository at this point in the history
  30. Update logical coherence check in generate_examples.py

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4aa8379 View commit details
    Browse the repository at this point in the history
  31. Fix scope issue with proper_noun_mappings

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    87301d0 View commit details
    Browse the repository at this point in the history
  32. Fix regex unpacking in validate_logical_statement function

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    a866b68 View commit details
    Browse the repository at this point in the history
  33. Update logic for universally quantified statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    8ccf93b View commit details
    Browse the repository at this point in the history
  34. Fix logic for universally quantified statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    bf2fa0a View commit details
    Browse the repository at this point in the history
  35. Deactivate test mode in generate_examples.py

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3c21812 View commit details
    Browse the repository at this point in the history
  36. Correct logic for universally quantified statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    24289f5 View commit details
    Browse the repository at this point in the history
  37. Deactivate test mode in generate_examples.py

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9dc32df View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2047ddc View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    89e005e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    829eb9a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b3b6e07 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5240ce7 View commit details
    Browse the repository at this point in the history
  43. Comment out test_validate_logical_statement function to enable exampl…

    …e generation
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6839dc6 View commit details
    Browse the repository at this point in the history
  44. Disable test function call to enable example generation

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    92b4cde View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    8d02889 View commit details
    Browse the repository at this point in the history
  46. Comment out test function calls in generate_examples.py

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9a03d38 View commit details
    Browse the repository at this point in the history
  47. Remove invalid syntax and clean up generate_examples.py

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    a47c265 View commit details
    Browse the repository at this point in the history
  48. Set NUM_EXAMPLES_TO_GENERATE and call generate_examples()

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b1dfa50 View commit details
    Browse the repository at this point in the history
  49. Optimize example generation script

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1f59504 View commit details
    Browse the repository at this point in the history
  50. Updated README with OpenAI library version note and minor fixes. Adju…

    …sted logical/__init__.py and requirements.txt for 'gpt-4o' model compatibility.
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9df64b7 View commit details
    Browse the repository at this point in the history
  51. Improve README formatting and fix typographical errors

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    c5e22ae View commit details
    Browse the repository at this point in the history
  52. Finalize README.md formatting and cleanup

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    abd04dc View commit details
    Browse the repository at this point in the history
  53. Correct formatting and typographical errors in README.md

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    11ed0df View commit details
    Browse the repository at this point in the history
  54. Corrected formatting and typographical errors in README.md

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5db834f View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    1ea8fa9 View commit details
    Browse the repository at this point in the history
  56. Improve README.md formatting and fix typographical errors

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    077452a View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    5a8509e View commit details
    Browse the repository at this point in the history
  58. Corrected formatting and typographical errors in README.md

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4430baa View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    e511d0d View commit details
    Browse the repository at this point in the history
  60. Corrected formatting and typographical errors in README.md

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b41f405 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    58fc493 View commit details
    Browse the repository at this point in the history
  62. Updated .env-example with OPEN_AI_MODEL_TYPE, enhanced README with se…

    …tup instructions, and added folpy to requirements.txt
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e0c17b2 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    e537c1f View commit details
    Browse the repository at this point in the history
  64. Updated 'status' section to reflect 'gpt-4o' model usage and added no…

    …te about enhanced ASSISTANT_PARSING_PROMPT in 'usage' section.
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    92f1a9e View commit details
    Browse the repository at this point in the history
  65. Enhanced ASSISTANT_PARSING_PROMPT with detailed examples and updated …

    …README.md
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    816cabc View commit details
    Browse the repository at this point in the history
  66. Enhance run_parser function and add error handling

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    42c1a53 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    0f053ee View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    efcf747 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    86f55af View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    eb61176 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    99ba493 View commit details
    Browse the repository at this point in the history
  72. Updated README.md, refined parsing logic, and added Prolog validation…

    … script
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    be002df View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    b3e56c9 View commit details
    Browse the repository at this point in the history
  74. Update README.md with error pattern summarization feature in analyze_…

    …invalid_prolog.py
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7d289c7 View commit details
    Browse the repository at this point in the history
  75. Refine OpenAI prompts to avoid common Prolog error patterns

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    245b77d View commit details
    Browse the repository at this point in the history
  76. Update README.md with refined OpenAI prompts information

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ad2a76f View commit details
    Browse the repository at this point in the history
  77. Fix AttributeError in OpenAI API exception handling

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3871692 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    84f7907 View commit details
    Browse the repository at this point in the history
  79. Refine Prolog validation functions for accuracy

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ab1ba30 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    7de3bd9 View commit details
    Browse the repository at this point in the history
  81. Import re module and update test script

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    be01f2e View commit details
    Browse the repository at this point in the history
  82. Add basic translation logic to fix_generated_statements.py

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7174690 View commit details
    Browse the repository at this point in the history
  83. Track heights_logic.pl with Prolog definitions

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e66452e View commit details
    Browse the repository at this point in the history
  84. Update fix_generated_statements.py to handle additional translation c…

    …ases
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    21e0aa0 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    62162be View commit details
    Browse the repository at this point in the history
  86. Add test suite for extract_subject function

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3cba5b4 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    f2c9262 View commit details
    Browse the repository at this point in the history
  88. Update README.md and other modifications

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    dffd64c View commit details
    Browse the repository at this point in the history
  89. Fix task registration in invoke Collection

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ede0a53 View commit details
    Browse the repository at this point in the history
  90. Add tasks.py with invoke tasks definitions

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    cee73c7 View commit details
    Browse the repository at this point in the history
  91. Remove logic.py to clean up project structure

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6803682 View commit details
    Browse the repository at this point in the history
  92. Update _openai_wrapper to handle different response formats from Open…

    …AI API
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    823e472 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    53fa8bc View commit details
    Browse the repository at this point in the history
  94. Update _openai_wrapper to handle various response formats from OpenAI…

    … API
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6d41244 View commit details
    Browse the repository at this point in the history
  95. Update _openai_wrapper to handle OpenAI API response formats and refi…

    …ne task structure
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2e88d7f View commit details
    Browse the repository at this point in the history
  96. Refine regex and add logging in _openai_wrapper function

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    775e2d3 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    5cd534f View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    836c693 View commit details
    Browse the repository at this point in the history
  99. Fix import statement in tasks.py and update test_integration.py to ma…

    …tch _openai_wrapper output
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5a23caa View commit details
    Browse the repository at this point in the history
  100. Define ROOT_REPO_DIR in logical/__init__.py

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7baf7c2 View commit details
    Browse the repository at this point in the history
  101. Fix ImportError for ROOT_REPO_DIR in tasks.py

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    dd0103a View commit details
    Browse the repository at this point in the history
  102. Track prolog_output.pl with Prolog code

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5f74f52 View commit details
    Browse the repository at this point in the history
  103. Update run_logic_task to assert Prolog code line by line

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    666ddd9 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    9f86f53 View commit details
    Browse the repository at this point in the history
  105. Allow specifying main predicate and arity for Prolog query in run_log…

    …ic_task
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1c4fcbe View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    294e15c View commit details
    Browse the repository at this point in the history
  107. Remove duplicate task decorator from run_logic_task

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4041937 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    6c4dabe View commit details
    Browse the repository at this point in the history
  109. Update README with inv parse command behavior and .gitignore with wor…

    …ld.pl
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    06ff25b View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    5547c76 View commit details
    Browse the repository at this point in the history
  111. Add interactive_logic task and update project files

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    0b9549a View commit details
    Browse the repository at this point in the history
  112. Improve Prolog code validation and formatting in parse task

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2b75789 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    d03f506 View commit details
    Browse the repository at this point in the history
  114. Fix unbalanced operator error in interactive_logic task

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    dec74bf View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    9d4afb1 View commit details
    Browse the repository at this point in the history
  116. Add logging for file path resolution and error handling in parse func…

    …tion
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6ceabcc View commit details
    Browse the repository at this point in the history
  117. Fix AttributeError by removing duplicate @task decorator in interacti…

    …ve_logic
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f480d91 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    fee0313 View commit details
    Browse the repository at this point in the history
  119. Correct Prolog code appending logic for 'All' statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7ba537e View commit details
    Browse the repository at this point in the history
  120. Correct Prolog code generation logic for 'All' statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    c5cb1eb View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    fb534e1 View commit details
    Browse the repository at this point in the history
  122. Update parse task to dynamically handle 'Some' statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7b1d399 View commit details
    Browse the repository at this point in the history
  123. Correct Prolog code generation for 'Some' statements

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6183a6a View commit details
    Browse the repository at this point in the history
  124. Add error handling and correct subject list extraction for 'Some' sta…

    …tements
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    a71fe36 View commit details
    Browse the repository at this point in the history
  125. Correct assertion logic for Prolog facts in tasks.py to prevent synta…

    …x errors
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d057502 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    280c920 View commit details
    Browse the repository at this point in the history
  127. Added logging for raw OpenAI API response content to diagnose JSON pa…

    …rsing issue
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f268925 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    21c0aac View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    d79476a View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    3665685 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    6d12165 View commit details
    Browse the repository at this point in the history
  132. Fix IndentationError in is_valid_prolog function

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    0c425e3 View commit details
    Browse the repository at this point in the history
  133. Add Prolog syntax tests and validation script

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ef5de77 View commit details
    Browse the repository at this point in the history
  134. Add world.pl to .gitignore

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2faeadd View commit details
    Browse the repository at this point in the history
  135. Update pyproject.toml with classifiers for PyPI

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7ad922c View commit details
    Browse the repository at this point in the history
  136. Fix TOML syntax for classifiers in pyproject.toml

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    99dfa42 View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    f7ea1b4 View commit details
    Browse the repository at this point in the history
  138. Fix classifiers array in pyproject.toml

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    653a794 View commit details
    Browse the repository at this point in the history
  139. Refine regex patterns and update validation logic

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9f32688 View commit details
    Browse the repository at this point in the history
  140. Update version to 0.1.1-beta for pre-release

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f84a157 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    088f873 View commit details
    Browse the repository at this point in the history
  142. Reorganize tasks into logical directory and update pyproject.toml for…

    … CLI distribution
    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    0be47c1 View commit details
    Browse the repository at this point in the history
  143. Update README to reflect new CLI tool structure and usage

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    fd39b4e View commit details
    Browse the repository at this point in the history
  144. Fix import statements in tasks.py to use relative imports

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e8f76e6 View commit details
    Browse the repository at this point in the history
  145. Fix import statement for ROOT_REPO_DIR in tasks.py

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    29fefcf View commit details
    Browse the repository at this point in the history
  146. Add invoke configuration file

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    703cd48 View commit details
    Browse the repository at this point in the history
  147. Update README with latest changes

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3e91b33 View commit details
    Browse the repository at this point in the history
  148. Update import statements to relative paths in tasks.py

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4f489f7 View commit details
    Browse the repository at this point in the history
  149. Update invoke.yaml search root to './logical'

    Ubuntu authored and Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    66dc2d0 View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    a62b3ae View commit details
    Browse the repository at this point in the history
  151. cleanup

    Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2eb6729 View commit details
    Browse the repository at this point in the history
  152. new russell

    Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    60640da View commit details
    Browse the repository at this point in the history
  153. still broken

    Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    897bce8 View commit details
    Browse the repository at this point in the history
  154. black

    Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    756d314 View commit details
    Browse the repository at this point in the history
  155. rungs

    Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    a77fb90 View commit details
    Browse the repository at this point in the history
  156. more instructions

    Hendler committed May 19, 2024
    Configuration menu
    Copy the full SHA
    82efe41 View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    51c2c2a View commit details
    Browse the repository at this point in the history
  158. Add tests for interactive_logic functionality

    Ubuntu committed May 19, 2024
    Configuration menu
    Copy the full SHA
    073aa7e View commit details
    Browse the repository at this point in the history
  159. Update invoke.yaml to correct search_root path

    Ubuntu committed May 19, 2024
    Configuration menu
    Copy the full SHA
    946060b View commit details
    Browse the repository at this point in the history
  160. Resolve merge conflicts in tasks.py

    Ubuntu committed May 19, 2024
    Configuration menu
    Copy the full SHA
    c899173 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    b5fbfe3 View commit details
    Browse the repository at this point in the history
  2. Move storage.py to logical package directory

    Ubuntu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    33cfbb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1add02d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85efd20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2129e5 View commit details
    Browse the repository at this point in the history
  6. Update README with improved 'Quick Start' guide and interactive sessi…

    …on example
    Ubuntu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6dca3c2 View commit details
    Browse the repository at this point in the history
  7. Add integration tests for full workflow

    Ubuntu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8364657 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f06bff3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    951a787 View commit details
    Browse the repository at this point in the history
  10. mv storage

    Hendler committed May 20, 2024
    Configuration menu
    Copy the full SHA
    72cdac8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac247be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d3cbeda View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    addbbc4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39f25c0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8047451 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f9e8162 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    959f63c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e8252cc View commit details
    Browse the repository at this point in the history
  19. Integrate centralized logging system

    Ubuntu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    38393d6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d3c44e0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c4098f2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0ff5db1 View commit details
    Browse the repository at this point in the history
  23. Update .gitignore to exclude test results and virtual environment dir…

    …ectories
    Ubuntu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    70313bb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    07c7bce View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2f3b3e4 View commit details
    Browse the repository at this point in the history
  26. Update test to expect full path to world.pl

    Ubuntu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    54ade53 View commit details
    Browse the repository at this point in the history
  27. Update test to expect absolute path for world.pl

    Ubuntu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    66a10f3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5e8796d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1093024 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    beaee3e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8a688c1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9ba3ca6 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b9be864 View commit details
    Browse the repository at this point in the history
  34. Refine logic for adding 'assertz' to Prolog statements to prevent nes…

    …ted 'assertz' and ensure proper syntax
    Ubuntu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8a7503b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    80498d8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6fb71d0 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    61bc920 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    59b5288 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6fa3fef View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8b4a499 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3bfdaec View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    494b4df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0490c12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbbee4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d1d75d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0453b2 View commit details
    Browse the repository at this point in the history
  6. Update test suites and configuration files

    Ubuntu committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0d69257 View commit details
    Browse the repository at this point in the history
  7. Refine 'assertz' handling to prevent duplication

    Ubuntu committed May 21, 2024
    Configuration menu
    Copy the full SHA
    14ec272 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24f2d05 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    588a1f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fedfa84 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3364d60 View commit details
    Browse the repository at this point in the history
  12. Update pytest configuration for verbose output

    Ubuntu committed May 21, 2024
    Configuration menu
    Copy the full SHA
    57058c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80de4e0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    84ab7fc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4ddeaab View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    fdc8bb9 View commit details
    Browse the repository at this point in the history
  2. Refine Prolog validation and test cases

    Ubuntu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    abc2ff2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    924cc5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    802afb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4e7a98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54cf7bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcd191d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    237743d View commit details
    Browse the repository at this point in the history
  9. Fix lambda function in test_interactive_logic.py

    Ubuntu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    656b562 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2aac5b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    997dc52 View commit details
    Browse the repository at this point in the history
  12. Fix TypeError by adjusting lambda function to handle 'user_message' a…

    …rgument in tests
    Ubuntu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1e4064c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aea7a92 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d79c61f View commit details
    Browse the repository at this point in the history
  15. Add documentation to test_interactive_logic.py

    Ubuntu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1a42902 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4195f5d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b025d9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    26533b8 View commit details
    Browse the repository at this point in the history
  19. Refine mock setup in test_interactive_logic.py to ensure proper funct…

    …ion call simulation
    Ubuntu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2436edb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c277842 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d46c5fc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dbbc0e0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ca60d3b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a304836 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9643e34 View commit details
    Browse the repository at this point in the history
  26. Add check for None input_statement in mock_openai_wrapper_response to…

    … prevent AttributeError
    Ubuntu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1ef052b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c3fcd27 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    02a6727 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    601b52f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    28042ad View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    a4153f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca78c19 View commit details
    Browse the repository at this point in the history
  3. Update pytest to version 8.2.1

    Ubuntu committed May 23, 2024
    Configuration menu
    Copy the full SHA
    648df8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fca2fd1 View commit details
    Browse the repository at this point in the history