Skip to content

Refactor class naming conventions to follow PEP 8 acronym standards #5573

@mlnomadpy

Description

@mlnomadpy

Description
Currently, several classes in the codebase containing the acronym "LLM" (and potentially others) use mixed-case naming (e.g., LlmAgent or LiteLlm).

According to the PEP 8 style guide:

"When using acronyms in CapWords, capitalize all the letters of the acronym. Thus HTTPServerError is better than HttpServerError."

To ensure the library remains idiomatic and consistent with Python best practices, these classes should be renamed to use full capitalization for the acronyms.

Adhering to this standard improves readability for Python developers and ensures that search/replace operations for "LLM" are consistent across the repository.

Metadata

Metadata

Assignees

Labels

core[Component] This issue is related to the core interface and implementation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions