LarAgent - Power of AI Agents in your Laravel project #26
Closed
MaestroError
started this conversation in
Package Submission
Replies: 2 comments
-
Thanks for your contribution |
Beta Was this translation helpful? Give feedback.
0 replies
-
@MaestroError If you still keep your AI prompts hardcoded please read this https://gpt-sdk.com/c/Version-Control-Best-Practices-for-Prompt-Management. It will change the game. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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