CHANGELOG.md

# Changelog

## [0.2.0](https://github.com/doomspork/luagents/compare/v0.1.0...v0.2.0) (2025-08-05)


### Features

* Support deflua defined tools ([d76487f](https://github.com/doomspork/luagents/commit/d76487f5a918708cb49386ab33a841558c3e4950))

## v0.1.0 (2025-07-03)

### Features

- Initial release of `luagents`.
- Core agent framework for building agents that reason and act using Lua code.
- Support for multiple LLM providers, including Anthropic Claude and Ollama.
- Lua code execution and observation/answer reporting within agent workflows.
- Example usage and documentation.