README.md
pyproject.toml
src/cli.py
src/interactive.py
src/raggie.py
src/Agent/__init__.py
src/Agent/agent.py
src/Agent/chat_history_db.py
src/Agent/command.py
src/Agent/config.py
src/Agent/effort_levels.py
src/Agent/git_manager.py
src/Agent/tools.py
src/Commands/__init__.py
src/Commands/effort.py
src/Commands/global_todo.py
src/Commands/help.py
src/Commands/reasoning.py
src/Commands/redo.py
src/Commands/reindex.py
src/Commands/shell.py
src/Commands/stream.py
src/Commands/undo.py
src/Commands/unlimited_effort.py
src/Commands/window_size.py
src/RAG/__init__.py
src/RAG/document.py
src/RAG/find.py
src/RAG/graph.py
src/Tools/GetFileCodeStructure.py
src/Tools/GetSymbolSourceCode.py
src/Tools/__init__.py
src/Tools/ask_user.py
src/Tools/dispatch_subagent.py
src/Tools/document.py
src/Tools/edit_symbol.py
src/Tools/fuzzy_search.py
src/Tools/list_dir.py
src/Tools/read.py
src/Tools/read_image.py
src/Tools/remove.py
src/Tools/replace.py
src/Tools/search.py
src/Tools/shell.py
src/Tools/shell_kill.py
src/Tools/temp_background_service.py
src/Tools/todo_list.py
src/Tools/utils.py
src/Tools/view_changes.py
src/Tools/walk_call_tree.py
src/Tools/web_fetch.py
src/Tools/web_search.py
src/Tools/write.py
src/config/__init__.py
src/config/coder_system_prompt.md
src/config/roles.json
src/config/tools.json
src/indexing/__init__.py
src/indexing/cli.py
src/indexing/code_index_sdk.py
src/indexing/code_indexer.py
src/indexing/db_schema.py
src/indexing/export_to_json.py
src/indexing/extractors.py
src/indexing/file_utils.py
src/indexing/frontend_config.py
src/indexing/frontend_models.py
src/indexing/language_config.py
src/indexing/models.py
src/indexing/node_utils.py
src/indexing/parse_worker.py
src/indexing/queries.py
src/indexing/sdk_examples.py
src/indexing/frontend/__init__.py
src/indexing/frontend/css_extractor.py
src/indexing/frontend/css_parser.py
src/indexing/frontend/css_selector_utils.py
src/indexing/frontend/edit_safety.py
src/indexing/frontend/graph.py
src/indexing/frontend/html_extractor.py
src/indexing/frontend/html_parser.py
src/indexing/frontend/jsx_extractor.py
src/indexing/frontend/location_lookup.py
src/indexing/frontend/resolver.py
src/indexing/frontend/runtime_resolver.py
src/indexing/frontend/semantic_output.py
src/indexing/frontend/source_location.py
src/raggiecode.egg-info/PKG-INFO
src/raggiecode.egg-info/SOURCES.txt
src/raggiecode.egg-info/dependency_links.txt
src/raggiecode.egg-info/entry_points.txt
src/raggiecode.egg-info/requires.txt
src/raggiecode.egg-info/top_level.txt
src/skills/__init__.py
src/skills/manager.py
src/skills/tool.py
tests/test_commands.py
tests/test_context_budget.py
tests/test_dangling_tool_resume.py
tests/test_dependency_tracking.py
tests/test_edit_symbol.py
tests/test_effort_levels.py
tests/test_event_logging.py
tests/test_file_edit_application.py
tests/test_fuzzy_search.py
tests/test_get_file_code_structure.py
tests/test_get_skill.py
tests/test_global_todo.py
tests/test_handover.py
tests/test_handover_storage.py
tests/test_integration_real_db.py
tests/test_interactive_effort.py
tests/test_list_dir.py
tests/test_rejection_feedback.py
tests/test_resumability_bugs.py
tests/test_session_files.py
tests/test_session_lifecycle.py
tests/test_skills_import_export.py
tests/test_sqlite_persistence.py
tests/test_subagent_dispatch.py
tests/test_subagent_session.py
tests/test_subagent_tools.py
tests/test_todo_list.py
tests/test_tool_call_lifecycle.py
tests/test_undo_redo.py
tests/test_vc_rollback.py