LICENSE
README.md
pyproject.toml
Cellmage.egg-info/PKG-INFO
Cellmage.egg-info/SOURCES.txt
Cellmage.egg-info/dependency_links.txt
Cellmage.egg-info/requires.txt
Cellmage.egg-info/top_level.txt
cellmage/__init__.py
cellmage/ambient_mode.py
cellmage/chat_manager.py
cellmage/config.py
cellmage/conversation_manager.py
cellmage/exceptions.py
cellmage/history_manager.py
cellmage/interfaces.py
cellmage/model_mapping.py
cellmage/models.py
cellmage/py.typed
cellmage/version.py
cellmage/adapters/__init__.py
cellmage/adapters/direct_client.py
cellmage/adapters/langchain_client.py
cellmage/context_providers/__init__.py
cellmage/context_providers/ipython_context_provider.py
cellmage/integrations/__init__.py
cellmage/integrations/base_magic.py
cellmage/integrations/confluence_magic.py
cellmage/integrations/github_magic.py
cellmage/integrations/gitlab_magic.py
cellmage/integrations/ipython_magic.py
cellmage/integrations/jira_magic.py
cellmage/integrations/sqlite_magic.py
cellmage/magic_commands/__init__.py
cellmage/magic_commands/core.py
cellmage/magic_commands/history.py
cellmage/magic_commands/persistence.py
cellmage/magic_commands/ipython/__init__.py
cellmage/magic_commands/ipython/ambient_magic.py
cellmage/magic_commands/ipython/common.py
cellmage/magic_commands/ipython/config_magic.py
cellmage/magic_commands/ipython/llm_magic.py
cellmage/magic_commands/ipython/config_handlers/__init__.py
cellmage/magic_commands/ipython/config_handlers/adapter_config_handler.py
cellmage/magic_commands/ipython/config_handlers/base_config_handler.py
cellmage/magic_commands/ipython/config_handlers/history_display_handler.py
cellmage/magic_commands/ipython/config_handlers/model_setup_handler.py
cellmage/magic_commands/ipython/config_handlers/override_config_handler.py
cellmage/magic_commands/ipython/config_handlers/persistence_config_handler.py
cellmage/magic_commands/ipython/config_handlers/persona_config_handler.py
cellmage/magic_commands/ipython/config_handlers/snippet_config_handler.py
cellmage/magic_commands/ipython/config_handlers/status_display_handler.py
cellmage/resources/__init__.py
cellmage/resources/file_loader.py
cellmage/resources/memory_loader.py
cellmage/storage/__init__.py
cellmage/storage/markdown_store.py
cellmage/storage/memory_store.py
cellmage/storage/sqlite_store.py
cellmage/utils/__init__.py
cellmage/utils/confluence_utils.py
cellmage/utils/file_utils.py
cellmage/utils/github_utils.py
cellmage/utils/gitlab_utils.py
cellmage/utils/jira_utils.py
cellmage/utils/logging.py
cellmage/utils/token_utils.py
examples/sqlite_storage_example.py
examples/token_counting_example.py