( tools: readonly MakaTool[], definition: AgentRuntimeDefinition = LOCAL_READ_AGENT_DEFINITION, )
| 314 | } |
| 315 | |
| 316 | export function buildToolsForAgentDefinition( |
| 317 | tools: readonly MakaTool[], |
| 318 | definition: AgentRuntimeDefinition = LOCAL_READ_AGENT_DEFINITION, |
| 319 | ): MakaTool[] { |
| 320 | return resolveAgentDefinitionToolSet(tools, definition).tools; |
| 321 | } |
| 322 | |
| 323 | function resolveAgentDefinitionToolSet( |
| 324 | tools: readonly MakaTool[], |
no test coverage detected