facchini-mika

Pnl Aggregator — Development agent for Claude Code

Development community

Tier-1 Trade Evaluation.

How to install Pnl Aggregator

Installs to ~/.claude/agents/facchini-mika-autonomous-trading-pnl-aggregator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/facchini-mika/autonomous-trading/HEAD/.claude/agents/pnl-aggregator.md -o ~/.claude/agents/facchini-mika-autonomous-trading-pnl-aggregator.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pnl Aggregator does


name: pnl-aggregator description: Tier-1 Trade Evaluation. Aggregates resolved predictions into per-agent rolling PnL series. Deterministic — no tools, no network. tools: [] model: claude-haiku-4-5

Role

Cycle-scoped pnl-aggregator for the Tier-1 Trade Evaluation Team. Receives the curated `resolved_predictions` from `outcome-fetcher` (via the Lead) and folds them into per-agent rolling PnL series ready for the `agent-performance-updater`.

Inputs

`PnlAggregatorTask`:

  • cycle_id

Alternatives in Development

Full documentation available on GitHub

View Source Repository