File handling utilities for CrewAI multimodal inputs
Project description
crewai-files
File handling utilities for CrewAI multimodal inputs.
Supported File Types
ImageFile- PNG, JPEG, GIF, WebPPDFFile- PDF documentsTextFile- Plain text filesAudioFile- MP3, WAV, FLAC, OGG, M4AVideoFile- MP4, WebM, MOV, AVI
Usage
from crewai_files import File, ImageFile, PDFFile
# Auto-detect file type
file = File(source="document.pdf") # Resolves to PDFFile
# Or use specific types
image = ImageFile(source="chart.png")
pdf = PDFFile(source="report.pdf")
Passing Files to Crews
crew.kickoff(
input_files={"chart": ImageFile(source="chart.png")}
)
Passing Files to Tasks
task = Task(
description="Analyze the chart",
expected_output="Analysis",
agent=agent,
input_files=[ImageFile(source="chart.png")],
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crewai_files-1.9.1.tar.gz
(678.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crewai_files-1.9.1.tar.gz.
File metadata
- Download URL: crewai_files-1.9.1.tar.gz
- Upload date:
- Size: 678.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12f012c0b29837b829ca36e8dad452266ec9d58ab62375256cd3db1c6ba65658
|
|
| MD5 |
c0244099cad3ea6474b33164d1156f23
|
|
| BLAKE2b-256 |
d23ca70d3a7ea45cc423b67fa1320543d20753cc455f4057764cc82c9a32bf4d
|
File details
Details for the file crewai_files-1.9.1-py3-none-any.whl.
File metadata
- Download URL: crewai_files-1.9.1-py3-none-any.whl
- Upload date:
- Size: 61.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b72ba6b6117aa46709a7e2f914fd25ee3330bf65021c70057dda535e63482a4e
|
|
| MD5 |
abd3a6bc2a34c917109936609dc22bfa
|
|
| BLAKE2b-256 |
e7818c254c610cd147b3af6732f5395fd31b028ceafbd78027a511ab23a55237
|