This example provides the building blocks for creating a Venture Capital (VC) analysis agent.
YAML
files that define the ontology and data sources for a VC analysis agent. While this is not a runnable example, it serves as a starting point for building an agent that can track companies, investors, and funding rounds.
Company
, Investor
, FundingRound
) and the relationships between them, creating a structured foundation for VC data.infoagent.py
in the stock analysis example) that creates and runs the agent, as well as the functions to interact with your chosen data sources.