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
+1 -1
View File
@@ -121,7 +121,7 @@ PYTHONPATH=exports uv run python -m your_agent_name run --input '{...}'
```mermaid
flowchart LR
subgraph BUILD["🏗️ BUILD"]
GOAL["Define Goal<br/>+ Success Criteria"] --> NODES["Add Nodes<br/>LLM/Router/Function"]
GOAL["Define Goal<br/>+ Success Criteria"] --> NODES["Add Nodes<br/>Event Loop"]
NODES --> EDGES["Connect Edges<br/>on_success/failure/conditional"]
EDGES --> TEST["Test & Validate"] --> APPROVE["Approve & Export"]
end