.env.example
MANIFEST.in
README.md
pyproject.toml
requirements.txt
ragebot/__init__.py
ragebot/__main__.py
ragebot/cli.py
ragebot/agents/__init__.py
ragebot/agents/context_builder.py
ragebot/auth/provider_auth.py
ragebot/core/__init__.py
ragebot/core/commands.py
ragebot/core/config.py
ragebot/core/engine.py
ragebot/core/scanner.py
ragebot/core/watcher.py
ragebot/llm/__init__.py
ragebot/llm/base.py
ragebot/llm/factory.py
ragebot/llm/gemini.py
ragebot/llm/groq.py
ragebot/llm/models.py
ragebot/llm/noop.py
ragebot/llm/ollama.py
ragebot/llm/provider_manager.py
ragebot/mcp/__init__.py
ragebot/mcp/__main__.py
ragebot/mcp/server.py
ragebot/parsers/__init__.py
ragebot/parsers/code_parser.py
ragebot/parsers/doc_parser.py
ragebot/search/__init__.py
ragebot/search/embedder.py
ragebot/search/retriever.py
ragebot/storage/__init__.py
ragebot/storage/db.py
ragebot/storage/session_manager.py
ragebot/storage/snapshot.py
ragebot/utils/__init__.py
ragebot/utils/config_display.py
ragebot/utils/display.py
ragebot/utils/error_handler.py
ragebot/utils/logging_config.py
ragebot/utils/search_formatter.py
ragebot/utils/status_bar.py
ragebot/utils/tokens.py
ragebot/utils/ui_helpers.py
ragebot_mcp.egg-info/PKG-INFO
ragebot_mcp.egg-info/SOURCES.txt
ragebot_mcp.egg-info/dependency_links.txt
ragebot_mcp.egg-info/entry_points.txt
ragebot_mcp.egg-info/requires.txt
ragebot_mcp.egg-info/top_level.txt
tests/__init__.py
tests/tests.py