OVERVIEW/ADVANCED/CRYPTO_ADVISOR
Advancedexperimental04_/_ADVANCED

Crypto Portfolio Advisor

Reads a portfolio, scores concentration risk, and recommends rebalancing moves with target weights and rationale.

Py_3.12CrewAIPyCoinGeckoVIEW SOURCE
# INPUT_PROMPT // CRYPTO_ADVISOR
SCHEMA: V.1.0
system@agent-archive:~$
IDLE
OUTPUT_LOG:

[IDLE] Awaiting input. Press RUN DEMO to initialize the pipeline.

LIVE_EXECUTION_LOG // crypto-advisor0 EVENTS

[STREAM] No active execution. Trigger a run to populate the log.

/SYSTEM_INTERNALS

ARCHITECTURE

SYSTEM_ARCHITECTURE
[01]Portfolio Reader
[02]Risk Analyst
[03]Rebalance Planner

/BACKEND_CONTRACT

PLUGGABLE RUNTIME

This demo serves a hardcoded fixture today. Set NEXT_PUBLIC_USE_REAL_BACKEND=true and the same UI will POST /api/advanced/crypto-advisor to a real CrewAI service - no UI change required.

/TYPED_INTERFACE

runProject(CRYPTO_ADVISOR, {
  portfolio: string,
  risk_profile: string,
}) -> markdown