From 628f5501b056c163f7c618974bdac7e1881897b6 Mon Sep 17 00:00:00 2001 From: Richard T Date: Sun, 18 Jan 2026 18:25:55 -0800 Subject: [PATCH] chore: update roadmap --- ROADMAP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 772d0ed3..848b0071 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,7 +6,7 @@ Aden Agent Framework aims to help developers build outcome orienated, self-adapt timeline title Aden Agent Framework Roadmap section MVP Phase - Architecture : Node-Based : SDK : Flexible Edges : Hooks : Tool Use + Architecture : Node-Based : Python SDK : Flexible Edges : Hooks : Tool Use Capabilities : Goal Creation : Worker Agents Generation: File/Memory Tools : Multi-Agent : Human-in-the-Loop Foundations : Basic Eval : Docker Deployment : Documentation section Post-MVP @@ -29,9 +29,9 @@ timeline - [ ] LLM integration layer (Natively supports all mainstream LLMs through LiteLLM) - [ ] **Communication protocol between nodes** - [ ] **[Coding Agent] Goal Creation Session** - - [ ] Instruction back and forth + - [ ] Instruction for coding agents supporting generation of goal with multiple rounds of conversation - [ ] Goal Object schema definition - - [ ] Being able to generate the test cases + - [ ] Support generating test cases for goal - [ ] **[Coding Agent] Worker Agent Creation** - [ ] Coding Agent tools - [ ] Use Template Agent as a start