LarAgent - Power of AI Agents in your Laravel project #26
MaestroError
started this conversation in
Package Submission
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
LarAgent brings the power of AI agents to your Laravel projects with an elegant syntax. Create, extend, and manage AI agents with ease while maintaining Laravel's fluent API design patterns.
What if you can create AI agents just like you create any other Eloquent model?
Why not?! 👇
And it looks familiar, isn't it?
And you can tweak the configs, like
history
Or add
temperature
:Even disable parallel tool calls:
Oh, and add a new tool as well:
And run it, per user:
Or use a custom name for the chat history:
Let's find out more with documentation below 👍
Features
Tool
facade for shortened tool creationPlanned
Here's what's coming next to make LarAgent even more powerful:
Developer Experience 🛠️
chat-history:clear AgentName
- Clear all chat histories for a specific agentmake:agent:tool
- Generate tool classes with ready-to-use stubsmake:agent:chat-history
- Scaffold custom chat history implementationsmake:llm-driver
- Create custom LLM driver integrationsEnhanced AI Capabilities 🧠
Security & Storage 🔒
Advanced Integrations 🔌
Stay tuned! We're constantly working on making LarAgent the most versatile AI agent framework for Laravel.
Beta Was this translation helpful? Give feedback.
All reactions