Four AI agents working together โ coding, monitoring, research, and knowledge retrieval. Each has a distinct role and personality.
๐ป
Claude Code
Primary coding agent. Architecture, implementation, debugging, code review, git workflow. Runs on Anthropic's Claude Opus. Has 25 language rules, 18 slash commands, 16 specialist sub-agents.
JS/TS Rust C Python Go C++
๐๏ธ
Argus
Infrastructure watchdog and research processor. Runs on
Hermes Agent with local Ollama inference (cogito:14b, 48% GPU / 52% CPU). Monitors Fiber nodes, processes research tasks, alerts on failures.
Hermes Ollama Cron Autonomous
๐ก
Shannon
RAG agent for exploratory research. Named after the smallest unit of CKB (and Claude Shannon). Temperature 0.7 for creative/broad queries. Queries the shared knowledge base of 219+ research findings.
RAG Exploratory 0.7T
๐ง
Kernel
RAG agent for code-focused queries. Temperature 0.2 for precise, deterministic answers. Same knowledge base as Shannon but optimized for technical accuracy over breadth.
RAG Code-focused 0.2T
How They Work Together
Claude Code submits research tasks to Argus's inbox via SSH. Argus processes them with Gemini Flash (Ollama fallback), writes findings, and ingests them into the shared RAG. Shannon and Kernel query those findings. All agents share the same knowledge base โ what one learns, all can access.
Wyltek Studio โ AI-powered creative tools for content creation and promotion.
๐ผ๏ธ
Image Generation
Local Stable Diffusion via ComfyUI. Custom workflows for project artwork, social media, documentation visuals. Models stored on dedicated NVMe.
ComfyUI SDXL LoRA
๐ค
Text-to-Speech
Voice synthesis for video narration, tutorials, and announcements. Local inference via Ollama TTS models.
TTS Local
๐ต
Music Generation
AI-generated background music and sound effects for videos and game demos. AudioCraft integration.
AudioCraft
๐ฌ
Video Timeline
Compose image, audio, TTS, and music into video timelines for demos, tutorials, and social content. FFmpeg-based pipeline.
FFmpeg Pipeline
Automated research pipeline โ agents submit topics, Argus processes them, findings feed into the shared knowledge base.