getmyagentnow.com · AI agent observability platform
multi-tenant · npm SDK · self-observing
GMAN's own commit-reviewer agent runs through the same SDK you'd install — it scores, decides, drafts, and every LLM call is captured by the proxy.
// I built and open-sourced the tooling to watch them.
GMAN is observability for AI agents. npm i @gman-ai/dev, wrap your agent, and every LLM call, retry, and dollar spent streams into a cockpit. I dogfood it on a gamma-exposure options system running on a single Hetzner box: 429 market-data requests every 30 seconds across 8 tickers (SPX, SPY, QQQ, TSLA, NVDA, AAPL, META, AMD) into a 104 GB warehouse, scored against a 73-feature pipeline, gated through 20+ safety checks, executed on an IBKR paper account, managed through exit. A second agent reads my eight repos three times a day, scores the day's commits, drafts a tweet, DMs me on Discord for approval, posts. GMAN watches the agents the trading work generates. The trading pipeline itself stays in its own lane — file-mount IPC, single-writer, no LLM in the order path. The separation is the design, not the gap.
multi-tenant · npm SDK · self-observing
GMAN's own commit-reviewer agent runs through the same SDK you'd install — it scores, decides, drafts, and every LLM call is captured by the proxy.
paisamaker + gex-advisor + market-data-fetcher
Three coordinated repos on a single Hetzner box — data warehouse, signal evaluator, execution engine. File-mount IPC, single-writer, no message bus.
cron 3x/day · scoring → drafting → Discord approval
Reviews commits across 8 repos, scores relevance with GPT-4o, drafts a tweet if the signal is strong, sends to Discord for human approval. Every step traced through GMAN.
● operational ● degraded ● down — pulses tick at the actual poll cadence (30s trading, ~6s for the social-agent SDK→gateway hop during a run)