README.md

# AshAgentTools

Tool calling extension for [AshAgent](https://github.com/bradleygolden/ash_agent).

> **Status**: In Development

## Installation

```elixir
def deps do
  [
    {:ash_agent_tools, "~> 0.1.0"}
  ]
end
```

## Related Packages

AshAgentTools is part of the [AshAgent Stack](https://github.com/bradleygolden/ash_agent_stack) ecosystem:

- [ash_agent](https://github.com/bradleygolden/ash_agent) - Core agent framework with declarative DSL
- [ash_baml](https://github.com/bradleygolden/ash_baml) - BAML integration for structured outputs

## License

MIT License - see [LICENSE](LICENSE) for details.