You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determine if an LLM analyzer can confirm correct or detect incorrect workflow operation using data generated by #49 using SnapShot data from langgraph.
Objective is to compare operations in the SnapShot data against the markdown workflow description to dertime if there was a deviation from the workflow description:
Instructions
use "setup_puzzle" tool to initialize the puzzle if the "puzzle_status" is not initialized.
if "tool_status" is "puzzle_completed" then use "END" tool.
Use the table to select the appropriate tool.
current_tool
tool_status
tool
setup_puzzle
initialized
get_embedvec_recommendation
embedvec_recommender
next_recommendation
get_embedvec_recommendation
embedvec_recommender
have_recommendation
apply_recommendation
llm_recommender
next_recommendation
get_llm_recommendation
llm_recommender
have_recommendation
apply_recommendation
llm_recommender
manual_recommendation
get_manual_recommendation
manual_recommender
have_recommendation
apply_recommendation
manual_recommender
next_recommendation
get_llm_recommendation
If no tool is selected, use "ABORT" tool.
The text was updated successfully, but these errors were encountered:
Determine if an LLM analyzer can confirm correct or detect incorrect workflow operation using data generated by #49 using SnapShot data from
langgraph
.Objective is to compare operations in the SnapShot data against the markdown workflow description to dertime if there was a deviation from the workflow description:
Instructions
use "setup_puzzle" tool to initialize the puzzle if the "puzzle_status" is not initialized.
if "tool_status" is "puzzle_completed" then use "END" tool.
Use the table to select the appropriate tool.
If no tool is selected, use "ABORT" tool.
The text was updated successfully, but these errors were encountered: