Skip to main content

What are Shannon Agents?

Shannon Agents are single-purpose, deterministic tools that execute specific tasks without LLM orchestration. Each agent wraps one underlying tool and returns structured results. Key characteristics:
  • Deterministic - Same input always produces same output
  • Fast - No AI planning overhead, direct tool execution
  • Structured - Validated input/output schemas
  • Cost-effective - Only pay for the tool, not orchestration

Agents vs Tasks

When to use Agents:
  • You need specific data (ads, news, SEC filings)
  • You know exactly which tool to use
  • You want predictable, structured output
When to use Tasks:
  • You need AI to plan the approach
  • Multiple tools may be needed
  • You want natural language interaction

Feature Availability

Shannon provides agents in two deployment models:
Shannon Open Source: Self-hosted deployment with core platform features Shannon Cloud: Managed SaaS platform with enterprise features and integrations

Availability Matrix

Legend:
  • ✅ Available
  • ❌ Not available
  • ✅* Available if you provide your own API keys

Why Some Features are Cloud-Only

Some agents require specialized infrastructure:
  • Playwright service - Browser automation for screenshots and LP analysis
  • Vision LLM services - Image analysis with GPT-4V or Claude 3
  • IP rotation - Yahoo JP scraping requires distributed IP pools
These services are provisioned and maintained in Shannon Cloud.
Shannon Cloud provides:
  • Per-tenant usage tracking
  • Rate limiting and quotas
  • Detailed cost breakdowns
  • Billing integration
Self-hosted deployments would need to implement these features separately.

Using OSS Features in Self-Hosted

For agents marked ✅*, you can use them in Shannon OSS by providing your own API keys:
Available for self-hosting with your API keys:
  • keyword-extract - Uses your LLM provider (OpenAI/Anthropic)
  • sec-filings - Free SEC EDGAR API (no key required)
  • alpaca-news - Alpaca Markets free tier available
API Costs: When providing your own API keys, you are responsible for API usage costs. Monitor your usage to avoid unexpected bills.

Agent Categories

Shannon agents are organized into functional categories:

Ads Research

Shannon Cloud Only: These agents require Shannon Cloud subscription and use paid external APIs (SerpAPI, SearchAPI.io, Playwright service).
10 agents for competitive advertising analysis, landing page research, and creative insights.

Ads Research Agents

Extract competitor ads from Google, Yahoo JP, Meta (Facebook/Instagram), analyze landing pages, and discover creative patterns.
Use cases:
  • Competitor ad discovery
  • Landing page analysis
  • Creative messaging research
  • Market intelligence

Financial Research

Mixed Availability: Some agents work in OSS (sec-filings), others require Shannon Cloud (twitter-sentiment, news-aggregator).
4 agents for stock news, SEC filings, sentiment analysis, and multi-source aggregation.

Financial Research Agents

Access SEC filings, Twitter sentiment, stock news, and aggregated financial data for equity research.
Use cases:
  • Equity research
  • Event monitoring (8-K filings)
  • Social sentiment tracking
  • News aggregation

Quick Start

1. List Available Agents

2. Get Agent Schema

3. Execute Agent

4. Retrieve Results


API Reference

Agents API

Complete API reference for agent endpoints

Ads Research

Ads research agent catalog

Financial Research

Financial research agent catalog

Get Task Status

Retrieve agent execution results

Common Patterns

Pattern 1: Sequential Agent Calls

Execute multiple agents in sequence, passing results between them:

Pattern 2: Parallel Agent Execution

Execute multiple agents concurrently for faster results:

Pattern 3: Batch Processing

Process multiple items using batch-enabled agents:

Next Steps

API Reference

Complete endpoint documentation

Ads Research Agents

Explore ads research agents

Financial Agents

Explore financial research agents

Python SDK

Use agents with Python SDK