docs: add README and description for crewai-files package

This commit is contained in:
Greyson LaLonde
2026-01-22 22:50:10 -05:00
parent 2c5e794ea3
commit 8be27da9ff
3 changed files with 45 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
from __future__ import annotations
import logging
from typing import Literal, TypeAlias, TypedDict, overload
from typing import Any as AnyType, Literal, TypeAlias, TypedDict, overload
from typing_extensions import NotRequired, Unpack
@@ -36,9 +36,6 @@ ProviderType: TypeAlias = (
)
from typing import Any as AnyType
class _BaseOpts(TypedDict):
"""Kwargs for uploader factory."""