Agents
Production agents with knowledge bases, research pipelines, multimodal processing, and integrations.
Agents that do real work. Each example demonstrates knowledge retrieval, multi-tool orchestration, structured output, or multimodal processing.
1from kern.agent import Agent2from kern.models.openai import OpenAIResponses3from kern.tools.yfinance import YFinanceTools45agent = Agent(6 model=OpenAIResponses(id="gpt-5.2"),7 tools=[YFinanceTools(stock_price=True, analyst_recommendations=True)],8 instructions=["Use tables to display data"],9 markdown=True,10)1112agent.print_response("What's the outlook for NVDA?", stream=True)Knowledge & RAG
Agents that search, retrieve, and reason over knowledge bases.
Kern Assist
Documentation assistant with hybrid search and source attribution.
Deep Knowledge
Iterative RAG that breaks complex queries into sub-queries.
Research & Analysis
Multi-tool agents for competitive intelligence and due diligence.
Competitor Analysis
Five-phase intelligence with Firecrawl and reasoning tools.
Research Agent
Journalism workflow with fact-checking across sources.
Startup Analyst
ScrapeGraph toolkit for investment due diligence.
Multimodal
Agents that process audio, video, and generate speech.
Speech to Text
Structured transcription with timestamps and speakers.
YouTube Agent
Video analysis with timestamped topic segmentation.
Integrations
Agents connecting to external platforms and protocols.