← 返回
AI智能 Key 中文

AgentWyre

Get AI ecosystem intelligence from AgentWyre. Use when you need to check for breaking changes, security vulnerabilities, new model releases, or pricing updat...
从 AgentWyre 获取 AI 生态情报。当需要检查重大变更、安全漏洞、新模型发布或价格更新时使用。
tcd004
AI智能 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 446
下载
💾 7
安装
1
版本
#latest

概述

AgentWyre — AI Ecosystem Intelligence

Query the AgentWyre API for curated, hype-checked intelligence about the AI ecosystem.

When to Use

  • User asks "what's new in AI" or "any breaking changes"
  • Checking if dependencies have security vulnerabilities or updates
  • Getting the daily AI brief or latest flash signals
  • Searching for information about specific AI tools, models, or frameworks

Quick Start

# Get today's free signals (no key needed)
curl -s https://agentwyre.ai/api/feed/free | python3 -m json.tool

# Get full feed (requires API key)
curl -s -H "Authorization: Bearer $AGENTWYRE_API_KEY" https://agentwyre.ai/api/feed

# Check service status
curl -s https://agentwyre.ai/api/status

API Endpoints

EndpointAuthDescription
-----------------------------
GET /api/feed/freeNoFree tier (full wire, 2-day delay)
GET /api/feedAPI keyToday's full feed
GET /api/feed/{date}API keyFeed by date
GET /api/flash/latestPro keyLatest flash signal
GET /api/statusNoService status
GET /api/languagesNoSupported languages
GET /api/advisoriesPro keySecurity advisories
GET /api/costsPro keyAI model pricing

Using the Helper Script

# Get latest signals (free tier)
python3 scripts/agentwyre.py signals

# Get signals in a specific language
python3 scripts/agentwyre.py signals --lang ja

# Search (requires daily/pro key)
python3 scripts/agentwyre.py search "langchain breaking change"

# Check security for specific packages
python3 scripts/agentwyre.py security openai langchain torch

# Get flash signals (pro only)
python3 scripts/agentwyre.py flash

Set AGENTWYRE_API_KEY environment variable for authenticated access. Without it, you get the free tier (full wire, 2-day delay).

MCP Server

For deeper integration, install the MCP server:

{
  "mcpServers": {
    "agentwyre": {
      "command": "npx",
      "args": ["agentwyre-mcp"],
      "env": { "AGENTWYRE_API_KEY": "your_key" }
    }
  }
}

Tiers

  • Free — Full daily wire, 2-day delay. No key needed.
  • Daily ($2.99/mo) — Same-day access, search, 8 languages.
  • Pro ($9.99/mo) — Everything + hourly flash, security advisories, cost tracking.
  • USDC on Base accepted — no international bank fees.

Interpreting Signals

Each signal includes:

  • title + summary — What happened
  • category — release, security, ecosystem, infrastructure, research, breaking_change
  • severity — critical, high, medium, low
  • confidence — 1-10 (single source capped at 6)
  • hype_checkhype_level (verified/promising/overhyped/vaporware), reality, red_flags, green_flags
  • action — Recommended steps with commands and rollback instructions
  • sources — Verifiable URLs

Always present actions to the user before executing. All actions include requires_user_approval: true.

More info: https://agentwyre.ai/faq

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 05:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,356 📥 318,133
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 711 📥 243,740
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 834 📥 213,027