owp_analyze_repo
Analyze a repository's structure to reveal file count, programming languages, and dependencies. Provide a local path or remote Git URL to get a detailed breakdown.
Instructions
Analyse a repository's structure: file count, languages, dependencies.
Args:
source: Local path or remote Git URL to the repository.
clone_enabled: If True and source is a URL, clone it to a
temporary directory first (default True).
Returns: Repository analysis including file entries, language stats, line counts, and dependency information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| clone_enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||