Download the PHP package gtgt/symfony-ai-cursor-platform without Composer
On this page you can find all versions of the php package gtgt/symfony-ai-cursor-platform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gtgt/symfony-ai-cursor-platform
More information about gtgt/symfony-ai-cursor-platform
Files in gtgt/symfony-ai-cursor-platform
Package symfony-ai-cursor-platform
Short Description Symfony AI Platform bridge for Cursor (Cloud Agents API and local CLI agent)
License LGPL-3.0-or-later
Informations about the package symfony-ai-cursor-platform
Symfony AI Cursor Platform
Platform bridge for Cursor in the Symfony AI stack.
- Symfony AI Bundle — YAML configuration, agents, console commands
- Symfony AI Agent component —
AgentInterface, messages, tools
Pick one backend:
- CLI — local
agentcommand (typical for development) - Cloud — Cursor Cloud Agents API (typical for CI / remote runs)
Installation
Quick start (CLI)
config/packages/ai_platform_cursor.yaml:
config/packages/ai.yaml:
Use tools: false so Cursor handles its own tooling; Symfony toolbox tools are not passed through.
.env (only if you use an API key with the CLI instead of agent login):
Try it
Use in PHP
Common CLI settings (optional), still under ai_platform_cursor.cli:
Per-call overrides are passed as agent options, e.g. ['cursor_force' => true].
Alternative: Cloud
Replace the CLI config with:
config/packages/ai_platform_cursor.yaml:
config/packages/ai.yaml:
Models
Use default for Cursor’s default model, or any model id supported by your CLI / cloud account.
Symfony documentation
- AI Bundle —
ai.platform,ai.agent, model options,ai:agent:call - Agent component — programmatic usage, processors, toolbox
- Symfony AI overview
License
LGPL-3.0-or-later — see LICENSE.
All versions of symfony-ai-cursor-platform with dependencies
symfony/ai-platform Version ^0.9
symfony/config Version ^7.4|^8.0
symfony/dependency-injection Version ^7.4|^8.0
symfony/http-client Version ^7.4|^8.0
symfony/http-kernel Version ^7.4|^8.0
symfony/process Version ^7.4|^8.0