Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

✨ Small workflow updates#1018

Merged
asim-shrestha merged 32 commits intomainfrom
exec_3
Jul 12, 2023
Merged

✨ Small workflow updates#1018
asim-shrestha merged 32 commits intomainfrom
exec_3

Conversation

@asim-shrestha
Copy link
Copy Markdown
Contributor

Splitting up for a smaller PR

  • Update right sidebar to be dynamic
  • Add basics of the workflow node logic
  • Add frontend to display available workflow nodes: Still need to make it clickable, actually do stuff

@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agent-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2023 5:17pm

@ergomake
Copy link
Copy Markdown

ergomake Bot commented Jul 11, 2023

Hi 👋

We couldn't create a preview environment for this pull-request 😥

You can see your environment build logs here. Please double-check your docker-compose.yml file is valid.

If you need help, email us at contact@getergomake.com or join Discord.

Click here to disable Ergomake.

Comment thread docs/development/workflows.mdx
Comment thread next/public/tools/web.png
response = requests.get(self.input_config.url)
code = response.status_code
except RequestException:
code = None
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be good to log something?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we need better logging throughout

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants