This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Multi-Agent Investment Committee Architecture | |
| ## Overview | |
| This document defines a structured multi-agent system for portfolio analysis powered by the **tddi-mcp** MCP server, which exposes **19 tools** across three categories: | |
| - **Portfolio Data Tools** (9) - Holdings, allocation, performance, risk, dividends, ETF analysis | |
| - **Data Management Tools** (4) - CSV import, quote refresh, indicator refresh, data freshness | |
| - **Economic Indicator Tools** (6) - Macro indicators, alerts, risk scoring, history, stress testing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| A little jinja RTFM worked... | |
| {%- set proxy= [] %} | |
| {%- for host, hostinfo in salt['mine.get']('G@roles:some_role and G@datacenter:env', 'network.interfaces','compound').items() %} | |
| {%- do proxy.append(host) %} | |
| {%- endfor %} | |
| proxy={{ proxy }} |