carmelosantana/coqui-toolkit-ollama
Composer 安装命令:
composer require carmelosantana/coqui-toolkit-ollama
包简介
Ollama model management toolkit for Coqui — list, pull, delete, create, and search models via the Ollama REST API
README 文档
README
Ollama model management toolkit for Coqui. Provides a single ollama tool with 11 actions for managing local Ollama models, searching the registry, generating embeddings, and more.
Requirements
- PHP 8.4+
- Ollama running locally or accessible via network
- Coqui with
carmelosantana/php-agents ^0.7
Installation
composer require coquibot/coqui-toolkit-ollama
The toolkit is auto-discovered by Coqui on startup — no configuration needed.
Configuration
By default, the toolkit connects to http://localhost:11434. To use a different Ollama server, set the OLLAMA_HOST credential:
credentials(action: "set", key: "OLLAMA_HOST", value: "http://my-server:11434")
Or set it in your environment before starting Coqui:
export OLLAMA_HOST=http://my-server:11434
Actions
| Action | Description | Required Parameters |
|---|---|---|
list |
List all locally installed models | — |
show |
Show detailed model information | model |
pull |
Download a model from the registry | model |
delete |
Delete a local model (gated) | model |
copy |
Copy a model to a new name | model, destination |
create |
Create a custom model (gated) | model |
running |
List models loaded in memory | — |
search |
Search the Ollama registry | query |
embed |
Generate embeddings | model, input |
version |
Show Ollama server version | — |
update_all |
Pull latest for all installed models | — |
Usage Examples
List installed models
ollama(action: "list")
Search and pull a model
ollama(action: "search", query: "code assistant")
ollama(action: "pull", model: "qwen2.5-coder:7b")
Background pull (recommended for large models)
start_background_tool(
tool_name: "ollama",
arguments: '{"action": "pull", "model": "llama3.3:70b"}',
title: "Pulling llama3.3 70B"
)
Create a custom model
ollama(action: "create", model: "my-assistant", from: "llama3.3", system: "You are a concise technical writer.")
Update all models in the background
start_background_tool(
tool_name: "ollama",
arguments: '{"action": "update_all"}',
title: "Updating all Ollama models"
)
Generate embeddings
ollama(action: "embed", model: "nomic-embed-text", input: "Hello world")
Tool Gating
The delete and create actions require user confirmation before executing. This can be bypassed with the --auto-approve flag.
Development
# Install dependencies composer install # Run tests composer test # Run static analysis composer analyse
License
MIT
carmelosantana/coqui-toolkit-ollama 适用场景与选型建议
carmelosantana/coqui-toolkit-ollama 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「toolkit」 「model-management」 「llm」 「ollama」 「php-agents」 「coqui」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 carmelosantana/coqui-toolkit-ollama 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 carmelosantana/coqui-toolkit-ollama 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 carmelosantana/coqui-toolkit-ollama 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Symfony2 Bundle that adds basic user account entity and city/state/country setup as well
Manage all your Laravel models with ease! (Comes with a built in RESTful api, and VueJS for model management)
Common helpers and classes for ICanBoogie
Enable use of agile toolkit framework in wordpress
Handy PHP Utility library
Administration toolkit for Laravel 5 - starting point for developing administration interface
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 30
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-08