natnael kahssay
feat: use real moav2 source as RL task suite — symlinked sandbox, 3 real service tasks
ce25387
// Stub — tools will be implemented in a later task.
// This module provides the createAllTools function that agent-service.ts imports.
import type { AgentTool } from '@mariozechner/pi-agent-core'
export function createAllTools(): AgentTool<any, any>[] {
// Tools will be registered here once implemented
return []
}