agent_actionRead lib/api/stock-filters.ts
Tool result summary: 1 export const validStockSearchFilters = [ 2 "cost_of_revenue", 3 "dividends_per_common_share", 4 "earnings_per_share", 5 "earnings_per_share_diluted", 6 "ebit", 7 "gross_profit", 8 "income_tax_expense", 9 "interest_expense", 10 "net_income", 11 "operating_expense", 12 "operating_income", 13 "research_and_development", 14 "revenue", 15 "selling_general_and_administrative_expenses", 16 "weighted_average_shares", 17 "a
Agent context: I'll research the repository structure first to understand what this agent is and how it's built.