Packages

Luagents is a library for building agents that can use Lua code to reason and act.

Current section

Files

Jump to
luagents CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 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.