llm-assistant
  • Getting started with LLM Assistant
  • How to setup llm-assistant
  • How to run a prompt
  • How to sync and push prompts
  • API Reference
  • Design and Architecture
llm-assistant
  • danoan.llm_assistant.prompt.core package
  • View page source

danoan.llm_assistant.prompt.core package

Submodules

  • danoan.llm_assistant.prompt.core.api module
    • get_current_version()
    • get_most_recent_version_before_commit()
    • get_prompt_configuration_filepath()
    • get_prompt_test_regression_filepath()
    • get_prompt_versions()
    • get_prompts_folder()
    • get_tracked_prompt()
    • get_tracked_prompts()
    • is_prompt_repository()
    • suggest_next_version()
    • sync()
    • update_changelog()
  • danoan.llm_assistant.prompt.core.model module
    • ChangeNature
      • ChangeNature.InterfaceUpdate
      • ChangeNature.PromptTweak
      • ChangeNature.ScopeChange
    • PromptVersion
      • PromptVersion.IncrementerType
        • PromptVersion.IncrementerType.Fix
        • PromptVersion.IncrementerType.Major
        • PromptVersion.IncrementerType.Minor
      • PromptVersion.set_incrementer()
    • TrackedPrompt
      • TrackedPrompt.branches
      • TrackedPrompt.current_tag
      • TrackedPrompt.name
      • TrackedPrompt.repository_path
  • danoan.llm_assistant.prompt.core.utils module
    • get_all_commits_in_between()
    • get_branches_names()
    • get_commit()
    • get_commit_tags()
    • get_most_recent_tags_before_commit()
    • get_non_versioned_commits()
    • get_staging_area()
    • get_versions()
    • push_new_version()

© Copyright 2024, Daniel Martins Antunes.

Built with Sphinx using a theme provided by Read the Docs.