mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-25 21:46:13 -04:00
b286be778e
* chore: remove JSON schema validation from tool and agent services - Remove bindAgentStrategyValidator and bindToolValidator functions - Remove gojsonschema dependency - Simplify InvokeAgentStrategy by removing validation logic - Consolidate tool invocation into generated code - Remove redundant tool_service.go and related test files - Move InvokeTool to generated files for consistency 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * fix: remove duplicated routes --------- Co-authored-by: Claude <noreply@anthropic.com>