Pyspur

Latest version: v0.1.18

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

0.1.0

Main features supported are:

* Create, save and run spurs (workflows/agents) locally on Linux & MacOS
* Run evals on saved agent workflows
* Trigger runs via REST API
* Trace view of runs

* The following nodes are part of this release:
* Single LLM Call Node - calls the LLM provider of user's choice in structured output/json mode
* Best Of N Node - sample the response from LLM n times and pass the best one forward
* Branch Solve Merge Node - given an input prompt, branch it into parallel steps and then merge the solutions of these steps
* Router Node - pass the inputs to one of the routes based on conditions defined in the config
* Coalesce Node - pick the first non-null incoming edge and pass it forward
* Python Function Node - execute a python function

* Support for the following LLM providers is part of this release:
* OpenAI
* Anthropic
* Gemini
* Ollama
* models such as llama3.2, gemma2, deepseek, mistral, etc can be hosted locally using ollama and be used with pyspur

What's Changed
* Refactor: Add text editor component by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/1
* Refactor Redux flowSlice and FlowCanvas by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/2
* Refactor canvas and text editor components by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/3
* Spread sheet by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/4
* Llm config by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/5
* Dask by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/6
* Node config by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/7
* Node config by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/8
* Node config by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/9
* Node config by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/10
* Node config by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/11
* Node config by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/12
* Feat/data models by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/14
* Interactive mode by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/15
* Interactive mode by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/16
* Interactive mode branch fixes by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/18
* Interactive mode by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/19
* Interactive mode with initial inputs by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/20
* Dynamic node types by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/21
* Node display by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/23
* Feat/sort out schemas by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/24
* Feat/nginx by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/25
* Run view by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/26
* Refactor WorkflowVersionModel name column to allow duplicate values by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/27
* Feat/subworkflows by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/29
* Evals + European READMEs by JeanKaddour in https://github.com/PySpur-Dev/pyspur/pull/31
* feat: Add Deploy-as-API button modal by JeanKaddour in https://github.com/PySpur-Dev/pyspur/pull/33
* BUGFIX: Update edges on `input_schema` or `output_schema` key changes by putraridho in https://github.com/PySpur-Dev/pyspur/pull/34
* Feat: Row-level eval details by JeanKaddour in https://github.com/PySpur-Dev/pyspur/pull/35
* Feat/subworkflows by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/36
* Run view by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/30
* Refactor js to typescript by JeanKaddour in https://github.com/PySpur-Dev/pyspur/pull/37
* Refactor Dockerfile to include package-lock.json by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/38
* Feat/collapsible node panel by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/39
* Add IfElseNode and Merge Node by JeanKaddour in https://github.com/PySpur-Dev/pyspur/pull/40
* feat: move system and user messages to top of Node Configuration by devin-ai-integration in https://github.com/PySpur-Dev/pyspur/pull/41
* feat: move message fields to top in remaining LLM nodes by devin-ai-integration in https://github.com/PySpur-Dev/pyspur/pull/42
* feat: add Top-K node for ranking texts by devin-ai-integration in https://github.com/PySpur-Dev/pyspur/pull/43
* Refactor/miso by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/44
* Refactor/fe types by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/45
* feat: add API key warning alert to dashboard by devin-ai-integration in https://github.com/PySpur-Dev/pyspur/pull/47
* fix: adjust primary color in dark mode for better button contrast by devin-ai-integration in https://github.com/PySpur-Dev/pyspur/pull/50
* Add ollama models support via litellm by devin-ai-integration in https://github.com/PySpur-Dev/pyspur/pull/51
* Edges bug fix by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/53
* feat: add welcome modal for first-time users by devin-ai-integration in https://github.com/PySpur-Dev/pyspur/pull/49
* Feat/ollama integration by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/55
* fix: directory in quickstart command by NiloCK in https://github.com/PySpur-Dev/pyspur/pull/56
* Test ollama service with model tags instead of a query by simonwu53 in https://github.com/PySpur-Dev/pyspur/pull/61
* Logic node post miso by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/58
* Refactor workflow_management.py and remove unused imports and code by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/65
* Feat/release docker builds by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/66
* Add Azure OpenAi Support by pafend in https://github.com/PySpur-Dev/pyspur/pull/59
* Feat/merge node by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/67
* Bugfix/conditional node by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/69
* Performance: Decouple state.flow.nodes into state.flow.nodes and state.flow.nodeConfigs by JeanKaddour in https://github.com/PySpur-Dev/pyspur/pull/68
* Chore/devcontainers by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/72

