Optimize DataJuicer Agent doc & linter (#30)

This commit is contained in:
Daoyuan Chen
2025-11-10 18:17:27 +08:00
committed by GitHub
parent 1f0c5de27f
commit dba3b86ddf
14 changed files with 891 additions and 359 deletions

View File

@@ -2,7 +2,8 @@
"""
Agent Factory
Factory functions for creating and configuring agents with standardized toolkits.
Factory functions for creating and configuring agents
with standardized toolkits.
"""
import os
@@ -86,7 +87,7 @@ def create_agent(
parallel_tool_calls=parallel_tool_calls,
**kwargs,
)
agent.__doc__ = description
return agent