Get Started
Introduction
PySpur is a graph UI for visualizing agent trajectories in Python. AI engineers use it to build agents, execute them step-by-step and inspect past runs.
Why PySpur?
1. Rapid Feedback Loops
- Build and test in one place: Run the workflow, observe each node’s outputs, and iterate.
- Drag-and-drop: Add new nodes that just work off-the-shelf within seconds.
- Vendor unification: Instead of 20 nodes for 20 vendors, unified nodes enable you to jump between eg. models quickly to see which one is best for your use case.
2. AI-Native
Unlike traditional workflow platforms, PySpur is AI-Native and comes with batteries included.
- RAG: Parse, chunk, embed, upsert data and maintain vector indices.
- Loops: Workflow graphs can include cycles for iterative tool calling.
- Evals: Score the performance of your agents to improve their robustness.
- Tools: >10 Popular integrations available as tools, with more to come.
- Multimodal: Support for video, images, audio, texts, code.
3. Easy Extensibility
You can add custom nodes with a simple Python decorator:
Next steps
The first step to documentation is setting up your editing environments.