Skip to content

The CodeGenie:Insights is a Python tool that uses GenAI to analyze code bases and ask questions based on theses analysis.

License

Notifications You must be signed in to change notification settings

AkrosAG/code-genie-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeGenie

CodeGenie is a tool designed to analyze source code using large language model (LLM) technology. It is engineered to assist developers in enhancing code quality and efficiency by providing detailed, context-sensitive insights into their codebases.

Technical Features:

  • Multiple Prompts Per File: CodeGenie supports the application of multiple analysis prompts on a single source code file. This feature allows for a broad spectrum of analyses ranging from syntax checking to more complex pattern recognition within the same file.

  • Environment-Specific Analysis: This functionality enables CodeGenie to distinguish between test environments and production environments. By doing so, it tailors the analysis prompts based on the context, ensuring that feedback and insights are relevant to the intended use case of the code segment being analyzed.

  • Hierarchical Analysis Capabilities: Reflecting the organizational structure of software development projects, CodeGenie performs analyses at multiple levels including packages, modules, and other hierarchical elements. This allows developers to gain insights into the structure and dependencies of their projects.

  • Configurable LLM Technology: CodeGenie is designed with flexibility in mind, supporting the integration of various LLM technologies. Developers can switch between different LLMs through a simple configuration setting, allowing the use of the most appropriate technology for specific analysis tasks.

  • Parallelized Analysis: To enhance efficiency, CodeGenie is capable of performing multiple analysis tasks in parallel. This parallel processing capability speeds up the analysis process, enabling real-time feedback and faster iteration cycles on complex codebases.

Documentation

Related Documentation:

  • LangChain LangChain is a comprehensive framework designed for developing applications that leverage large language models (LLMs).
  • ChromaDBChroma DB is an AI-native, open-source vector database designed to enhance applications that utilize large language models (LLMs) by efficiently storing and querying vector embeddings.
  • PyQT6 PyQT is an UI framework for Python
  • Injector Injector is a dependency injection framework for Python.

About

The CodeGenie:Insights is a Python tool that uses GenAI to analyze code bases and ask questions based on theses analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages