+ RD-Agent Terminal (React) is the primary UI for market data, agent runs, and research.
+ Open Terminal →
+
Start {
display: flex;
flex-direction: column;
overflow: hidden;
+
+ .terminal-deprecation-banner {
+ flex-shrink: 0;
+ padding: 0.6em 1.2em;
+ background: #fef3c7;
+ color: #92400e;
+ font-size: 0.9em;
+ border-bottom: 1px solid #fcd34d;
+ display: flex;
+ align-items: center;
+ gap: 0.75em;
+ flex-wrap: wrap;
+
+ a {
+ color: #b45309;
+ font-weight: 600;
+ text-decoration: underline;
+ }
+ }
+
.nav-bar {
padding: 1.05em 1.8em;
box-sizing: border-box;