Changelog

View Source

0.2.0 (2025-08-05)

Features

  • Support deflua defined tools (d76487f)

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.