24Arys11's picture
fixed tool calling bug; added no_think param and current_time to researcher; updated design diagram; no output guard for researcher
3d648f2
nodes:
- name: START
connections:
- manager
description: This is the mandatory initial node `START` !
status: TERMINAL
- name: manager
connections: [solver, auditor, final_answer]
description: Orchestrates the workflow by delegating tasks to specialized nodes and integrating their outputs
status: TESTED
- name: final_answer
connections: [END]
description: Formats and delivers the final response to the user
status: TESTED
- name: auditor
connections: [manager]
description: Reviews manager's outputs for accuracy, safety, and quality
status: TESTED
- name: solver
connections: [manager, researcher, reasoner, viewer]
description: Central problem-solving node that coordinates with specialized experts based on task requirements
status: TESTED
- name: researcher
connections: [solver]
description: Retrieves and synthesizes information from various sources to answer knowledge-based questions
status: TESTED
- name: reasoner
connections: [solver]
description: Performs logical reasoning, inference, and step-by-step problem-solving
status: TESTED
- name: viewer
connections: [solver]
description: Processes, analyzes, and generates vision related information
status: IMPLEMENTED