Websockets integration and hitl#5
Open
harshitbansal184507 wants to merge 11 commits intoharshitbansal-tunkai:mainfrom
Open
Websockets integration and hitl#5harshitbansal184507 wants to merge 11 commits intoharshitbansal-tunkai:mainfrom
harshitbansal184507 wants to merge 11 commits intoharshitbansal-tunkai:mainfrom
Conversation
Cleaned up the CORS middleware configuration by removing an inline comment. No functional changes were made.
Added a 'data' field to the Edge model in main.py to support additional edge metadata. Improved workflow_compiler.py by adding docstrings, simplifying logging, supporting conditional edge evaluation with LLM, and refactoring node and router creation for clarity and maintainability. Also added several workflow PNG snapshots to saved_workflows for reference.
Introduce a complete workflow engine and UI: new backend modules (backend/ai_helpers.py, compiler.py, executor.py, server.py, state.py) and a simple client (client.html). ai_helpers contains LLM helpers for running prompts, history compression, variable extraction, routing, end-signal detection and validation. compiler builds LangGraph graphs from JSON workflows (supports interrupt_before for interactive nodes, conditional routing, extraction and HITL). executor streams execution, reliably detects pauses/resumes, persists pause metadata (PauseStore) and exposes a WorkflowExecutor API. server provides a FastAPI WebSocket/REST interface to compile, execute and resume workflows. Removed legacy scripts and saved workflow images.
Introduce a complete workflow engine and UI: new backend modules (backend/ai_helpers.py, compiler.py, executor.py, server.py, state.py) and a simple client (client.html). ai_helpers contains LLM helpers for running prompts, history compression, variable extraction, routing, end-signal detection and validation. compiler builds LangGraph graphs from JSON workflows (supports interrupt_before for interactive nodes, conditional routing, extraction and HITL). executor streams execution, reliably detects pauses/resumes, persists pause metadata (PauseStore) and exposes a WorkflowExecutor API. server provides a FastAPI WebSocket/REST interface to compile, execute and resume workflows. Removed legacy scripts and saved workflow images.
Removed unnecessary lines from the README.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.