Skip to content

Latest commit

 

History

History
161 lines (127 loc) · 6.68 KB

File metadata and controls

161 lines (127 loc) · 6.68 KB

CrawlLama Documentation Overview

Welcome to the CrawlLama documentation! This guide organizes all tutorials, references, and guides into clear categories for easier navigation.


Categories

First steps with CrawlLama:

Feature-specific guides:

Open Source Intelligence Module:

System monitoring and dashboard:

Adaptive Agent Hopping


Community & Contributing


Directory Structure


docs/
├── README.md
├── getting-started/
│ ├── INSTALLATION.md
│ ├── QUICKSTART.md
│ ├── CONFIG_SETUP.md
│ └── ADAPTIVE_HOPS_QUICKSTART.md
├── guides/
│ ├── LANGGRAPH_GUIDE.md
│ ├── PLUGIN_TUTORIAL.md
│ ├── SEARCH_LIMITATIONS.md
│ ├── SEARCH_IMPROVEMENTS.md
│ ├── HALLUCINATION_DETECTION.md
│ ├── RAG_ANALYSIS.md
│ ├── API_USAGE.md
│ ├── ADAPTIVE_HOPS.md
│ ├── CLI_PROVIDER_SELECTION.md
│ ├── CLOUD_LLM_INTEGRATION.md
│ └── EXPORT_REPORT.md
├── osint/
│ ├── OSINT_USAGE.md
│ ├── PHONE_INTELLIGENCE.md
│ ├── OSINT_CONTEXT_USAGE.md
│ ├── SOCIAL_INTELLIGENCE.md
│ └── COMPANY_INTELLIGENCE.md
├── health/
│ ├── HEALTH_MONITORING.md
│ ├── HEALTH_DASHBOARD.md
│ ├── HEALTH_FEATURES.md
│ └── DASHBOARD_STARTER.md
├── development/
│ ├── PROJECT_STRUCTURE.md
│ ├── 1.4.7-Breachdata-update-plan.md
│ ├── 1.4.11-doc-audit-code-findings.md
│ └── bugs/
│ └── delete_null_file.md
└── security/
├── SECRET_LEAK_RESPONSE.md
├── api-security-guide.md
├── 1.4.7-security_analysis_report.md
└── CODEQL_Sec-Volun-test.txt

Root Project Files


External Links


Recommended Learning Path

1. Getting Started

  1. README.md – Project overview
  2. INSTALLATION.md – Detailed installation
  3. QUICKSTART.md – Quick start

2. Using Core Features

  1. LANGGRAPH_GUIDE.md – Multi-hop reasoning
  2. PLUGIN_TUTORIAL.md – Plugin system
  3. EXPORT_REPORT.md – Export reports to file
  4. HEALTH_MONITORING.md – Health dashboard

3. Advanced Features

  1. OSINT_USAGE.md – OSINT features
  2. PHONE_INTELLIGENCE.md – Phone intelligence internals
  3. HALLUCINATION_DETECTION.md – Quality control
  4. SEARCH_LIMITATIONS.md – Search limitations

4. Development & Security

  1. CONTRIBUTING.md – Contribution guidelines
  2. SECRET_LEAK_RESPONSE.md – Incident response

Need Help?


Back to Main Page | License | Contributing | RAG Analysis