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

Schemas refactor and files check #152

Closed
6 tasks done
jfrverdasca opened this issue Nov 22, 2024 · 1 comment
Closed
6 tasks done

Schemas refactor and files check #152

jfrverdasca opened this issue Nov 22, 2024 · 1 comment
Assignees

Comments

@jfrverdasca
Copy link
Contributor

jfrverdasca commented Nov 22, 2024

Description

  • 1. Refactor schemas and variables to ensure agreement between variables with the same preposition on different endpoints
  • 2. Apply 1 also to methods and celery tasks methods
  • 3. Maybe we can do a decorator to load all redis variables for each task (discuss)
  • 4. Do more checks on the directory passed in the request:
    • Verify that the directory exists
    • Can it be a single file (discuss, if not check if path is a directory and not a file) (Check comments)
    • Directory is not empty (Check comments)
    • Errors should be shown in request result, if possible (discuss) (Check comments)
  • 5. Discuss other refactors such as the names of some python packages and files

Requirements

  • Check later

Acceptance Criteria

NA

@jfrverdasca
Copy link
Contributor Author

  • Verify that the directory exists (don't do other directory checks)
  • Verify llm.py files that have the same name
  • Verify litellm_service (should be called llm)

@kenvontucky kenvontucky added this to the Code Monkey - alpha5 milestone Nov 28, 2024
This was referenced Nov 29, 2024
@jfrverdasca jfrverdasca self-assigned this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants