docs: list all workspace packages (#6678)

Co-authored-by: Vidit Ostwal <110953813+Vidit-Ostwal@users.noreply.github.com>
This commit is contained in:
2026-09-10 15:21:37 +08:00
committed by GitHub
parent c860613c7a
commit 8616dca5c0

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}/`.