pyspur
pyspur copied to clipboard
A visual playground for agentic workflows: Iterate over your agents 10x faster
docker compose -f docker-compose.dev.yml up --build -d => ERROR [backend frontend-builder 6/6] RUN npm run build 7.5s => [backend base 4/6] WORKDIR /pyspur/backend 0.1s => [backend base 5/6] COPY backend/pyproject.toml...
In one of my nodes, there's a huge amount of JSON formatted data returned by an API (about 600KB of data, including several base64 encoded images). Along with all of...
This pull request introduces several changes to the `workflow_executor.py` file in the `backend/pyspur/execution` directory. The primary focus of these changes is to refactor the code to use `BaseModel` from `pydantic`...
This pull request includes changes to the `backend/pyspur/api/workflow_run.py` file to improve the handling of node outputs in workflow runs. The primary focus is on refactoring the code to use a...
Error running migrations: (psycopg2.errors.InvalidObjectDefinition) generation expression is not immutable [SQL: CREATE TABLE datasets ( _intid SERIAL NOT NULL, id VARCHAR GENERATED ALWAYS AS ('DS' || _intid) STORED NOT NULL, name...
## RCA Some Node subclasses that inherit BaseNode have overridden the run method, but there are unsafe uses of Template in them. such as `SingleLLMCallNode` class ``` python class SingleLLMCallNode(BaseNode):...
my workflow is like this:  it raise en error like this:  what should i do?
First off - thanks for open sourcing such a cool project, I'm coming from n8n and at a glance...pyspur seems to have less artificial limitations to funnel folks into an...
Hi, Nice tool. Looking forward to seeing it grow. I noticed that when using ollama the models seem to be fixed. Could we instead ask the ollama instance for what...
=> ERROR [backend frontend-builder 6/6] RUN npm run build 4.1s ------ > [backend frontend-builder 6/6] RUN npm run build: 0.215 0.215 > [email protected] build 0.215 > next build 0.215 0.678...