Skip to main content

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, WebP
  • PDFFile - PDF documents
  • TextFile - Plain text files
  • AudioFile - MP3, WAV, FLAC, OGG, M4A
  • VideoFile - 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.12.1.dev20260326.tar.gz (678.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crewai_files-1.12.1.dev20260326-py3-none-any.whl (61.6 kB view details)

Uploaded Python 3

File details

Details for the file crewai_files-1.12.1.dev20260326.tar.gz.

File metadata

File hashes

Hashes for crewai_files-1.12.1.dev20260326.tar.gz
Algorithm Hash digest
SHA256 1b871e35518780ebc78e790c8ad8a929b748e7e94aa08a048ee7add4fe48c69b
MD5 460e235feaab6b37ee043579524b862c
BLAKE2b-256 28df2d0fe545f4943b0462ee700385f43d499c6e3f51b895e82d78e5c02ca4dc

See more details on using hashes here.

File details

Details for the file crewai_files-1.12.1.dev20260326-py3-none-any.whl.

File metadata

File hashes

Hashes for crewai_files-1.12.1.dev20260326-py3-none-any.whl
Algorithm Hash digest
SHA256 bc1b3cbc8571269e33dbc7a30f57660c7b72b96a4086466b2c8d122ceecaaf8d
MD5 cb03319cdcca8a2d12a84665b6ec07ec
BLAKE2b-256 886b49a53a3babff266c777ec2e40f0ded23de0a672f0ce44c05eee6972b3dc8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page