LICENSE
README.md
pyproject.toml
prompter/__init__.py
prompter/__main__.py
prompter/agent.py
prompter/cli.py
prompter/colors.py
prompter/config.py
prompter/constants.py
prompter/keys.py
prompter/prompts.py
prompter/risk.py
prompter/shell.py
prompter/ui.py
prompter/providers/__init__.py
prompter/providers/anthropic_provider.py
prompter/providers/base.py
prompter/providers/gemini_provider.py
prompter/providers/openai_provider.py
shell_prompter.egg-info/PKG-INFO
shell_prompter.egg-info/SOURCES.txt
shell_prompter.egg-info/dependency_links.txt
shell_prompter.egg-info/entry_points.txt
shell_prompter.egg-info/requires.txt
shell_prompter.egg-info/top_level.txt
tests/test_agent.py
tests/test_cli.py
tests/test_config.py
tests/test_keys.py
tests/test_providers.py
tests/test_risk.py
tests/test_shell.py
tests/test_ui.py