.env.example
.gitattributes
.gitignore
.readthedocs.yaml
LICENSE
README.md
pixi.lock
pyproject.toml
.github/copilot-instructions.md
.github/workflows/pages.yml
.github/workflows/publish.yml
docs/architecture.md
docs/conf.py
docs/configuration.md
docs/data-sources.md
docs/extending.md
docs/getting-started.md
docs/index.md
docs/ingestion.md
docs/local-staging.md
docs/mcp-integration.md
docs/usage.md
docs/web-ui.md
docs/_static/custom.css
docs/api/index.md
scripts/clone_repos.sh
scripts/examples.sh
scripts/ingest.sh
sources/README.md
sources/markdown/.gitkeep
sources/pdf/.gitkeep
sources/repos/.gitkeep
sources/repos/repos.txt
src/ragdoll/__init__.py
src/ragdoll/api.py
src/ragdoll/cli.py
src/ragdoll/config.py
src/ragdoll/mcp.py
src/ragdoll/ui.py
src/ragdoll/ingest/__init__.py
src/ragdoll/ingest/bitbucket.py
src/ragdoll/ingest/code.py
src/ragdoll/ingest/git.py
src/ragdoll/ingest/github.py
src/ragdoll/ingest/jira.py
src/ragdoll/ingest/pdf.py
src/ragdoll/llm/__init__.py
src/ragdoll/llm/ollama.py
src/ragdoll/query/__init__.py
src/ragdoll/query/rag.py
src/ragdoll/query/retriever.py
src/ragdoll/store/__init__.py
src/ragdoll/store/vectordb.py
src/ragdoll_ai.egg-info/PKG-INFO
src/ragdoll_ai.egg-info/SOURCES.txt
src/ragdoll_ai.egg-info/dependency_links.txt
src/ragdoll_ai.egg-info/entry_points.txt
src/ragdoll_ai.egg-info/requires.txt
src/ragdoll_ai.egg-info/scm_file_list.json
src/ragdoll_ai.egg-info/scm_version.json
src/ragdoll_ai.egg-info/top_level.txt
tests/__init__.py
tests/test_code.py
tests/test_config.py
tests/test_git.py
tests/test_github.py
tests/test_vectordb.py