|
8 | 8 |
|
9 | 9 | # 💸 Legacy AutoGen Implementation |
10 | 10 |
|
11 | | -> This is the legacy implementation using AutoGen. For the current Microsoft Agent Framework version, see the [Agent Framework README](../README.md). |
12 | | -
|
13 | | ---- |
| 11 | +> This is the legacy implementation using AutoGen. |
14 | 12 |
|
15 | 13 | ## 🔑 Key Differences from Microsoft Agent Framework |
16 | 14 |
|
@@ -45,33 +43,6 @@ flowchart TD |
45 | 43 | G --> H[Manual Result Collection]:::orchestrator |
46 | 44 | ``` |
47 | 45 |
|
48 | | -### Microsoft Agent Framework Architecture |
49 | | - |
50 | | -```mermaid |
51 | | -flowchart TD |
52 | | - classDef orchestrator fill:#f0fff0,stroke:#999,stroke-width:1px |
53 | | - classDef agent fill:#f0f8ff,stroke:#333,stroke-width:2px |
54 | | - classDef decision fill:#ffe4e1,stroke:#333,stroke-width:2px |
55 | | -
|
56 | | - A[User Input]:::orchestrator --> B[QuantInvestWorkflow]:::orchestrator |
57 | | - B --> C[WorkflowBuilder]:::orchestrator |
58 | | -
|
59 | | - subgraph Pipeline [Type-Safe Workflow Pipeline] |
60 | | - D[Stock Data Agent]:::agent --> E[Signal Generation Agent<br/>Python code executor]:::agent |
61 | | - E --> F{signals file?}:::decision |
62 | | - F -->|exists| G[Backtest Agent]:::agent |
63 | | - F -->|missing| H[Skip to Summary]:::agent |
64 | | - G --> I[Summary Report Agent]:::agent |
65 | | - H --> I |
66 | | - end |
67 | | - style Pipeline fill:none,stroke:#333,stroke-width:1px |
68 | | -
|
69 | | - C --> D |
70 | | - I --> J[Final Output]:::orchestrator |
71 | | -``` |
72 | | - |
73 | | ---- |
74 | | - |
75 | 46 | ## Best time to buy/sell: Sell in May, buy in October |
76 | 47 |
|
77 | 48 | ### Overview |
|
0 commit comments