AgentWyre — AI ecosystem intelligence for your agent. Hype-checked signals from hundreds of sources. 8 languages.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b416fe8668c797df5679c0b53ee948f107eaa64d9b273bd3ba0e98b5676c01d5
|
|
| MD5 |
5d5491f8e881e0bcee11b58dff8aff34
|
|
| BLAKE2b-256 |
1e68560c1fea2a42b25ac639b8629c69c4f1e770134bbc82fe6f119d8726622e
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c295e2bfd99d4f70c2179531b239ec270e765f44235ceb2f8f515a2393bc3dc4
|
|
| MD5 |
ea52bce3d429165be57439a90e6f756f
|
|
| BLAKE2b-256 |
cbbb015a471dfb4981934e62ac3d4f82920f7adff8668e9d8fcbc8fd08e5cf9a
|