seo-generator-server/public
StillHammer 471058f731 Add flexible pipeline system with per-module LLM configuration
- New modular pipeline architecture allowing custom workflow combinations
- Per-step LLM provider configuration (Claude, OpenAI, Gemini, Deepseek, Moonshot, Mistral)
- Visual pipeline builder and runner interfaces with drag-and-drop
- 10 predefined pipeline templates (minimal-test to originality-bypass)
- Pipeline CRUD operations via ConfigManager and REST API
- Fix variable resolution in instructions (HTML tags were breaking {{variables}})
- Fix hardcoded LLM providers in AdversarialCore
- Add TESTS_LLM_PROVIDER.md documentation with validation results
- Update dashboard to disable legacy config editor

API Endpoints:
- POST /api/pipeline/save, execute, validate, estimate
- GET /api/pipeline/list, modules, templates

Backward compatible with legacy modular workflow system.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 14:01:52 +08:00
..
batch-dashboard.html Refactor batch processing system with shared QueueProcessor base class 2025-09-19 02:04:48 +08:00
batch-interface.html Refactor batch processing system with shared QueueProcessor base class 2025-09-19 02:04:48 +08:00
index.html Add flexible pipeline system with per-module LLM configuration 2025-10-09 14:01:52 +08:00
modular-pipeline-demo.html Add modular pipeline demo system with real module integration 2025-09-23 16:03:20 +08:00
pipeline-builder.html Add flexible pipeline system with per-module LLM configuration 2025-10-09 14:01:52 +08:00
pipeline-builder.js Add flexible pipeline system with per-module LLM configuration 2025-10-09 14:01:52 +08:00
pipeline-runner.html Add flexible pipeline system with per-module LLM configuration 2025-10-09 14:01:52 +08:00
pipeline-runner.js Add flexible pipeline system with per-module LLM configuration 2025-10-09 14:01:52 +08:00
prompt-engine-interface.html Add modular pipeline demo system with real module integration 2025-09-23 16:03:20 +08:00
README-Interface.md Setup test system extended 2025-09-05 20:09:53 +08:00
step-by-step.html Improve step by step system, fix modular level 3 and 4 modules 2025-09-11 15:31:53 +08:00
test-modulaire.html Setup test system extended 2025-09-05 20:09:53 +08:00