Investing Agent Sdk banner
ccrjohn8787 ccrjohn8787

Investing Agent Sdk

Development community

Description

Multi-agent investing agent using Claude Agent SDK

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Investing Agent SDK

**Multi-agent investment analysis platform** generating institutional-grade equity research reports with automatic quality evaluation.

[![Status](https://img.shields.io/badge/status-production--ready-green)](https://github.com/ccrjohn8787/investing-agent-sdk) [![Python](https://img.shields.io/badge/python-3.10+-blue)](https://www.python.org) [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)


Overview

A sophisticated AI-powered system that generates deep, institutional-quality investment research through multi-agent collaboration, iterative analysis, and automatic PM-grade evaluation.

**Key Capabilities:**

  • Institutional-Grade Reports: HTML reports with investment snapshot, valuation scenarios, and PM evaluation
  • Automatic Quality Assessment: Every report graded by senior PM evaluator (A+ to F scale)
  • Multi-Agent Workflow: 5 specialized AI agents coordinate to produce comprehensive analysis
  • DCF Valuation: Deterministic NumPy-based valuations with sensitivity analysis
  • Evidence-Based: All claims traced to SEC filings, earnings calls, and market data

**Recent Analysis Grade**: A (90/100) - Institutional quality, PM-ready


Quick Start

Installation

# Clone repository
git clone https://github.com/ccrjohn8787/investing-agent-sdk.git
cd investing-agent-sdk

# Create virtual environment
python -m venv .venv
source .venv/bin/activate  # macOS/Linux
# or: .venv\Scripts\activate  # Windows

# Install with dependencies
pip install -e ".[dev]"

# Configure API keys (if using direct API)
cp .env.example .env
# Edit .env: Add ANTHROPIC_API_KEY and BRAVE_API_KEY

Basic Usage

# Run analysis with CLI
investing-agents analyze NVDA

# With options
investing-agents analyze AAPL --iterations 3 --format html --output aapl_report.html

# View PM evaluation
cat output/analyses/NVDA_*/evaluation/pm_evaluation.md

**Output Files:**

  • output/nvda_fresh_analysis.html - Com