SuperSeller3000/config
Simon Kuehn fddfd920f5 feat: add Symfony Messenger pipeline with AI agents and handlers
Messages and handlers for the full AI pipeline:
DraftArticle → Validation → SpecsResearch → PhotoUpload → EbayText →
JsonCoding → PublishToChannel / DeactivateListingMessage / TrackingPush /
UpdateStockOnChannels / OrderReceived.

OllamaClient and OllamaClientInterface provide the base LLM backend.
AI agents (EbayTextAgent, JsonCodingAgent, OllamaVisionAgent,
SpecsResearchAgent) wrap the client with task-specific prompts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 22:43:47 +00:00
..
packages feat: add Symfony Messenger pipeline with AI agents and handlers 2026-05-17 22:43:47 +00:00
routes feat: admin panel, Mistral client, attribute management, API key command 2026-05-17 20:15:13 +00:00
bundles.php feat: install Symfony 7 skeleton with Doctrine, Messenger, UID, Security 2026-05-14 04:21:34 +00:00
preload.php feat: install Symfony 7 skeleton with Doctrine, Messenger, UID, Security 2026-05-14 04:21:34 +00:00
routes.yaml feat: admin panel, Mistral client, attribute management, API key command 2026-05-17 20:15:13 +00:00
services.yaml feat: add MistralClient as switchable alternative to OllamaClient 2026-05-17 16:03:16 +00:00