mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 00:45:54 +03:00
[GH-ISSUE #209] Strategy builder phased inputs generation. #147
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AJaySi on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/209
Originally assigned to: @AJaySi, @uniqueumesh on GitHub.
Autofill: Learning, Personalization, and Explainability
This document outlines next-step enhancements for Content Strategy Autofill focusing on: learning from user acceptances, industry presets, constraint-aware generation, explainability, and RAG-lite context. It also captures the trade-offs for sectioned generation vs single-call generation.
Goals
Single-call vs Sectioned Generation
mode=hybrid|single|sectionedand a per-user policy (feature flag).Learning from Acceptances
content_strategy_autofill_insights(accepted fields + sources/meta).content_strategy_autofill_insightsmeta:industry,company_size,accepted_at.Industry Presets
preferred_formats,content_frequency,brand_voice,editorial_guidelinestemplate)./autofill/presets?industry=...&size=...®ion=...(cached).Constraint-Aware Generation
Explain This Suggestion (Mini-modal)
meta[field] = { rationale: string, sources: string[] }(optional).RAG-lite: Retrievable Context for Refresh
API Additions
/autofill/refresh/stream?ai_only=true&constraints=...&mode=hybrid&use_rag=true/autofill/presets?industry=...&size=...®ion=...→ returns compact preset payload./{strategy_id}/autofill/accept→ persist accepted fields with transparency/meta.UI Enhancements
Observability & Metrics
Rollout Plan
References