Skip to content

refactor: organize LLM chat as a reusable package - #7

Merged
Miladkhoshdel merged 1 commit into
mainfrom
feat/pack_llm_library
Aug 8, 2026
Merged

Miladkhoshdel merged 1 commit into
mainfrom
feat/pack_llm_library

Conversation

@Miladkhoshdel

Copy link
Copy Markdown
Owner
  • move the LLM client and response models into the llm package
  • move chat, settings, and console behavior into focused modules
  • reduce main.py to a minimal application entry point
  • expose reusable LLM classes and settings through the package interface
  • update tests and imports for the new package structure

move the LLM client and response models into the llm package

move chat, settings, and console behavior into focused modules

reduce main.py to a minimal application entry point

expose reusable LLM classes and settings through the package interface

update tests and imports for the new package structure
@Miladkhoshdel Miladkhoshdel self-assigned this Aug 8, 2026
@Miladkhoshdel
Miladkhoshdel merged commit b43bddc into main Aug 8, 2026
10 checks passed
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

Successfully merging this pull request may close these issues.

1 participant