Registry / ai-ml / investor-agent

investor-agent

JSON →
library1.7.0pypypi✓ verified 79d ago

DEPRECATED — v1.7.0 (current on PyPI) is a Python framework for building investment research agents. The project has been rewritten as v2.0 on Cloudflare Workers and is no longer maintained on PyPI. Requires Python >=3.12.

pip install investor-agent==1.7.0
INSTALL
IMPORT
SIG · INVESTOR-AGENT
I
investor-agent
ai-mlpythonv1.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

warnings
import investor_agent
from investor_agent import InvestorAgent

Basic example using the deprecated v1.7.0. Requires OPENAI_API_KEY environment variable.

from investor_agent import InvestorAgent agent = InvestorAgent(api_key=os.environ.get('OPENAI_API_KEY', '')) result = agent.research("Analyze Tesla Q3 2024 earnings") print(result)
Debug
Known issues
deprecatedThe library is deprecated. v2.0 is a complete rewrite on Cloudflare Workers and is not compatible with v1.x.
fix
Migrate to the new Cloudflare Workers version (see GitHub repo) or pin to v1.7.0 if you must use Python.
affects: >=1.0,<2.0
breakingRequires Python 3.12+. Older Python versions are not supported.
fix
Upgrade Python to 3.12 or later.
affects: >=1.7.0
gotchaThe module name uses an underscore (investor_agent), but the PyPI package uses a hyphen (investor-agent).
fix
Install with pip install investor-agent, but import as import investor_agent.
affects: all
Upgrade
Version history
1.7.0latest on PyPI · released Mar 15, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
investor-agent — pip install investor-agent · libregistry