site_name: The DETERMINATOR site_description: Generalist Deep Research Agent that Stops at Nothing site_author: The DETERMINATOR Team site_url: https://deepcritical.github.io/GradioDemo/ repo_name: DeepCritical/GradioDemo repo_url: https://github.com/DeepCritical/GradioDemo edit_uri: edit/dev/docs/ # Ensure all files are included even if not in nav strict: false theme: name: material palette: # Light mode - scheme: default primary: orange accent: red toggle: icon: material/brightness-7 name: Switch to dark mode # Dark mode - scheme: slate primary: orange accent: red toggle: icon: material/brightness-4 name: Switch to light mode features: - navigation.tabs - navigation.sections - navigation.expand - navigation.top - search.suggest - search.highlight - content.code.annotate - content.code.copy icon: repo: fontawesome/brands/github plugins: - search - mermaid2 - codeinclude - minify: minify_html: true minify_js: true minify_css: true markdown_extensions: - dev.docs_plugins: base_path: "." - pymdownx.highlight: anchor_linenums: true - pymdownx.inlinehilite - pymdownx.superfences: custom_fences: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format preserve_tabs: true - pymdownx.tabbed: alternate_style: true - pymdownx.tasklist: custom_checkbox: true - pymdownx.emoji: emoji_generator: !!python/name:pymdownx.emoji.to_svg emoji_index: !!python/name:pymdownx.emoji.twemoji - admonition - pymdownx.details - pymdownx.superfences - attr_list - md_in_html - tables - toc: permalink: true nav: - Home: index.md - Overview: - overview/architecture.md - overview/features.md - Getting Started: - getting-started/installation.md - getting-started/quick-start.md - getting-started/mcp-integration.md - getting-started/examples.md - Configuration: - configuration/index.md - configuration/CONFIGURATION.md - Architecture: - "Graph Orchestration": architecture/graph_orchestration.md - "Workflow Diagrams": architecture/workflow-diagrams.md - "Agents": architecture/agents.md - "Orchestrators": architecture/orchestrators.md - "Tools": architecture/tools.md - "Middleware": architecture/middleware.md - "Services": architecture/services.md - API Reference: - api/agents.md - api/tools.md - api/orchestrators.md - api/services.md - api/models.md - Contributing: - contributing/index.md - contributing/code-quality.md - contributing/code-style.md - contributing/error-handling.md - contributing/implementation-patterns.md - contributing/prompt-engineering.md - contributing/testing.md - License: license.md - Team: team.md extra: social: - icon: fontawesome/brands/github link: https://github.com/DeepCritical/GradioDemo - icon: material/web link: https://huggingface.co/spaces/DataQuests/DeepCritical copyright: Copyright © 2024 DeepCritical Team