# Squad with Custom Tools Example
# Demonstrates integrating custom JavaScript tools

name: squad-with-tools
version: 1.0.0
description: Example squad showing how to integrate custom tools

author: LMAS Team <luanferreira.emp@gmail.com>
license: MIT
slashPrefix: analyze

lmas:
  minVersion: "2.1.0"
  type: squad

components:
  agents:
    - analyzer-agent.md
  tasks: []
  workflows: []
  checklists: []
  templates: []
  tools:
    - text-analyzer.js
  scripts: []

config:
  extends: extend

dependencies:
  node: []
  python: []
  squads: []

tags:
  - example
  - tools
  - intermediate
