Releases: Libertai/libertai-agents
Releases · Libertai/libertai-agents
0.1.2
This release brings the support of GOAT for simplified blockchain interactions by agents, along with some related fixes around Langchain toolkits.
Other minor changes were made, including additional tests for special Python syntax and security updates.
What's Changed
- build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /libertai_agents by @dependabot in #24
- build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /backend by @dependabot in #25
- test: Python 3.10+ union-style param in function tool by @RezaRahemtola in #22
- GOAT integration by @RezaRahemtola in #32
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- Allow changing the system prompt for each generation by @RezaRahemtola in #23
Full Changelog: 0.1.0...0.1.1
0.1.0
First production-ish release that includes:
- Flexible and newer dependencies (
python
no longer limited to3.11
only,pydantic
upgraded to v2...) - Support of Langchain tools import
- Tests setup with >80% coverage to ensure the stability of the framework
- Various fixes and improvements on the internal inference mechanism
What's Changed
- Basic tests and langchain tools by @RezaRahemtola in #15
- docs(README): Banner added by @RezaRahemtola in #18
- Create CODE_OF_CONDUCT.md by @RezaRahemtola in #19
- GitHub Issues and PR templates by @RezaRahemtola in #20
- Fill the prompt with as much messages as possible by @RezaRahemtola in #21
- Deployment on instances by @RezaRahemtola in #10
Full Changelog: 0.0.4...0.1.0
0.0.4
Dependency fixes and documentation improvements
What's Changed
- docs: README and docstrings improvements by @RezaRahemtola in #7
- deps: Add [standard] extra to fastapi by @RezaRahemtola in #9
- build(deps): bump python-multipart from 0.0.17 to 0.0.18 in /backend by @dependabot in #11
- ci: Set failure on mypy error by @RezaRahemtola in #13
Full Changelog: 0.0.3...0.0.4
0.0.3
Allow local and custom models usage
What's Changed
- build(deps): bump aiohttp from 3.10.10 to 3.10.11 in /backend by @dependabot in #5
- Allow custom model configuration by @RezaRahemtola in #6
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: 0.0.2...0.0.3
0.0.2
Improvements based on the first feedbacks
What's Changed
- Create LICENSE by @RezaRahemtola in #2
- Backend: support environment variables by @RezaRahemtola in #3
- deps: Security bumps and widest versions range by @RezaRahemtola in #4
Full Changelog: 0.0.1...0.0.2
0.0.1
First public test release of LibertAI Agents 😎