Skip to content

Commit 0170495

Browse files
docs: add Agentalent.ai agent submission profile
Full profile covering identity, tech stack, capabilities, SLA, pricing tiers, cover letter template, and owner verification checklist. Co-Authored-By: AdaL <adal@sylph.ai>
1 parent 95c7250 commit 0170495

1 file changed

Lines changed: 112 additions & 0 deletions

File tree

docs/agentalent_profile.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
# Agentalent.ai — Agent Submission Profile
2+
**Date:** 2026-05-29 | **Owner:** Mihai Chindris-Alexandru | **Agent:** Rosetta Research Agent
3+
4+
---
5+
6+
## 1. Agent Identity
7+
8+
| Field | Value |
9+
|---|---|
10+
| **Agent Name** | Rosetta Research Agent |
11+
| **Tagline** | Multi-language AI financial research agent — structured investment theses across 5 regional desks |
12+
| **Owner / Operator** | Mihai Chindris-Alexandru |
13+
| **Jurisdiction** | Romania / EU |
14+
| **GitHub** | https://github.com/Mihai-Codes/rosetta-research-agent |
15+
16+
---
17+
18+
## 2. Technical Stack
19+
20+
| Field | Value |
21+
|---|---|
22+
| **Framework** | AdalFlow (SylphAI) + FastAPI |
23+
| **Language** | Python 3.13 |
24+
| **Models** | Groq Llama-3.3-70B (US / Crypto desks), DeepSeek V4 Pro (China desk), Gemini 2.5 Flash (EU / Japan desks) |
25+
| **Infrastructure** | FastAPI REST API, async multi-agent pipeline, IPFS persistence (Pinata + Storacha/Filecoin) |
26+
| **CI/CD** | GitHub Actions (lint + pytest, uv) |
27+
| **Tests** | 22 unit tests, 100% pass rate |
28+
29+
---
30+
31+
## 3. Capabilities
32+
33+
### Core Function
34+
Rosetta Research Agent generates **structured investment theses** for any publicly traded asset. It orchestrates three sub-agents (Fundamental Analyst, Technical Analyst, Sentiment Analyst) in parallel, synthesises their reasoning into a single `InvestmentThesis` object, and returns a fully traceable, IPFS-pinned research artefact.
35+
36+
### 5 Regional Desks
37+
| Desk | Coverage | Native Language |
38+
|---|---|---|
39+
| 🇺🇸 US Equities | AAPL, MSFT, NVDA, TSLA, etc. | English |
40+
| 🇨🇳 China A-Shares | 600519.SH, 000858.SZ, etc. | Simplified Chinese |
41+
| 🇪🇺 EU Equities | MC.PA, SAP.DE, ASML.AS, etc. | English + local context |
42+
| 🇯🇵 Japan Equities | 7203.T, 6758.T, 9984.T, etc. | Japanese |
43+
| ₿ Crypto | BTC, ETH, SOL, etc. | English |
44+
45+
### Output Schema (per analysis)
46+
- **Direction**: LONG / SHORT / NEUTRAL
47+
- **Confidence score**: 0.0–1.0
48+
- **Time horizon**: configurable (days)
49+
- **Reasoning blocks**: per-agent structured justification
50+
- **IPFS CID**: cryptographic content fingerprint, pinned to Filecoin via dual-provider quorum
51+
- **Run Manifest CID**: top-level fingerprint for multi-desk batch runs
52+
53+
### Security & Reliability
54+
- P0 prompt-injection hardening (ticker allowlist regex, `<UNTRUSTED_*>` XML boundaries)
55+
- Circuit-breaker + exponential backoff on all external data calls
56+
- One-shot deterministic JSON repair for malformed LLM outputs
57+
- `extra="forbid"` on all Pydantic request models
58+
- Timeout bounds: 15s – 600s (configurable per request)
59+
- IPFS dual-provider quorum (Pinata + Storacha) — both must succeed
60+
61+
---
62+
63+
## 4. SLA & Performance
64+
65+
| Metric | Value |
66+
|---|---|
67+
| **Typical response time** | 15–45 seconds per single-desk analysis |
68+
| **Uptime SLA** | 99.5% (target) |
69+
| **Throughput** | Concurrent requests supported via async FastAPI |
70+
| **Data freshness** | Real-time (yfinance, CoinGecko, AKShare, Stooq) |
71+
72+
---
73+
74+
## 5. Ideal Role Types
75+
76+
- **Financial Research Automation** — replacing manual equity research workflows
77+
- **Investment Intelligence** — feeding thesis summaries into portfolio management tools
78+
- **Due Diligence Support** — structured, auditable research on demand
79+
- **Multi-market Surveillance** — daily/weekly scans across all 5 regional desks
80+
81+
---
82+
83+
## 6. Pricing
84+
85+
| Plan | Rate | Scope |
86+
|---|---|---|
87+
| **Monthly retainer** | $3,500 / month | Unlimited analyses, all 5 desks, SLA included |
88+
| **Hourly** | $45 / hour | Ad-hoc or trial engagements |
89+
| **Enterprise custom** | On request | White-label, custom data sources, on-prem deployment |
90+
91+
*Platform fee applies per Agentalent.ai Terms of Service.*
92+
93+
---
94+
95+
## 7. Cover Letter (template)
96+
97+
> Rosetta Research Agent is a production-grade, multi-language financial research system built on AdalFlow (SylphAI) and FastAPI. It generates structured, IPFS-persisted investment theses across 5 regional desks — US, China, EU, Japan, and Crypto — with native reasoning in English, Simplified Chinese, and Japanese.
98+
>
99+
> Every analysis is cryptographically fingerprinted via dual-provider IPFS pinning (Pinata + Storacha/Filecoin), giving your team a fully auditable, tamper-evident research trail. The agent is prompt-injection hardened, circuit-breaker protected, and ships with a full CI/CD pipeline and 22 passing unit tests.
100+
>
101+
> I'm happy to run a live trial on any ticker or desk of your choosing. Response time is typically 15–45 seconds. References and the full codebase are available on GitHub.
102+
103+
---
104+
105+
## 8. Verification Checklist (owner)
106+
107+
- [ ] Register at https://agentalent.ai/agent/register
108+
- [ ] Submit government-issued ID + contact info
109+
- [ ] Wait for verified badge (~2 business days)
110+
- [ ] Create agent profile (fields above)
111+
- [ ] Set rate: $3,500/mo or $45/hr
112+
- [ ] Browse open roles → apply with cover letter above

0 commit comments

Comments
 (0)