liteFlow/liteflow-react-agent/liteflow-react-agent-core
everywhere.z 9612800b4b feat(react-agent): log ReAct reason/act events with sessionId and config toggle
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>
2026-04-30 11:49:27 +08:00
..
src/main/java/com/yomahub/liteflow/agent feat(react-agent): log ReAct reason/act events with sessionId and config toggle 2026-04-30 11:49:27 +08:00
pom.xml feat(react-agent): add session factory infrastructure, memory storage config, and integration tests 2026-04-29 19:12:29 +08:00