mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-11 07:06:56 +08:00
Subscribe to agentscope Pre/PostReasoningEvent, Pre/PostActingEvent and ErrorEvent through a new ReActLoggingHook, surfacing the agent's internal think-act loop in standard logs. Each line carries the LiteFlow agent sessionId so concurrent sessions stay distinguishable. ReActAgentComponent attaches the hook automatically alongside any user-provided hooks. Toggle via liteflow.agent.logging.react-enabled (default true) or override enableReActLogging() per component. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>