New Contributors
* preet-bhadra made their first contribution in https://github.com/PySpur-Dev/pyspur/pull/1
* srijanpatel made their first contribution in https://github.com/PySpur-Dev/pyspur/pull/6
* JeanKaddour made their first contribution in https://github.com/PySpur-Dev/pyspur/pull/31
* putraridho made their first contribution in https://github.com/PySpur-Dev/pyspur/pull/34
* devin-ai-integration made their first contribution in https://github.com/PySpur-Dev/pyspur/pull/41
* NiloCK made their first contribution in https://github.com/PySpur-Dev/pyspur/pull/56
* simonwu53 made their first contribution in https://github.com/PySpur-Dev/pyspur/pull/61
* pafend made their first contribution in https://github.com/PySpur-Dev/pyspur/pull/59

**Full Changelog**: https://github.com/PySpur-Dev/pyspur/commits/v0.0.1

0.0.21

What's Changed
* Feat/simplify nodes by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/155
* refactor: add decorator for node registry by JeanKaddour in https://github.com/PySpur-Dev/pyspur/pull/153


**Full Changelog**: https://github.com/PySpur-Dev/pyspur/compare/v0.0.20...v0.0.21

0.0.20

Bug fixes
- support for Firecrawl API Keys


**Full Changelog**: https://github.com/PySpur-Dev/pyspur/compare/v0.0.19...v0.0.20

0.0.19

What's Changed
* fix/ Router Node, Coalesce Node and Output Schemas by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/154


**Full Changelog**: https://github.com/PySpur-Dev/pyspur/compare/v0.0.18...v0.0.19

0.0.18

What's Changed
* get the ollama base URL from the environment if none has been defined by rajeev in https://github.com/PySpur-Dev/pyspur/pull/137
* Refactor/base groupnode on basenode by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/138
* adding a logging configuration file by rajeev in https://github.com/PySpur-Dev/pyspur/pull/136
* Fix/for loop input by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/139
* Bugfix/node title and edges by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/140
* Feat/structured output schema by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/142
* Refactor/output json schema by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/143
* Refactor/schema editor + feat/enum support by JeanKaddour in https://github.com/PySpur-Dev/pyspur/pull/141
* Bugfix/output schema by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/145
* Bugfix/output schema by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/146
* Feat/email nodes by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/147
* Feat/mime types by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/148
* Add Help Modal and Calendly Widget to Dashboard by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/149
* fix: Simplify edge handle generation in flow slice by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/150
* Bugfix/minor fixes by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/151
* Bugfix/minor fixes by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/152


**Full Changelog**: https://github.com/PySpur-Dev/pyspur/compare/v0.0.17...v0.0.18

0.0.17

What's Changed
* Feat/data connectors by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/127
* feat: add Jina.ai Reader integration by rajeev in https://github.com/PySpur-Dev/pyspur/pull/121
* Fix/llm providers consistency by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/130
* Bugfix/node title and edges by preet-bhadra in https://github.com/PySpur-Dev/pyspur/pull/128
* Fix/partial run outputs by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/131
* Feat: Retriever node by JeanKaddour in https://github.com/PySpur-Dev/pyspur/pull/132
* Refactor/output node simplification by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/134
* Refactor/make output schema mandatory by srijanpatel in https://github.com/PySpur-Dev/pyspur/pull/133
* Feat: Raise warning when there are missing required fields *before* workflow run by JeanKaddour in https://github.com/PySpur-Dev/pyspur/pull/135


**Full Changelog**: https://github.com/PySpur-Dev/pyspur/compare/v0.0.16...v0.0.17

Page 4 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.