mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 17:05:56 +03:00
[PR #394] [MERGED] Derive task memory feedback_score from persisted task.status #699
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#699
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?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/394
Author: @AJaySi
Created: 3/6/2026
Status: ✅ Merged
Merged: 3/8/2026
Merged by: @AJaySi
Base:
main← Head:codex/update-feedback_score-derivation-in-set_task_status📝 Commits (1)
acecf2aFix task outcome feedback scoring to use normalized status📊 Changes
1 file changed (+11 additions, -3 deletions)
View changed files
📝
backend/api/today_workflow.py(+11 -3)📄 Description
Motivation
Description
set_task_status(inbackend/api/today_workflow.py) derivenormalized_statusfrom the persistedtask.statusreturned byupdate_task_status(...)and not frombody.statusafter the update completes.completed->+1,skipped/dismissed/rejected->-1, and all other statuses ->0, and pass the resultingfeedback_scoreintomemory.record_task_outcome(...)while preservingcompletion_notesbehavior.AGENTS.mdwere used for this change.Testing
python -m py_compile backend/api/today_workflow.pyand it completed successfully.Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.