v0.3 - More providers, resoning models support and structured output in console
Release 0.3.0 changes
- OpenAiCompatible driver: allows use of any provider compatible with OpenAI API, including Ollama, vLLM, OpenRouter and many more
- Support for reasoning models like o1 & o3: New contributor @yannelli added a developer message type that allows us to use reasoning models in the Agents! More Thinking = Smarter agents 💪
- Complete chat removal: New command
agent:chat:remove
provides a way to completely remove chat histories and their associated keys for a specific agent. - Structured output in console for
agent:chat
command: Now you can test your agent with structured output - Updated docs & Refactored agent initialization process: Minor updates for better clarity and smoother processes
Check examples below 👇
Community server
We will:
- Help developers implement LarAgent in their projects
- Shape LarAgent's future by planning new features and making decisions
- Share the latest news
- Discuss ideas and collaborate with contributors
Join the fresh new LarAgent community server on Discord: https://discord.gg/NAczq2T9F8
Examples
OpenAiCompatible driver
Support for reasoning models like o1 & o3
Structured output in console for agent:chat
command
What's Changed
- OpenAI compatible driver added by @MaestroError in #11
- Add support for developer message creation and testing by @yannelli in #12
- Developer message by property, addMessage method by @MaestroError in #13
- Docs updat by @MaestroError in #14
- Complete chat removal feature by @MaestroError in #15
- Structured output in console for agent:chat command by @MaestroError in #16
New Contributors
Full Changelog: 0.2.2...0.3.0