Skip to content

Separate Planner/Execution Flow in Accelerated Discovery Framework #9

@muthukumaranR

Description

@muthukumaranR

Is your feature request related to a problem?

The way agents work is non-deterministic, and especially in long tail processes, any unintended behaviour will cascade exponentially down the chain.

Describe the solution you'd like

Our Accelerated Discovery Framework needs a clearer separation between the planning and execution stages, to make sure we can capture some of these in early stage, before execution.

Describe alternatives you've considered

setting Temperature to 0 doesn't seem to help in other cases

Additional context

- when a langgraph "graph" is compiled, is shows all the nodes connected, irrespective of if they will be visited based on a condition. we need a way to pre-polulate the path we might end up taking, as well as some parameters that will need to be considered by the nodes (agents) in the process. 

e.g. the search engines to consider when using the searchNG tool, (being a runtime decision based on query)

- This would be a first step in creating a few langgraph execution flow, where the current execution is based on the previously successful, stored state representation. 

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions