LICENSE
MANIFEST.in
VERSION
pyproject.toml
requirements.txt
setup.py
agentfoundry/__init__.py
agentfoundry/__main__.py
agentfoundry/bootstrap.py
agentfoundry/discovery.py
agentfoundry/goal_manager.py
agentfoundry/agents/__init__.py
agentfoundry/agents/autogen_hierarchical.py
agentfoundry/agents/base_agent.py
agentfoundry/agents/orchestrator.py
agentfoundry/agents/prompt_factory.py
agentfoundry/agents/tools/__init__.py
agentfoundry/agents/tools/aws_cli_tool.py
agentfoundry/agents/tools/code_explorer_tool.py
agentfoundry/agents/tools/current_date_time_tool.py
agentfoundry/agents/tools/document_reader.py
agentfoundry/agents/tools/dynamic_invoker_tool.py
agentfoundry/agents/tools/entra_tool.py
agentfoundry/agents/tools/geolocation_tool.py
agentfoundry/agents/tools/google_search_tool.py
agentfoundry/agents/tools/http_request_tool.py
agentfoundry/agents/tools/memory_tools.py
agentfoundry/agents/tools/openapi_search.py
agentfoundry/agents/tools/pandas_explorer.py
agentfoundry/agents/tools/pdf_creator.py
agentfoundry/agents/tools/pdf_editor.py
agentfoundry/agents/tools/postgres_tool.py
agentfoundry/agents/tools/python_code_executer.py
agentfoundry/agents/tools/python_file_creator.py
agentfoundry/agents/tools/rest_tool.py
agentfoundry/agents/tools/sql_server_query.py
agentfoundry/agents/tools/sqlite_query.py
agentfoundry/agents/tools/tool_creation.py
agentfoundry/agents/tools/tool_scheduler.py
agentfoundry/agents/tools/unzip_tool.py
agentfoundry/agents/tools/webpage_scraper_tool.py
agentfoundry/chroma/__init__.py
agentfoundry/chroma/chroma_describe.py
agentfoundry/chroma/chroma_remote.py
agentfoundry/chroma/chromadb_data_loader.py
agentfoundry/code_gen/__init__.py
agentfoundry/code_gen/code_parser.py
agentfoundry/code_gen/code_validator.py
agentfoundry/code_gen/prompts.py
agentfoundry/context/__init__.py
agentfoundry/context/context_manager.py
agentfoundry/context/token_utils.py
agentfoundry/kgraph/__init__.py
agentfoundry/kgraph/base.py
agentfoundry/kgraph/factory.py
agentfoundry/license/__init__.py
agentfoundry/license/_license_core.py
agentfoundry/license/key_manager.py
agentfoundry/license/license.py
agentfoundry/license/license_generator.py
agentfoundry/llm/__init__.py
agentfoundry/llm/gemini_llm.py
agentfoundry/llm/grok_chatxai_logging.py
agentfoundry/llm/grok_llm.py
agentfoundry/llm/grok_llm_py.py
agentfoundry/llm/llm_factory.py
agentfoundry/llm/llm_factory_py.py
agentfoundry/llm/llm_interface.py
agentfoundry/llm/ollama_llm.py
agentfoundry/llm/openai_llm.py
agentfoundry/registry/__init__.py
agentfoundry/registry/tool_registry.py
agentfoundry/resources/__init__.py
agentfoundry/utils/__init__.py
agentfoundry/utils/config.py
agentfoundry/utils/db_connection.py
agentfoundry/utils/exceptions.py
agentfoundry/utils/logger.py
agentfoundry/utils/safe.py
agentfoundry/vectorstores/__init__.py
agentfoundry/vectorstores/base.py
agentfoundry/vectorstores/factory.py
agentfoundry/vectorstores/providers/__init__.py
agentfoundry/vectorstores/providers/chroma_client.py
agentfoundry/vectorstores/providers/chroma_provider.py
agentfoundry/vectorstores/providers/faiss_provider.py
agentfoundry/vectorstores/providers/milvus_provider.py
core/__init__.py
core/ai/__init__.py
core/ai/q_assistant.py
core/auth/__init__.py
core/auth/microsoft_365_provider.py
core/auth/microsoft_sso.py
core/aws/__init__.py
core/aws/secret_loader.py
core/aws/secrets_manager.py
core/ingest/__init__.py
core/ingest/heading_extraction.py
core/user/__init__.py
core/user/profile.py
core/utils/__init__.py
core/utils/app_config.py
core/utils/logger.py
quantumdrive.egg-info/PKG-INFO
quantumdrive.egg-info/SOURCES.txt
quantumdrive.egg-info/dependency_links.txt
quantumdrive.egg-info/requires.txt
quantumdrive.egg-info/top_level.txt
tests/test_ollama_llm.py
webapp/__init__.py
webapp/app.py
webapp/static/css/styles.css
webapp/static/images/favicon.ico
webapp/static/images/qdrive_logo.png
webapp/static/images/qdrive_logo2.png
webapp/static/js/app.js
webapp/templates/analytics.html
webapp/templates/base.html
webapp/templates/dashboard.html
webapp/templates/directory.html
webapp/templates/privacy.html
webapp/templates/reports.html
webapp/templates/system_details.html
webapp/templates/task_execution.html
webapp/templates/terms.html