Backed by Y Combinator
Build Reliable And Modular AI Agents
Drag-and-drop AI Agent Builder. Deploy to API in 1 click. Open-Source.
FROM LEADING AI INSTITUTIONS.
Features
All You Need For Reliable AI Agents
Why PySpur?
Built for Engineers
Open-Source
Self-host on your own infrastructure. Keep in full control of your data.
Easy-to-Hack
Adding new tools is a matter of simply creating a single Python file.
JSON Configs
Easy sharing and version control of your entire agent pipeline.
SDKs for TypeScript and Python
Integrate with your existing codebase and tools.
Python
from pyspur import Agent
agent = Agent(
id="S32",
)
response = agent.run(
messages=[{"company": "Microsoft", "goal": "Buy or sell?"}]
)