Complete index of all Agencio Predict documentation
← Back to Documentation Hub| Document | Description | Path |
|---|---|---|
| Authentication & OnboardingInternal | Login flows, MFA, session management, 8 user roles, RBAC permissions, license gates | docs/diagrams/AUTH-ONBOARDING-FLOW-DIAGRAMS.html |
| Integration ArchitectureInternal | 40+ external integrations: news, social, market data, prediction markets, scheduler | docs/diagrams/INTEGRATION-FLOW-DIAGRAMS.html |
| AI Algorithm TradingInternal | DSL primitives (500+), NL→DSL translation, LLM Jury, paper/live execution | docs/diagrams/ALGORITHM-TRADING-FLOW-DIAGRAMS.html |
| Backtesting SystemInternal | Bar-by-bar engine, 13 metrics, walk-forward, Monte Carlo, regime stress | docs/diagrams/BACKTESTING-FLOW-DIAGRAMS.html |
| Pattern DetectionInternal | FVG, candlestick patterns, DTW templates, Pattern Warming Radar, Hunter | docs/diagrams/PATTERN-MATCHING-FLOW-DIAGRAMS.html |
| PINN PredictorInternal | Physics-Informed Neural Networks with embedded trading constraints | docs/diagrams/PINN-ARCHITECTURE-FLOW-DIAGRAMS.html |
| LLM & API ArchitectureInternal | AI billing modes, LLM routing, entity extraction, Stock Hunter AI | docs/diagrams/LLM-API-ARCHITECTURE.html |
| SILO IntegrationConfidential | SILO Cortex integration: TDS scoring, circuit breakers, injection detection, kill switch | docs/diagrams/SILO-INTEGRATION-FLOW-DIAGRAMS.html |
| Admin Trading MonitorInternal | Super admin trading activity monitoring, decision latency tracking, broker latency, guardrail kills | docs/diagrams/ADMIN-TRADING-MONITOR-FLOW-DIAGRAMS.html |
| Regime Strategy SelectorInternal | Automatic strategy switching, market regime detection, fitness scoring, configurable thresholds | docs/diagrams/REGIME-STRATEGY-SELECTOR-FLOW-DIAGRAMS.html |
| All-Seeing Eye OverviewInternal | Unified AI orchestration: 15 data source categories, black swan detection, executor kill switch integration | docs/diagrams/ALL-SEEING-EYE-OVERVIEW.html |
| Polymarket Wallet ClusteringInternal | Prediction market fraud detection: CLOB API, Union-Find clustering, 5 connection types, 10 DSL primitives | docs/diagrams/POLYMARKET-WALLET-CLUSTERING.html |
| Crisis Alerting & Black SwanInternal | Crisis detection: 12 event types, 4 severity levels, historical matching, executor integration | docs/diagrams/CRISIS-ALERTING-BLACK-SWAN.html |
| Platform Status AuditInternal | Honest assessment: pre-production readiness, API key requirements, paper trading plan, roadmap, known issues | docs/PLATFORM-STATUS-AUDIT.html |
| Platform Testing SuiteInternal | 7 test suites: validation (metrics, DSL, quant), backtest (historical, anomaly), proof (algorithms, stock hunter). 50+ tests with results tracking | docs/PLATFORM-TESTING-SUITE.html |
| Product Value OverviewInternal | Competitive analysis, pricing tiers ($29-$199), white-label licensing ($50K-$5M), claim validation against code, quantitative infrastructure | docs/PRODUCT-VALUE-OVERVIEW.html |
| Trading Guide for BeginnersPublic | Comprehensive trading education: derivatives, options, futures, forex, crypto, technical analysis, risk metrics, FIX protocol, platform feature mapping | docs/TRADING-GUIDE-FOR-BEGINNERS.html |
| Manipulation DetectionInternal | 7 detection types, 22 DSL primitives, L2 order book, tick classification, executor circuit breaker integration | docs/diagrams/MANIPULATION-DETECTION-FLOW-DIAGRAMS.html |
| Market Confidence & AnomalyInternal | Human vs automation scoring, divergence engine, composite signals, arb-bot detection, trust layer | docs/diagrams/MARKET-CONFIDENCE-ANOMALY-FLOW-DIAGRAMS.html |
| Integrations & Data FlowInternal | 65+ integrations, Polygon BYOK, tier detection, DSL primitive mapping, provider fallback chains | docs/INTEGRATIONS-DATA-FLOW.html |
| Document | Description | Path |
|---|---|---|
| 00 - IndexPublic | Table of contents for all user guide chapters | docs/guides/00-index.md |
| 01 - Getting StartedPublic | Account creation, platform navigation, first steps | docs/guides/01-getting-started.md |
| 02 - Platform FeaturesPublic | Overview of all platform features and capabilities | docs/guides/02-platform-features.md |
| 03 - AI TradingPublic | AI-powered trading features, algorithm creation, execution | docs/guides/03-ai-trading.md |
| 04 - Broker SetupPublic | Connect brokerage accounts for paper and live trading | docs/guides/04-broker-setup.md |
| 05 - Pattern DetectionPublic | FVG, candlestick patterns, technical analysis tools | docs/guides/05-pattern-detection.md |
| 06 - Portfolio ManagementPublic | Managing positions, allocation, and portfolio tracking | docs/guides/06-portfolio-management.md |
| 07 - Social SentimentPublic | Social media monitoring and sentiment analysis | docs/guides/07-social-sentiment.md |
| 08 - Economic CalendarPublic | Economic events, releases, and macro calendar | docs/guides/08-economic-calendar.md |
| 09 - AI Stock HunterPublic | AI-powered stock research with 39 presets | docs/guides/09-stock-hunter.md |
| 10 - Account SettingsPublic | Account configuration, security settings, preferences | docs/guides/10-account-settings.md |
| 11 - FAQPublic | Frequently asked questions and answers | docs/guides/11-faq.md |
| 12 - All-Seeing EyePublic | Unified AI orchestration and probability views | docs/guides/12-all-seeing-eye.md |
| 13 - Candlestick PatternsPublic | Candlestick pattern reference and identification | docs/guides/13-candlestick-patterns.md |
| 14 - Algorithm ReferencePublic | DSL primitives and algorithm building reference | docs/guides/14-algorithm-reference.md |
| 15 - Trading WizardPublic | Step-by-step trading setup wizard | docs/guides/15-trading-wizard.md |
| 16 - Making TradesPublic | How to place and manage trades | docs/guides/16-making-trades.md |
| 17 - Broker Setup (Detailed)Public | Detailed broker connection guides per provider | docs/guides/17-broker-setup-detailed.md |
| 18 - AI TraderPublic | Autonomous AI trading system usage | docs/guides/18-ai-trader.md |
| 19 - Prediction MarketsPublic | Polymarket, Kalshi, Metaculus, PredictIt integration | docs/guides/19-prediction-markets.md |
| 20 - WatchlistsPublic | Creating and managing symbol watchlists | docs/guides/20-watchlists.md |
| 21 - GlossaryPublic | Trading and platform terminology definitions | docs/guides/21-glossary.md |
| 22 - TroubleshootingPublic | Common issues and solutions | docs/guides/22-troubleshooting.md |
| Document | Description | Path |
|---|---|---|
| 01 - Product OverviewInternal | Original product specification and requirements | docs/internal/architecture/01-product-overview.md |
| 02 - System ArchitectureInternal | Monorepo structure, deployment architecture, service boundaries | docs/internal/architecture/02-architecture.md |
| 03 - Database SchemaInternal | 7 schemas, 28+ tables, migration conventions | docs/internal/architecture/03-database-schema.md |
| 04 - API SpecificationInternal | API design principles and specifications | docs/internal/architecture/04-api-specification.md |
| 05 - Frontend ComponentsInternal | React component inventory and patterns | docs/internal/architecture/05-frontend-components.md |
| 06 - Build PhasesInternal | Development phases and build plan | docs/internal/reference/06-build-phases.md |
| 07 - Monetisation StrategyInternal | Pricing tiers, subscription model, billing | docs/internal/billing/07-monetisation-strategy.md |
| 08 - Triggers & ActionsInternal | Workflow automation system design | docs/internal/reference/08-triggers-and-actions.md |
| 09 - Data Feed PipelineInternal | Feed ingestion, processing, and storage | docs/internal/reference/09-data-feed-pipeline.md |
| 10 - InfrastructureInternal | AWS, Vercel, and deployment infrastructure | docs/internal/operations/10-infrastructure-deployment.md |
| 11 - Security OverviewInternal | Security design, authentication, encryption | docs/internal/architecture/11-security-overview.md |
| 12 - Algorithm BuilderInternal | DSL specification, LLM Jury, anti-hallucination | docs/internal/trading/12-algorithm-builder.md |
| 13 - Broker IntegrationInternal | 5 broker adapters, OAuth, credential encryption | docs/internal/trading/13-broker-integration.md |
| 24 - API Routes ReferenceInternal | 430+ API endpoints with auth and rate limits | docs/internal/architecture/24-api-routes.md |
| 29 - CI/CD PipelineInternal | GitHub Actions, Fargate, Amplify deployment | docs/internal/architecture/29-cicd.md |
| Document | Description | Path |
|---|---|---|
| 33 - Trading WorkflowInternal | 6-stage trading workflow design | docs/internal/trading/33-trading-workflow.md |
| Trading Math AuditInternal | Trading math implementation audit | docs/internal/trading/TRADING_MATH_AUDIT.md |
| 40 - AI Trader ComplianceInternal | Compliance and audit documentation | docs/internal/operations/40-ai-trader-compliance-and-audit.md |
| 50 - Derivatives & ShortsInternal | Perpetual swaps, futures, short selling | docs/internal/trading/50-derivatives-and-shorts.md |
| 51 - Wizards & GraduationInternal | Setup wizard and paper→live graduation | docs/internal/trading/51-trading-wizards-graduation-tracker.md |
| 68 - AI Fund ManagerInternal | Multi-strategy fund management system | docs/internal/trading/68-ai-fund-manager.md |
| 71 - AI Kill SwitchInternal | Platform-wide emergency stop for AI trading | docs/internal/trading/71-ai-trading-kill-switch.md |
| 67 - Manipulation DetectionInternal | Stop-loss hunting, spoofing, wash trading detection | docs/internal/trading/67-manipulation-detection.md |
| 82 - Regime Strategy SelectorInternal | Automatic strategy switching based on market regime detection (PINN, Markov HMM) | docs/internal/trading/82-regime-strategy-selector.md |
| 86 - Quantitative Analysis FeaturesInternal | 63 DSL primitives: cointegration, Fama-French, Greeks, GARCH, CUSUM, TCA, TWAP/VWAP | docs/86-quantitative-analysis-features.md |
| Quantitative Components (Master Reference)Internal | Complete reference: 506 DSL primitives across 16 categories (technical, PINN, fundamental, macro, sentiment, etc.) | docs/quantitative_components.md |
| Quantitative Components (Interactive HTML)Internal | Interactive HTML reference: 506 DSL primitives with search, collapsible sections, code examples, architecture diagram | docs/QUANTITATIVE-COMPONENTS.html |
| Platform Overview (Executive Summary)Internal | Executive summary: "Institutional Quant. Retail Accessible." Platform pillars, quant highlights, 40+ integrations, technical foundation | docs/PLATFORM-OVERVIEW.html |
| Document | Description | Path |
|---|---|---|
| 26 - Integration RegistryInternal | Complete registry of all external integrations | docs/internal/integrations/26-integration-registry.md |
| 48 - Social IntelligenceInternal | 7 social platforms, bot tokens, sentiment | docs/internal/integrations/48-social-follows-and-telegram.md |
| 57 - Economic CalendarInternal | Finnhub, FXStreet, FRED calendar integration | docs/internal/integrations/57-economic-calendar-integration.md |
| 55 - Pepperstone BrokerInternal | cTrader OAuth integration for forex/CFD | docs/internal/trading/55-pepperstone-broker-integration.md |
| 56 - Charles SchwabInternal | Schwab OAuth for US stocks/ETFs/options | docs/internal/trading/56-schwab-broker-integration.md |
| 75 - Institutional HoldingsInternal | SEC 13F filings integration | docs/internal/integrations/75-institutional-holdings.md |
| 76 - Activist TrackingInternal | SEC 13D/13G activist investor tracking | docs/internal/integrations/76-activist-tracking.md |
| 73 - Platform SecretsInternal | API key management with DB-first lookup | docs/internal/integrations/73-platform-integration-secrets.md |
| 83 - Mailbox MonitoringInternal | Office 365 mailbox, subscriber insights, 8 DSL primitives (multi-symbol), backtest historical data | docs/83-mailbox-monitoring.md |
| 84 - Polygon BYOK & Tier DetectionInternal | Polygon.io BYOK support, automatic tier capability detection, pricing tiers | docs/84-polygon-byok-tier-detection.md |
| 85 - Integrations Data FlowInternal | 65+ external services, data flow architecture, DSL primitive mapping, fallback chains | docs/85-integrations-data-flow-architecture.md |
| Integrations Data Flow DiagramsInternal | Interactive Mermaid diagrams: platform data flow, BYOK, DSL mappings, fallback chains | docs/INTEGRATIONS-DATA-FLOW.html |
| Document | Description | Path |
|---|---|---|
| 31 - AI LLM SystemInternal | LLM integration architecture | docs/internal/ai-ml/31-ai-llm-system.md |
| 41 - AI API Keys MatrixInternal | Platform vs BYOK API keys, tier gating | docs/internal/ai-ml/41-ai-api-keys-feature-matrix.md |
| 42 - AI Billing CreditsInternal | Three billing modes: subscription/credits/BYOK | docs/internal/ai-ml/42-ai-billing-credits-plan.md |
| 44 - Pattern Detection AIInternal | FVG, DTW, black swan, whale/bot detection | docs/internal/ai-ml/44-pattern-detection-and-ai-features.md |
| 43 - Market Paradox AnalysisInternal | Paradox detection and LLM narrative synthesis | docs/internal/ai-ml/43-market-paradox-analysis.md |
| 77 - PINN PredictorInternal | Physics-Informed Neural Network specification | docs/internal/ai-ml/77-pinn-predictor.md |
| 77 - Crisis ResilienceInternal | Historical crisis performance scoring | docs/internal/ai-ml/77-crisis-resilience-scoring.md |
| 60 - Support Chat RAGInternal | Internal RAG-powered support chat | docs/internal/ai-ml/60-support-chat-rag.md |
| Document | Description | Path |
|---|---|---|
| Billing OverviewInternal | Stripe integration and billing design | docs/internal/billing/BILLING.md |
| 61 - Deployment GuardInternal | License server validation and heartbeat | docs/internal/billing/61-deployment-guard.md |
| 69 - License ServerInternal | License Server integration details | docs/internal/integrations/69-license-server-integration.md |
| 70 - Plan OverridesInternal | Admin-managed subscription overrides | docs/internal/billing/70-plan-override-gratuitous-subscriptions.md |
| Document | Description | Path |
|---|---|---|
| SILO Integration GuideConfidential | AI agent behavioral monitoring integration | docs/confidential/silo/README.md |
| 38 - SILO IntegrationConfidential | SILO integration specification | docs/confidential/silo/38-silo-integration.md |
| SILO OverviewConfidential | SILO security framework overview | docs/confidential/silo/SILO_INTEGRATION.md |
| Document | Description | Path |
|---|---|---|
| AWS DeploymentInternal | AWS Fargate and EC2 deployment guide | docs/internal/operations/AWS_DEPLOYMENT.md |
| 62 - EC2 SchedulerInternal | PM2 scheduler deployment on EC2 | docs/internal/operations/62-ec2-scheduler-deployment.md |
| 35 - Environment VariablesInternal | All environment variable configuration | docs/internal/operations/35-environment-variables.md |
| 35 - System AdministrationInternal | Database and S3 monitoring, maintenance | docs/internal/operations/35-system-administration.md |
| Disaster RecoveryInternal | DR procedures and infrastructure | docs/internal/operations/DR-INFRASTRUCTURE.md |
| Cognito SetupInternal | AWS Cognito configuration | docs/internal/integrations/cognito.md |