wotz/filament-chatbot
最新稳定版本:v0.3.0
Composer 安装命令:
composer require wotz/filament-chatbot
包简介
Filament chatbot package with Laravel AI streaming support.
README 文档
README
A Filament plugin (v4, v5) that adds a floating, streaming chatbot widget to your panel using Laravel AI.
Requirements
- PHP 8.3+
- Filament 4.x or 5.x
- Laravel AI (installed automatically as a dependency)
Quick start
composer require wotz/filament-chatbot php artisan filament-chatbot:install
Configure your AI provider in config/ai.php, then register the plugin in your Filament panel provider:
use Wotz\FilamentChatbot\Filament\Plugins\ChatbotPlugin; $panel->plugin(ChatbotPlugin::make());
Documentation
Full documentation lives in documentation/:
- Installation
- Plugin API
- Configuration reference
- Custom agent
- Tools
- Conversations
- Page context
- UI customization
- Streaming (HTTP / WebSocket)
Project links
Security
If you discover a security vulnerability, please email info@codedor.be instead of opening a public issue.
License
MIT. See LICENSE.md.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-17