Add the enrichment columns:
Call add_columns with table_id = <table_id> and the following column_configs:
{
"column_configs": [
{
"kind": "agent",
"name": "Expansion Signals",
"key": "expansion_signals",
"value": {
"agent_type": "research_pro",
"prompt": "Identify and summarize the company's expansion signals using information from job postings, press releases, new office mentions, executive hires, and product launches. Focus on evidence of geographic, product, or market expansion. Include details such as new regional offices, hires in specific regions (e.g., EMEA, APAC), product development roles, or mentions of entering new customer segments. Output as a short text summary.",
"output_format": "text",
"extra_dependencies": ["company_name", "company_website"]
}
},
{
"kind": "agent",
"name": "Traction Indicators",
"key": "traction_indicators",
"value": {
"agent_type": "research_pro",
"prompt": "Identify traction indicators for the company by analyzing customer count claims on the website, revenue milestones in press, case studies, review volume, and job posting mentions. Summarize key signals of growth and market adoption in text form.",
"output_format": "text",
"extra_dependencies": ["company_name", "company_website"]
}
},
{
"kind": "agent",
"name": "Business Priority Signals",
"key": "business_priority_signals",
"value": {
"agent_type": "research_pro",
"prompt": "Identify business priority signals for the company by analyzing job postings, product page focus, executive LinkedIn posts, earnings calls, and blog content. Summarize the company's current strategic priorities in text form.",
"output_format": "text",
"extra_dependencies": ["company_name", "company_website"]
}
},
{
"kind": "agent",
"name": "Recent Trigger Events",
"key": "recent_trigger_events",
"value": {
"agent_type": "research_pro",
"prompt": "Identify the company's recent trigger events by reviewing press releases, LinkedIn company updates, job postings, and product launches. Summarize notable events such as new product launches, major hires, funding announcements, office openings, or strategic partnerships.",
"output_format": "json",
"output_schema": {
"type": "object",
"properties": {
"date": {"type": "string"},
"type": {"type": "string", "description": "type of the signal"},
"description": {"type": "string"}
}
},
"extra_dependencies": ["company_name", "company_website"]
}
},
{
"kind": "agent",
"name": "Growth Stage Signals",
"key": "growth_stage_signals_",
"value": {
"agent_type": "research_pro",
"prompt": "Identify growth stage signals for the company by analyzing recent information. Use sources such as press mentions, job posting language, Glassdoor reviews, office openings, and product launches. Look for indicators like rapid growth, scaling, expanding, doubling team, fast-paced, or hypergrowth. Summarize your findings in a concise text format.",
"output_format": "text",
"extra_dependencies": ["company_name", "company_website"]
}
},
{
"kind": "agent",
"name": "AI Initiatives",
"key": "ai_initiatives",
"value": {
"agent_type": "research_pro",
"prompt": "Summarize the company's current AI initiatives, including any projects, products, or strategic focuses related to artificial intelligence. Look for information in press releases, product announcements, or company reports. Format the response as a concise text summary.",
"output_format": "text",
"extra_dependencies": ["company_name", "company_website"]
}
}
]
}