Roadmap: Phase 7 Substantially Complete
Browse files- ROADMAP.md +3 -3
ROADMAP.md
CHANGED
|
@@ -54,11 +54,11 @@ This document tracks the practical evolution of Aubm from a working multi-agent
|
|
| 54 |
- [x] Evidence-Aware Final Report: Final reports now consume consolidated claims from `task_claims` using semantic merging for high-accuracy strategic conclusions.
|
| 55 |
|
| 56 |
## Phase 7: Intelligence and Memory (Next)
|
| 57 |
-
- [
|
| 58 |
-
- [
|
| 59 |
- [/] Cost Control: Project budgets, estimated usage events, budget APIs, and pre-run execution blocking are implemented; provider-native token usage and billing-grade pricing reconciliation are still pending.
|
| 60 |
- [x] Real-Time Logs: Backend SSE stream for `agent_logs`, frontend console integration, project/task stream filters, and Supabase-token authorization are implemented.
|
| 61 |
-
- [
|
| 62 |
|
| 63 |
---
|
| 64 |
|
|
|
|
| 54 |
- [x] Evidence-Aware Final Report: Final reports now consume consolidated claims from `task_claims` using semantic merging for high-accuracy strategic conclusions.
|
| 55 |
|
| 56 |
## Phase 7: Intelligence and Memory (Next)
|
| 57 |
+
- [x] Vectorized Long-Term Memory: Cross-project semantic retrieval over approved outputs and source material; implemented via `project_memory` and `match_project_memory` RPC.
|
| 58 |
+
- [x] Self-Optimizing Agents: Meta-prompting loops based on human feedback and task quality outcomes; rejections trigger intelligent analysis to generate 'Lessons Learned' for retries.
|
| 59 |
- [/] Cost Control: Project budgets, estimated usage events, budget APIs, and pre-run execution blocking are implemented; provider-native token usage and billing-grade pricing reconciliation are still pending.
|
| 60 |
- [x] Real-Time Logs: Backend SSE stream for `agent_logs`, frontend console integration, project/task stream filters, and Supabase-token authorization are implemented.
|
| 61 |
+
- [x] Collaborative Editing: Manual output editing and human review sessions for generated outputs; implemented via `PATCH /tasks/{id}/output`.
|
| 62 |
|
| 63 |
---
|
| 64 |
|