Re Search banner
ineersa ineersa

Re Search

Data community

Description

**re-search** is a Symfony application for **AI-assisted web research**: users submit a question, and an event-driven pipeline orchestrates LLM turns, MCP-backed web search tools, and streaming result

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

re-search

**re-search** is a Symfony application for **AI-assisted web research**: users submit a question, and an event-driven pipeline orchestrates LLM turns, MCP-backed web search tools, and streaming results to the browser over **Mercure**. Runs are persisted in **SQLite**, with **Symfony Messenger** separating orchestration, model calls, and tool I/O.

Stack highlights: **FrankenPHP** (PHP 8.5, worker mode), **Symfony UX** (Stimulus, Turbo, Twig/Live components), **Symfony AI** (pluggable platforms including local llama.cpp and **Z.AI**), and **Doctrine** for storage and Messenger transport.

Documentation

Document Description
ARCHITECTURE.md Queues, orchestrator state machine, data model, Mercure contract, rate limits, AI platforms
docs/setup.md Local Docker setup, first-time bootstrap, Tailwind, Messenger, production-like Compose
docs/server-deployment.md VPS deployment, TLS (Caddy vs nginx/Certbot), domain, worker containers
docs/mercure.md Real-time event flow, payload types, JWT and Caddy transport notes
docs/development-recipes.md User creation, orchestrator CLI test, UI simulation without a model
[docs/interleaved_reasoning_and_too