LICENSE
README.md
pyproject.toml
setup.py
requirements/core.txt
requirements/docs.txt
requirements/mcp.txt
requirements/tests.txt
requirements/web.txt
src/sirchmunk/__init__.py
src/sirchmunk/base.py
src/sirchmunk/doc_qa.py
src/sirchmunk/search.py
src/sirchmunk/version.py
src/sirchmunk.egg-info/PKG-INFO
src/sirchmunk.egg-info/SOURCES.txt
src/sirchmunk.egg-info/dependency_links.txt
src/sirchmunk.egg-info/entry_points.txt
src/sirchmunk.egg-info/requires.txt
src/sirchmunk.egg-info/top_level.txt
src/sirchmunk/agentic/__init__.py
src/sirchmunk/agentic/dir_scan_tool.py
src/sirchmunk/agentic/prompts.py
src/sirchmunk/agentic/react_agent.py
src/sirchmunk/agentic/tools.py
src/sirchmunk/api/__init__.py
src/sirchmunk/api/chat.py
src/sirchmunk/api/file_service.py
src/sirchmunk/api/files.py
src/sirchmunk/api/history.py
src/sirchmunk/api/knowledge.py
src/sirchmunk/api/main.py
src/sirchmunk/api/monitor.py
src/sirchmunk/api/run_server.py
src/sirchmunk/api/search.py
src/sirchmunk/api/security.py
src/sirchmunk/api/settings.py
src/sirchmunk/api/tools.py
src/sirchmunk/api/components/__init__.py
src/sirchmunk/api/components/history_storage.py
src/sirchmunk/api/components/monitor_tracker.py
src/sirchmunk/cli/__init__.py
src/sirchmunk/cli/cli.py
src/sirchmunk/cli/web_launcher.py
src/sirchmunk/insight/__init__.py
src/sirchmunk/insight/text_insights.py
src/sirchmunk/learnings/__init__.py
src/sirchmunk/learnings/evidence_processor.py
src/sirchmunk/learnings/knowledge_base.py
src/sirchmunk/llm/__init__.py
src/sirchmunk/llm/openai_chat.py
src/sirchmunk/llm/prompts.py
src/sirchmunk/retrieve/__init__.py
src/sirchmunk/retrieve/base.py
src/sirchmunk/retrieve/text_retriever.py
src/sirchmunk/scan/__init__.py
src/sirchmunk/scan/base.py
src/sirchmunk/scan/dir_scanner.py
src/sirchmunk/scan/file_scanner.py
src/sirchmunk/scan/web_scanner.py
src/sirchmunk/scheduler/__init__.py
src/sirchmunk/schema/__init__.py
src/sirchmunk/schema/cognition.py
src/sirchmunk/schema/context.py
src/sirchmunk/schema/knowledge.py
src/sirchmunk/schema/metadata.py
src/sirchmunk/schema/request.py
src/sirchmunk/schema/response.py
src/sirchmunk/schema/search_context.py
src/sirchmunk/schema/snapshot.py
src/sirchmunk/storage/__init__.py
src/sirchmunk/storage/duckdb.py
src/sirchmunk/storage/knowledge_storage.py
src/sirchmunk/utils/__init__.py
src/sirchmunk/utils/constants.py
src/sirchmunk/utils/deps.py
src/sirchmunk/utils/embedding_util.py
src/sirchmunk/utils/file_utils.py
src/sirchmunk/utils/install_rga.py
src/sirchmunk/utils/log_utils.py
src/sirchmunk/utils/tokenizer_util.py
src/sirchmunk/utils/utils.py
src/sirchmunk_mcp/__init__.py
src/sirchmunk_mcp/config.py
src/sirchmunk_mcp/server.py
src/sirchmunk_mcp/service.py
src/sirchmunk_mcp/tools.py
web/.prettierignore
web/.prettierrc.json
web/__init__.py
web/next-env.d.ts
web/next.config.js
web/package-lock.json
web/package.json
web/postcss.config.js
web/tailwind.config.js
web/tsconfig.json
web/app/globals.css
web/app/layout.tsx
web/app/page.tsx
web/app/fonts/InterLatin-wght-normal.woff2
web/app/fonts/InterLatinExt-wght-normal.woff2
web/app/history/page.tsx
web/app/knowledge/page.tsx
web/app/monitor/page.tsx
web/app/settings/page.tsx
web/components/ActivityDetail.tsx
web/components/ChatSessionDetail.tsx
web/components/CollectionBrowser.tsx
web/components/FileBrowser.tsx
web/components/FileUpload.tsx
web/components/Mermaid.tsx
web/components/RightSidebar.tsx
web/components/Sidebar.tsx
web/components/SystemStatus.tsx
web/components/ThemeScript.tsx
web/components/index.ts
web/components/ui/Button.tsx
web/components/ui/Modal.tsx
web/components/ui/index.ts
web/context/GlobalContext.tsx
web/hooks/useQuestionReducer.ts
web/hooks/useTheme.ts
web/lib/api.ts
web/lib/debounce.ts
web/lib/i18n.ts
web/lib/latex.ts
web/lib/pdfExport.ts
web/lib/theme-utils.ts
web/lib/theme.ts
web/public/logo-v1.png
web/public/logo-v2.png
web/types/question.ts