Merge branch 'main' into my-crewAI

This commit is contained in:
Vidit Ostwal
2026-09-10 12:57:14 +05:30
committed by GitHub

View File

@@ -29,7 +29,7 @@ uv run pre-commit install
## Repository Structure
This is a uv workspace with four packages under `lib/`:
This is a uv workspace with six packages under `lib/`:
| Package | Path | Description |
|---------|------|-------------|
@@ -37,6 +37,8 @@ This is a uv workspace with four packages under `lib/`:
| `crewai-tools` | `lib/crewai-tools/` | Tool integrations |
| `crewai-files` | `lib/crewai-files/` | File handling |
| `devtools` | `lib/devtools/` | Internal release tooling |
| `crewai-cli` | `lib/cli/` | Command-line interface |
| `crewai-core` | `lib/crewai-core/` | Shared core utilities |
Documentation lives in `docs/` with translations under `docs/{en,ar,ko,pt-BR}/`.