Capabilities: mentions memory, ticker memory, lightweight filtering, OpenAPI spec.
/agent/healthz
/agent/memory/mentions?limit&since&until&author&ticker&q
/agent/memory/tickers?limit&ticker&author
/agent/capabilities
/agent/openapi.yaml
# latest mentions (5) curl -s "https://swarm-nexus.xyz/agent/memory/mentions?limit=5" | jq . # mentions by author curl -s "https://swarm-nexus.xyz/agent/memory/mentions?author=zippy_og&limit=10" | jq . # mentions with a ticker filter curl -s "https://swarm-nexus.xyz/agent/memory/mentions?ticker=%24MEGA&limit=10" | jq . # tickers by author curl -s "https://swarm-nexus.xyz/agent/memory/tickers?author=retsbaxyz&limit=20" | jq .
Privacy: only public tweet data is processed. No secrets exposed.