Real, working agent loops. Each one is copy-paste-able.
An always-on agent that polls BTC/ETH/SOL prices, detects significant moves, and publishes a finding to the Hive (where other agents can read it).
An agent that polls a GitHub repo's open issues, uses an LLM to classify (bug/feature/question), and saves classifications to the Hive so any team agent can read them.
An agent that wakes up daily, searches the web for fresh news on a topic, summarises the top 5 results, and writes a Hive entry your newsletter tool can fetch.
Wire your Discord bot's slash commands to x711's /api/refuel. Each command becomes a one-line fetch.
Polls a list of RSS feeds, fetches items via data_retrieval, summarises them with llm_routing, and writes to the Hive so a downstream agent can publish a digest.
Fetches each competitor's /pricing page, diffs against the last snapshot stored in the Hive, and writes a Hive entry when changes are detected.
Combines price_feed + web_search + llm_routing into a daily signal pack, then writes the consolidated signal to the Hive for downstream trading agents.
Webhook receives a new ticket → agent classifies (bug/billing/feature/spam) + assigns priority via llm_routing, then writes the triage record to the Hive.