haive.agents.chain ================== .. py:module:: haive.agents.chain .. autoapi-nested-parse:: Module exports. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/haive/agents/chain/chain_examples/index /autoapi/haive/agents/chain/declarative_chain/index Classes ------- .. autoapisummary:: haive.agents.chain.ChainAgent haive.agents.chain.FlowBuilder haive.agents.chain.StrategyDecision Functions --------- .. autoapisummary:: haive.agents.chain.branch haive.agents.chain.create_agentic_router_declarative haive.agents.chain.create_complex_flow_from_spec haive.agents.chain.create_plan haive.agents.chain.create_query_planning_declarative haive.agents.chain.create_rag_with_fallback haive.agents.chain.create_self_reflective_declarative haive.agents.chain.example_basic haive.agents.chain.example_direct haive.agents.chain.example_incremental haive.agents.chain.example_mixed haive.agents.chain.example_rag_router haive.agents.chain.example_routing haive.agents.chain.execute_sub_query haive.agents.chain.finalize_answer haive.agents.chain.flow haive.agents.chain.flow_with_edges haive.agents.chain.formatter haive.agents.chain.improve_answer haive.agents.chain.merge_to haive.agents.chain.reflect_and_critique haive.agents.chain.synthesize_results Package Contents ---------------- .. py:class:: ChainAgent Placeholder for ChainAgent - temporarily disabled. .. py:class:: FlowBuilder Placeholder for FlowBuilder - temporarily disabled. .. py:class:: StrategyDecision Placeholder for StrategyDecision - examples module missing. .. py:function:: branch(*args, **kwargs) Placeholder for branch function - not implemented. .. py:function:: create_agentic_router_declarative(*args, **kwargs) Placeholder - examples module missing. .. py:function:: create_complex_flow_from_spec(*args, **kwargs) Placeholder - examples module missing. .. py:function:: create_plan(*args, **kwargs) Placeholder - examples module missing. .. py:function:: create_query_planning_declarative(*args, **kwargs) Placeholder - examples module missing. .. py:function:: create_rag_with_fallback(*args, **kwargs) Placeholder - examples module missing. .. py:function:: create_self_reflective_declarative(*args, **kwargs) Placeholder - examples module missing. .. py:function:: example_basic(*args, **kwargs) Placeholder for example_basic - temporarily disabled. .. py:function:: example_direct(*args, **kwargs) Placeholder for example_direct - temporarily disabled. .. py:function:: example_incremental(*args, **kwargs) Placeholder for example_incremental - temporarily disabled. .. py:function:: example_mixed(*args, **kwargs) Placeholder for example_mixed - temporarily disabled. .. py:function:: example_rag_router(*args, **kwargs) Placeholder for example_rag_router - temporarily disabled. .. py:function:: example_routing(*args, **kwargs) Placeholder for example_routing - temporarily disabled. .. py:function:: execute_sub_query(*args, **kwargs) Placeholder - examples module missing. .. py:function:: finalize_answer(*args, **kwargs) Placeholder - examples module missing. .. py:function:: flow(*args, **kwargs) Placeholder for flow function - temporarily disabled. .. py:function:: flow_with_edges(*args, **kwargs) Placeholder for flow_with_edges function - temporarily disabled. .. py:function:: formatter(*args, **kwargs) Placeholder for formatter - temporarily disabled. .. py:function:: improve_answer(*args, **kwargs) Placeholder - examples module missing. .. py:function:: merge_to(*args, **kwargs) Placeholder for merge_to function - not implemented. .. py:function:: reflect_and_critique(*args, **kwargs) Placeholder - examples module missing. .. py:function:: synthesize_results(*args, **kwargs) Placeholder - examples module missing.