prebuilt.project_manager.agent¶
Functions¶
|
Router to determine next step based on risk score. |
|
Node to analyze task dependencies. |
|
LangGraph node that will extract tasks from given project description. |
Module Contents¶
- prebuilt.project_manager.agent.router(state: haive.agents.project_manager.state.AgentState)¶
Router to determine next step based on risk score.
- prebuilt.project_manager.agent.task_dependency_node(state: haive.agents.project_manager.state.AgentState)¶
Node to analyze task dependencies.
- prebuilt.project_manager.agent.task_generation_node(state: haive.agents.project_manager.state.AgentState)¶
LangGraph node that will extract tasks from given project description.