Spaces:
Sleeping
Sleeping
Commit ·
665dde7
1
Parent(s): a2cbcac
Fix: Add HF YAML configuration
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# PrimoAgent: Multi-Agent Stock Analysis
|
| 2 |
|
| 3 |
## Overview
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: PrimoGreedy Agent
|
| 3 |
+
emoji: 💸
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
app_port: 7860
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# 🕵️♂️ PrimoGreedy Agent
|
| 12 |
+
|
| 13 |
+
A financial analysis agent that protects you from bad stocks.
|
| 14 |
+
It uses a **Logic Firewall** to reject high-debt and overvalued companies before using AI to analyze news.
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
# PrimoAgent: Multi-Agent Stock Analysis
|
| 20 |
|
| 21 |
## Overview
|