Metadata-Version: 2.4
Name: waldiez_studio
Version: 0.2.2
Summary: Make AI Agents Collaborate: Drag, Drop, and Orchestrate with Waldiez.
Project-URL: homepage, https://github.com/waldiez/studio.git
Project-URL: repository, https://github.com/waldiez/studio.git
Author-email: Panagiotis Kasnesis <pkasnesis@thingenious.io>, Lazaros Toumanidis <laztoum@protonmail.com>, Stella Ioannidou <stella@humancentered.gr>
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.10
Requires-Dist: aiofiles==24.1.0
Requires-Dist: aiohttp==3.11.11
Requires-Dist: fastapi==0.115.6
Requires-Dist: pydantic-settings==2.7.0
Requires-Dist: python-multipart==0.0.20
Requires-Dist: tenacity<9.0.0,>=8.2.0
Requires-Dist: typer<0.13,>=0.9
Requires-Dist: uvicorn[standard]==0.34.0
Requires-Dist: waldiez==0.2.2
Provides-Extra: dev
Requires-Dist: autoflake==2.3.1; extra == 'dev'
Requires-Dist: bandit==1.8.0; extra == 'dev'
Requires-Dist: black==24.10.0; extra == 'dev'
Requires-Dist: flake8==7.1.1; extra == 'dev'
Requires-Dist: hatchling==1.27.0; extra == 'dev'
Requires-Dist: isort==5.13.2; extra == 'dev'
Requires-Dist: mypy==1.14.0; extra == 'dev'
Requires-Dist: pre-commit==4.0.1; extra == 'dev'
Requires-Dist: pydocstyle==6.3.0; extra == 'dev'
Requires-Dist: pylint==3.3.3; extra == 'dev'
Requires-Dist: python-dotenv==1.0.1; extra == 'dev'
Requires-Dist: ruff==0.8.4; extra == 'dev'
Requires-Dist: toml; (python_version <= '3.10') and extra == 'dev'
Requires-Dist: types-aiofiles==24.1.0.20240626; extra == 'dev'
Requires-Dist: types-pyyaml==6.0.12.20241221; extra == 'dev'
Requires-Dist: types-toml==0.10.8.20240310; extra == 'dev'
Requires-Dist: yamllint==1.35.1; extra == 'dev'
Provides-Extra: test
Requires-Dist: asgi-lifespan==2.1.0; extra == 'test'
Requires-Dist: httpx<0.28.0,>=0.27.0; extra == 'test'
Requires-Dist: pytest-asyncio==0.25.0; extra == 'test'
Requires-Dist: pytest-cov==6.0.0; extra == 'test'
Requires-Dist: pytest-html==4.1.1; extra == 'test'
Requires-Dist: pytest-httpx==0.34.0; extra == 'test'
Requires-Dist: pytest-sugar==1.0.0; extra == 'test'
Requires-Dist: pytest-timeout==2.3.1; extra == 'test'
Requires-Dist: pytest==8.3.4; extra == 'test'
Description-Content-Type: text/markdown

# Waldiez Studio

![CI Build](https://github.com/waldiez/studio/actions/workflows/main.yaml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/waldiez/studio/badge.svg)](https://coveralls.io/github/waldiez/studio)

![Screenshot](https://github.com/waldiez/studio/blob/main/public/files/screenshots/1.webp)

## Status

- [x] **Handle workspaces** - Create, rename, delete, flows and folders, upload and download files.
- [x] **Render waldiez flows** - Render waldiez flows in the browser.
- [x] **Covert waldiez flows** - Convert waldiez flows to python and/or jupyter notebook.
- [x] **Run waldiez flows** - Run waldiez flows using websockets for real-time updates and user interaction.

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/waldiez/studio/blob/main/LICENSE) file for details.
