fix(arch): remove all deprecated concepts and deadcodes

This commit is contained in:
Timothy
2026-02-17 10:59:15 -08:00
parent 7b1e0af155
commit bbf1c8c790
57 changed files with 455 additions and 6506 deletions
+2 -2
View File
@@ -82,9 +82,9 @@ learn from the corrections to improve accuracy.
| Feature | AutoGen | Aden |
|---------|---------|------|
| Agent-to-agent | Natural language | Generated connections |
| Conversation history | Built-in | Via memory nodes |
| Conversation history | Built-in | Via shared memory |
| Message passing | Sequential turns | Async/event-driven |
| Human interaction | Via UserProxyAgent | Native HITL nodes |
| Human interaction | Via UserProxyAgent | Client-facing nodes |
**Verdict:** AutoGen is more natural for dialogue; Aden is more flexible for diverse patterns.