Skip to content

Hunter5Thompson/deepagents_langchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepAgent Research App

Research agent with corporate proxy and SSL certificate support.

Quick Start

# Install dependencies
uv sync

# Set up environment
cp .env.example .env
# Edit .env with your API keys

# Run research
uv run python main.py "What is LangGraph?"

# Or use the installed script
uv run research "Analyze OODA loop applications"

Configuration

Create a .env file:

ANTHROPIC_API_KEY=sk-ant-...
TAVILY_API_KEY=tvly-...
COMPANY_CERT_PATH=C:\path\to\company_cert.cer

Development

# Format code
uv run ruff format .

# Lint
uv run ruff check .

# Run tests
uv run pytest

Architecture

  • config.py: Environment and configuration management
  • http_client.py: HTTP client factory with cert support
  • tools/: Tool definitions (search, etc.)
  • agents/: Agent factories
  • cli.py: Command-line interface

About

Agents Agnets Agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages