mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-28 06:51:29 +00:00
- Added ToolCallLogProvider interface with methods for logging tool calls, updating success and failure statuses. - Introduced proxyToolCallLogProvider to handle ToolCall logging operations. - Updated flow execution components to integrate ToolCall logging, including flow workers and controllers. - Enhanced GraphQL schema to support ToolCall logs, including queries and subscriptions for real-time updates. - Updated documentation to reflect the new ToolCall logging features and their usage.