LICENSE.txt
README.md
pyproject.toml
setup.py
opentips/__init__.py
opentips.egg-info/PKG-INFO
opentips.egg-info/SOURCES.txt
opentips.egg-info/dependency_links.txt
opentips.egg-info/entry_points.txt
opentips.egg-info/requires.txt
opentips.egg-info/top_level.txt
opentips/cli/__init__.py
opentips/cli/apply_tip_job.py
opentips/cli/client.py
opentips/cli/main.py
opentips/cli/rpc_client.py
opentips/cli/rpc_provider.py
opentips/cli/rpc_server.py
opentips/comm/__init__.py
opentips/comm/completion.py
opentips/comm/message_completion.py
opentips/llm/__init__.py
opentips/llm/get_coder.py
opentips/llm/llm_completion.py
opentips/llm/llm_describe_tip.py
opentips/llm/llm_prune_tips.py
opentips/llm/llm_tips.py
opentips/llm/settings.py
opentips/tips/__init__.py
opentips/tips/apply_tip.py
opentips/tips/diff.py
opentips/tips/event_broadcaster.py
opentips/tips/execute.py
opentips/tips/explain_tip.py
opentips/tips/fetch_tips.py
opentips/tips/git.py
opentips/tips/invalidate_tips.py
opentips/tips/log_tip.py
opentips/tips/match_tip_in_file.py
opentips/tips/prune_tips.py
opentips/tips/review.py
opentips/tips/rpc_types.py
opentips/tips/storage.py
opentips/tips/tip_operation.py
opentips/tips/tips_job.py