
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Want to quickly prototype your Large Language Model (LLM) application without a ton of code? Unleash your creativity with PromptFlow, a low-code tool that empowers you to craft executable flowcharts. Seamlessly integrate LLMs, prompts, Python functions, and conditional logic to create intricate workflows. With PromptFlow, you can visualize your ideas and bring them to life, all without getting tangled in code or complex logic.
The core of PromptFlow is a visual flowchart editor that lets you design nodes and establish Connections between them. Each node can represent a Prompt, a Python function, or an LLM. The connections between nodes embody conditional logic, dictating the flow of your program.
When run your flowchart, PromptFlow executes each node in the sequence defined by the connections, transferring text data between nodes as required. If a node returns a value, that value is forwarded to the next node in the flow as a string. More information on the inner workings of PromptFlow can be found in our documentation.
Kickstart your PromptFlow journey by installing the required dependencies. Python 3.8+ is required to run PromptFlow.
python -m pip install -r requirements.txt
Encountered a hiccup? Try this instead:
python -m pip install -r requirements-no-nvidia.txt
Fire up PromptFlow with Python from the command line:
python run.py
If you're hitting a roadblock, ensure your PYTHONPATH
is set correctly:
export PYTHONPATH=$PYTHONPATH:.
Check out our official docs:
To compile the Sphinx documentation, execute:
cd docs
make html
Then, navigate to docs/build/html/index.html
in your browser.
Want to contribute to PromptFlow? Get started by building a node.
Stumbled upon a bug? Don't hesitate to create an issue, open a PR, or let us know on Discord.
FAQs
Create flowcharts to control LLMs
We found that promptflow-gui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.