@waldiez/vscode
September 11, 2025 ยท View on GitHub
A waldiez extension for Visual Studio Code.
Features
- Visualize .waldiez files
- Load existing .waldiez flows
- Convert .waldiez flows to .py scripts or .ipynb notebooks
- Handle uploaded files in .waldiez flows (for RAG)
- Run .waldiez flows using a compatible python interpreter
Requirements
- Visual Studio Code v1.95.0 or later
- Python >= 3.10, <= 3.13 (for converting and/or running .waldiez flows)
- Vscode Python Extension
Known Conflicts
-
autogen-agentchat: This package conflicts with
ag2/pyautogen. Ensure thatautogen-agentchatis not installed before installingwaldiez. If you have already installedautogen-agentchat, you can uninstall it with:python3 -m pip uninstall -y autogen-agentchat # if you are sure which pip is being used: # pip uninstall -y autogen-agentchat # to find the path of the current python interpreter: # python3 -c "import sys; print(sys.executable)" # in a jupyter notebook this would be: # import sys # !{sys.executable} -m pip uninstall -y autogen-agentchatIf already installed waldiez, you might need to reinstall it after uninstalling
autogen-agentchat:python3 -m pip install --force --no-cache waldiez pyautogen # if you are sure which pip is being used: # pip install --force --no-cache waldiez # to find the path of the current python interpreter: # python3 -c "import sys; print(sys.executable)" # in a jupyter notebook this would be: # import sys # !{sys.executable} -m pip install --force --no-cache waldiez pyautogen
Generally, a new virtual environment is recommended to avoid conflicts:
python3 -m venv .venv
## Linux / macOS:
# source .venv/bin/activate
## Windows:
## In cmd.exe
# venv\Scripts\activate.bat
## In PowerShell
# venv\Scripts\Activate.ps1
Contributors โจ
Thanks goes to these wonderful people (emoji key):
</tr>
Panagiotis Kasnesis ๐ ๐ฌ |
Stella Ioannidou ๐ฃ ๐จ |
Lazaros Toumanidis ๐ป |
Amalia Contiero ๐ป ๐ |
Christos Chatzigeorgiou ๐ป |
This project follows the all-contributors specification. Contributions of any kind welcome!
License
This project is licensed under the Apache License, Version 2.0 (Apache-2.0).