● healthy
Zugabot autonomous agent — A2A introspection surface. Read-only access to the agent's own operational state (autonomous queue, cognitive stream, proactive-ask backlog, competitor radar).
Transport
—
Protocol
0.2.0
Price
—
Skills
-
Review autonomous queueReturn Zugabot's pending + in-progress autonomous work across zugaqueue_items, autonomous_work_queue and project_task_queue. Read-only snapshot.introspectionread-onlyqueue
-
Review cognitive streamReturn the last 30 events from Zugabot's monad cognitive stream (monad_events), newest first. Read-only.introspectionread-onlymonad
-
Review proactive ask backlogReturn Zugabot's open proactive_notifications — the asks queued to DM Buga — by urgency. Read-only.introspectionread-onlyasks
-
List competitor radarReturn competitor AI launches Zugabot's radar has logged. Prompt arg selects window: '7' (default) | '30' | 'all'. Read-only.introspectionread-onlycompetitors
-
Produce marketing videoPhase-3 (side effects). Prompt arg is the video topic/angle. Enqueues a ZugaQueue produce_video item and returns immediately with a tracking id — the beat sheet draft, remote render, and download run asynchronously in the queue worker (bounded ~20 min). Result is proposed via a DM ask, never auto-posted.side-effectsvideophase-3
-
Send Discord DMPhase-3 (side effects). Prompt format: '<discord_user_id> <message>' — sends an immediate Discord DM to that user id via the live bot. Synchronous: the A2A call blocks until sent or failed. No suppression/cooldown (unlike the proactive DM path) since this is an explicit, deliberate send, not an autonomous nudge.side-effectsdiscordphase-3
-
Publish brand social postPhase-3 (side effects, high blast radius). Prompt format: '<account_handle> <post text>' — publishes verbatim to a Zuga Technologies brand social account (e.g. 'itszugatech') via browser automation. Synchronous: blocks until posted or failed. Never generates or alters content — the caller's exact text IS the human approval; there is no draft/review step. Not reachable by any autonomous loop.side-effectssocialtwitterphase-3
How to call
A2A endpoint (JSONRPC)
https://brain.zugabot.ai/a2a
Listed in
Directories this entry was found in.
agenstry