PySpur-Dev/pyspur

A visual playground for agentic workflows: Iterate over your agents 10x faster

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 11th, 2026
Created on September 23rd, 2024
Open Issues & Pull Requests: 41 (+0)
GitHub issues: Enabled
Number of forks: 428
Total Stargazers: 5,786 (+0)
Total Subscribers: 49 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.1 hours
Mean response time: 14.6 days
90th percentile: 37.0 days
Tracked items: 37

How this project is maintained

97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 29
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 488 days
Stale 30+ days: 29
Stale 90+ days: 29

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PySpur is a visual playground for building and iterating over agentic workflows that combines a graphical interface with Python code.

The tool addresses three core pain points in agent development: the time spent on prompt tweaking, the lack of visibility into how workflow steps interact, and the difficulty of testing and debugging agents through terminal output. PySpur solves this by providing a unified environment where developers can define test cases, build agents either through Python code or a visual UI, iterate on them with immediate feedback, and deploy the result as an API. The platform supports human-in-the-loop workflows that pause for approval, iterative tool calling with memory, file uploads and document processing, structured JSON schema outputs, retrieval-augmented generation with vector database integration, and multimodal inputs including video, images, audio, and code. It includes built-in integrations with tools like Slack, Firecrawl, Google Sheets, and GitHub, automatic execution tracing for deployed agents, and evaluation capabilities for testing against real-world datasets.

Teams building AI agents should consider PySpur if they want to reduce iteration time through visual debugging and testing rather than working solely with terminal output and logs. The tool is particularly suited to projects where prompt reliability matters and where visibility into agent behavior across multiple steps is valuable. It supports over one hundred LLM providers, embedders, and vector databases, and allows extending functionality by writing single Python files for new nodes.

The project receives issue reports primarily from outside users rather than the core team, indicating a substantial base of real-world adopters. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on enhancements and bug fixes.