Initial commit: jaspersoft-agent-learn teaching project

This commit is contained in:
zy187
2026-05-29 23:22:18 +08:00
commit 05bb511aab
20 changed files with 4476 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Jaspersoft Learn - AI Agent 开发教学项目
from .concept import (
BaseTool,
ToolResult,
ToolRegistry,
CalculatorTool,
SearchTool,
JaspersoftCodeGeneratorTool,
)
__all__ = [
"BaseTool",
"ToolResult",
"ToolRegistry",
"CalculatorTool",
"SearchTool",
"JaspersoftCodeGeneratorTool",
]