AGENTS
01Agent
Agent "AGENTS" from nirholas/crypto-vision, covering defi-agents development guidelines, project overview, project philosophy, no mocks, no fakes, no stubs and code quality standards.
The most comprehensive cryptocurrency API. Real-time prices, OHLCV, order books & market cap for 10,000+ tokens across 500+ exchanges. DeFi TVL, yields & protocol metrics. On-chain analytics & whale alerts. Crypto news & AI sentiment. Historical data. REST, WebSocket & GraphQL endpoints. Python, TypeScript, Go, React, PHP SDKs.
Agent
Agent "AGENTS" from nirholas/crypto-vision, covering defi-agents development guidelines, project overview, project philosophy, no mocks, no fakes, no stubs and code quality standards.
Agent
All notable changes to the DeFi Agents API are documented in this file.
Agent
You are working on crypto-vision, a cryptocurrency intelligence platform. The dashboard lives in apps/dashboard/ (Next.js 15, Tailwind CSS, App Router). The current UI is a CoinGecko/CoinMarketCap clone that needs a complete redesign into a professional, dark-themed trading platform UI.
Agent
You are working on crypto-vision, a cryptocurrency intelligence platform. The dashboard is in apps/dashboard/ (Next.js 15, Tailwind CSS, App Router). The design system from Prompt 01 gives you a dark trading-terminal aesthetic with sidebar navigation.
Agent
You are working on crypto-vision, a cryptocurrency intelligence platform. The dashboard is in apps/dashboard/ (Next.js 15, Tailwind CSS). The backend has a full Pump.fun Agent Swarm in packages/pump-agent-swarm/ with.
Agent
You are working on crypto-vision dashboard (apps/dashboard/, Next.js 15). The app already has full implementations for portfolio tracking, watchlist management, and price alerts in the lib layer.
Agent
You are working on crypto-vision dashboard (apps/dashboard/, Next.js 15). The app has existing admin, settings, auth, and PWA infrastructure.
Agent
You are working on packages/pump-agent-swarm/ in the crypto-vision monorepo. This is an autonomous Solana trading swarm for Pump.fun tokens. It has 62K lines of code across 86 files but has build issues and dependency problems that need fixing.
Agent
You are working on packages/pump-agent-swarm/src/agents/ in the crypto-vision monorepo. There are 10 agent types (plus a market-maker agent). Each agent is an autonomous actor in the swarm that operates on Solana's Pump.fun bonding curve.
Agent
You are working on packages/pump-agent-swarm/ in the crypto-vision monorepo. The trading engine (src/trading/) and bundle system (src/bundle/) are the core execution layer for all swarm operations on Solana.
Agent
You are working on packages/pump-agent-swarm/ in the crypto-vision monorepo. The intelligence layer (src/intelligence/) provides AI-driven decision making, and the coordination layer (src/coordination/) orchestrates the swarm's lifecycle.
Agent
You are working on packages/pump-agent-swarm/ in the crypto-vision monorepo. The swarm has a built-in monitoring stack.
Agent
You are working on the main API server in src/routes/ of the crypto-vision monorepo. It's a Hono-based REST API running on port 8080 with 39 route modules and 200+ endpoints.
Agent
You are working on src/sources/ in the crypto-vision monorepo. There are 37 data source adapters that connect to external APIs. Each adapter fetches data from a specific service and normalizes it for the route handlers.
Agent
You are working on the real-time data layer of crypto-vision. The API server (port 8080) has WebSocket support.
Agent
You are working on the AI and agent orchestration system in crypto-vision. The system has.
Agent
You are working on the data ingestion pipeline in src/workers/ of the crypto-vision monorepo. There are 15 worker files that periodically fetch data from external APIs, write to BigQuery + Pub/Sub, and index into vector stores.
Agent
You are working on route tests for the crypto-vision API. There are 39 route modules in src/routes/ but only 24 have tests in src/routes/tests/ and 10 in tests/routes/.
Agent
You are working on integration and E2E tests for crypto-vision. The test infrastructure includes.
Agent
You are working on unit tests for the core library modules (src/lib/) and data source adapters (src/sources/) in crypto-vision.
Agent
You are working on the deployment infrastructure for crypto-vision.
Agent
You are working on the database layer of crypto-vision. The project uses.
Agent
You are working on the observability layer for crypto-vision. The project is a TypeScript crypto data platform.
Agent
You are hardening the security of crypto-vision, a TypeScript crypto data platform handling sensitive financial data. The stack.