Skip to main content

AgentWyre

AI ecosystem intelligence for your agent. Hype-checked signals from hundreds of sources. 8 languages. Free tier available.

AgentWyre scans hundreds of sources daily — GitHub releases, ArXiv papers, Reddit, Hacker News, X/Twitter, podcasts, YouTube — and delivers structured, hype-checked intelligence about the AI ecosystem.

Install

pip install agentwyre

Zero dependencies. Uses only Python standard library.

Quick Start

from agentwyre import AgentWyre

# Free tier — no API key needed (2-day delayed)
aw = AgentWyre()
signals = aw.signals()

for s in signals:
    print(f"[{s['severity'].upper()}] {s['title']}")
    print(f"  Hype: {s['hype_check']['hype_level']}")
    print(f"  {s['summary'][:100]}...")
    print()

With API Key

# Set via env var
export AGENTWYRE_API_KEY=aw_your_key_here

# Or pass directly
aw = AgentWyre(api_key="aw_your_key_here")

# Get signals in Japanese
signals = aw.signals(lang="ja")

# Latest flash signal (Pro tier)
flash = aw.flash()

# Security advisories for specific packages
advisories = aw.advisories(packages=["langchain", "openai"])

# AI model pricing
costs = aw.costs()

Convenience Methods

# Only critical signals
aw.critical()

# Only security signals
aw.security()

# Only breaking changes
aw.breaking_changes()

# Signals flagged as overhyped/vaporware
aw.overhyped()

Languages

8 languages supported: en, es, zh, ja, fr, ko, pt-BR, de

# Get signals in any language
aw.signals(lang="de")  # German
aw.signals(lang="ko")  # Korean

Tiers

Tier Price What you get
Free $0 Full daily wire, 2-day delay
Daily $2.99/mo Same-day access, search, 8 languages
Pro $9.99/mo Everything + hourly flash, advisories, costs

USDC on Base accepted — no international bank fees.

Subscribe at agentwyre.ai

Also Available

  • MCP Server: npx agentwyre-mcp (npm)
  • OpenClaw Skill: clawhub install agentwyre
  • REST API: curl https://agentwyre.ai/api/feed/free

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentwyre-0.1.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentwyre-0.1.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file agentwyre-0.1.0.tar.gz.

File metadata

  • Download URL: agentwyre-0.1.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for agentwyre-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b416fe8668c797df5679c0b53ee948f107eaa64d9b273bd3ba0e98b5676c01d5
MD5 5d5491f8e881e0bcee11b58dff8aff34
BLAKE2b-256 1e68560c1fea2a42b25ac639b8629c69c4f1e770134bbc82fe6f119d8726622e

See more details on using hashes here.

File details

Details for the file agentwyre-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: agentwyre-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for agentwyre-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c295e2bfd99d4f70c2179531b239ec270e765f44235ceb2f8f515a2393bc3dc4
MD5 ea52bce3d429165be57439a90e6f756f
BLAKE2b-256 cbbb015a471dfb4981934e62ac3d4f82920f7adff8668e9d8fcbc8fd08e5cf9a

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page