LICENSE
README.md
pyproject.toml
src/ipychat/__init__.py
src/ipychat/__version__.py
src/ipychat/cli.py
src/ipychat/config.py
src/ipychat/context.py
src/ipychat/magic.py
src/ipychat/models.py
src/ipychat/ui.py
src/ipychat.egg-info/PKG-INFO
src/ipychat.egg-info/SOURCES.txt
src/ipychat.egg-info/dependency_links.txt
src/ipychat.egg-info/entry_points.txt
src/ipychat.egg-info/requires.txt
src/ipychat.egg-info/top_level.txt
src/ipychat/providers/__init__.py
src/ipychat/providers/anthropic.py
src/ipychat/providers/base.py
src/ipychat/providers/openai.py
tests/test_cli.py
tests/test_config.py
tests/test_context.py
tests/test_magic.py
tests/test_models.py
tests/test_providers.py
tests/test_ui.py