.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
PROJECT_STRUCTURE.md
PROJECT_SUMMARY.md
README.md
RELEASE.md
pyproject.toml
pytest.ini
requirements.txt
.github/workflows/release.yml
docs/API_REFERENCE.md
examples/README.md
examples/example_async.py
examples/example_sync.py
examples/fastapi_example.py
pydify_plus/__init__.py
pydify_plus/_version.py
pydify_plus/async_client.py
pydify_plus/base.py
pydify_plus/config.py
pydify_plus/errors.py
pydify_plus/models.py
pydify_plus/sync_client.py
pydify_plus/types.py
pydify_plus/utils.py
pydify_plus.egg-info/PKG-INFO
pydify_plus.egg-info/SOURCES.txt
pydify_plus.egg-info/dependency_links.txt
pydify_plus.egg-info/requires.txt
pydify_plus.egg-info/top_level.txt
pydify_plus/apis/__init__.py
pydify_plus/apis/app_config.py
pydify_plus/apis/base.py
pydify_plus/apis/blocks.py
pydify_plus/apis/chat.py
pydify_plus/apis/dataset.py
pydify_plus/apis/documents.py
pydify_plus/apis/feedback.py
pydify_plus/apis/files.py
pydify_plus/apis/models.py
pydify_plus/apis/sessions.py
pydify_plus/apis/tags.py
pydify_plus/apis/textgen.py
pydify_plus/apis/workflows.py
scripts/bump_version.py
scripts/release.py
tests/__init__.py
tests/conftest.py
tests/test_app_config.py
tests/test_base_client.py
tests/test_blocks.py
tests/test_chat.py
tests/test_dataset.py
tests/test_documents.py
tests/test_feedback.py
tests/test_files.py
tests/test_models.py
tests/test_sessions.py
tests/test_streaming.py
tests/test_tags.py
tests/test_textgen.py
tests/test_workflows.py