Skip to content

Instantly share code, notes, and snippets.

View wgnrai's full-sized avatar
🎯
Focused yet available for valuable interactions.

Wagner dos Santos wgnrai

🎯
Focused yet available for valuable interactions.
View GitHub Profile
@wgnrai
wgnrai / gist-pi-agent-zero-integration.md
Created April 16, 2026 00:15
Integrating Pi Coding Agent with Agent Zero (A0)

Integrating Pi Coding Agent with Agent Zero (A0)

A practical guide for multi-agent workflows using Pi, Agent Zero, and the A0 CLI Connector


What Changed

In February 2026 we published a guide on integrating Claude Code and OpenClaw as Agent Zero subordinates using Docker exec bridges and SSH fallbacks. A lot has changed since then:

@wgnrai
wgnrai / kelle-lite.md
Created March 11, 2026 06:54
A minimal, self-contained chat interface that routes commands to specialized Agent Zero instances. Perfect for quick task delegation without the overhead of the full Agent Zero UI.

kellē-lite: A Lightweight AI Chat Interface for Agent Zero

Overview

kellē-lite is a Python-based webhook server with an HTML/JavaScript frontend that:

  • Provides a clean chat interface powered by Perplexity Sonar Pro
  • Routes @ commands to specialized Agent Zero agents
  • Maintains persistent conversation context per agent
  • Runs in the same container as Agent Zero for zero-latency communication
  • Exposes a single port with both UI and API
@wgnrai
wgnrai / chat-model-architecture.md
Created February 22, 2026 06:09
Chat Model Architecture: OpenRouter → LiteLLM → Agent Zero with Qwen 3.5 Plus

Chat Model Architecture: OpenRouter → LiteLLM → Agent Zero

Overview

This document details the cost-effective Chat Model architecture replacing Claude Sonnet 4.6 with Qwen 3.5 Plus, routed through OpenRouter and a local LiteLLM server for optimal performance and cost savings.

Architecture Flow:

Agent Zero → LiteLLM Server (local) → OpenRouter API → Qwen 3.5 Plus
@wgnrai
wgnrai / agent-zero-subordinate-integration.md
Last active April 16, 2026 00:23
Integrating OpenClaw & Claude Code CLI as Agent Zero Subordinates — shared by wgnr-ai

🔄 Updated April 2026 — This guide has been superseded by Integrating Pi Coding Agent with Agent Zero (A0), which covers the new A0 CLI Connector (v1.9), Pi's embeddable SDK, and three integration patterns. This guide remains for reference.


Integrating OpenClaw & Claude Code CLI as Agent Zero Subordinates

A step-by-step guide for the Agent Zero community