LICENSE
README.md
jupyter-claude-assistant.json
pyproject.toml
setup.py
cli/__init__.py
cli/jca.py
jupyter_claude_assistant/__init__.py
jupyter_claude_assistant/_version.py
jupyter_claude_assistant/extension.py
jupyter_claude_assistant/widget.py
jupyter_claude_assistant.egg-info/PKG-INFO
jupyter_claude_assistant.egg-info/SOURCES.txt
jupyter_claude_assistant.egg-info/dependency_links.txt
jupyter_claude_assistant.egg-info/entry_points.txt
jupyter_claude_assistant.egg-info/requires.txt
jupyter_claude_assistant.egg-info/top_level.txt
jupyter_claude_assistant/handlers/__init__.py
jupyter_claude_assistant/handlers/assign_handler.py
jupyter_claude_assistant/handlers/base_handler.py
jupyter_claude_assistant/handlers/chat_handler.py
jupyter_claude_assistant/handlers/complete_handler.py
jupyter_claude_assistant/handlers/conda_handler.py
jupyter_claude_assistant/handlers/config_handler.py
jupyter_claude_assistant/handlers/explain_handler.py
jupyter_claude_assistant/handlers/fix_handler.py
jupyter_claude_assistant/handlers/memory_handler.py
jupyter_claude_assistant/handlers/search_handler.py
jupyter_claude_assistant/services/__init__.py
jupyter_claude_assistant/services/claude_service.py
jupyter_claude_assistant/services/conda_service.py
jupyter_claude_assistant/services/memory_service.py
jupyter_claude_assistant/services/search_service.py
tests/test_claude_service.py
tests/test_conda_service.py
tests/test_memory_service.py