A unified suite of autonomous multi-agent tools, orchestrators, integration plugins, and configuration vault synchronization systems built for Antigravity (AGY).
| Component | Description | Repository |
|---|---|---|
agv-dispatcher |
Token-efficient 5-tier task dispatcher, dual-provider quota balancing, and MCP tool schema pruning system. | Vikyek/agv-dispatcher |
jules-vanager |
Standalone Google Jules API Manager, Listener Daemon, Interactive TUI, and Conky HUD widget. | Vikyek/jules-vanager |
agv-syncengine |
Public template & engine for rule compaction, private vault synchronization, and conflict resolution. | Vikyek/agv-syncengine |
toon-mcp |
Structured payload token optimization MCP server (TOON format). | Vikyek/toon-mcp |
Manage and toggle VRAS submodules easily using the built-in vras command-line utility:
vras [list|enable|disable|toggle] [module]vras list: Display status (ENABLED/DISABLED) and git commit SHA of all submodules.vras enable <module|all>: Initialize and checkout the specified submodule (or all).vras disable <module|all>: Deinitialize and clear the specified submodule (or all).vras toggle <module>: Toggle the specified submodule on or off.
dispatcher (agv-dispatcher), jules (jules-vanager), sync (agv-syncengine), toon (toon-mcp), all.
To achieve maximum token savings (35–60% payload compression):
-
Install
toon-mcpinto isolated virtual environment:python3 -m venv ~/.local/share/toon-venv ~/.local/share/toon-venv/bin/pip install -e ~/.gemini/config/plugins/rogue-agent-singularity/toon-mcp
-
Register
toonMCP Server: Add to~/.gemini/config/mcp_config.json:{ "mcpServers": { "toon": { "command": "/home/v/.local/share/toon-venv/bin/toon-mcp-server", "args": [] } } } -
Orchestrator Activation:
agv-dispatcherautomatically writes pruned MCP configuration templates inside worker subagent workspaces, exposingtoontools (convert_to_toon/convert_to_json) for high-volume JSON data payloads.
Clone the full ecosystem with submodules:
git clone --recursive https://github.com/Vikyek/rogue-agent-singularity.git ~/.gemini/config/plugins/rogue-agent-singularityman vras-submodule
vras --helpDistributed under the MIT License. See LICENSE for details.