Changed paths:
M pkg/aflow/flow/assessment/kcsan.go
M pkg/aflow/flow/assessment/moderation.go
M pkg/aflow/flow/patching/patching.go
M pkg/aflow/llm_agent.go
Log Message:
-----------
pkg/aflow: add Tools function
When we combine tool sets for agents, there is always a protential
problem with aliasing existing slices and introducing subtle bugs.
Add Tools function that can append tool/tool sets w/o aliasing problem.