mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-11 22:57:00 +00:00
2ce863ec1a
- 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.