qitos.kit.planning.agent_blocks¶
- Module Group:
qitos.kit - Source: qitos/kit/planning/agent_blocks.py
Quick Jump¶
Classes¶
Class: LLMDecisionBlock(self, llm: 'Any', parser: 'Parser[Any]', fallback_to_final: 'bool' = True) -> None
Call LLM and parse into Decision with safe fallback behavior.
Class: ToolAwareMessageBuilder(self, system_template: 'str', max_history_items: 'int' = 8) -> None
Build stable LLM messages with tool schema and scratchpad context.
Functions¶
- None