System Overview
SOUL.md v1.0.0 · Node 20 · K8s Production · Last sync: just now
🤖+1
3
Active Agents
live
14
Lane Queue Depth
📸+82
847
Snapshots Today
💥+5
38
Sandboxes Destroyed
Active Agents
Spawn · Idle · Executing
AgentLaneStatusActions
Lane Queue Depth
P0–P3 real-time
Circuit Breakers
Live System Log
Agent Management
Spawn · Monitor · Destroy · Lifecycle (SOUL.md §7)
All Agents
3 active
Agent IDDivisionLaneStatusSnapshotsActions
Lane Queue System
P0 Critical → P3 Low · Dead Letter Queue (SOUL.md §2)
🔴ALERT
1
P0 Critical
🟡normal
4
P1 High
🟢running
7
P2 Normal
queued
12
P3 Low
Lane Depth Visual
Dead Letter Queue
Retention: 30 days
Memory Tiers
Redis · PostgreSQL · Qdrant · Snapshots (SOUL.md §5)
⚡ Redis — Ephemeral
redis://redis:6379 · TTL: 24h
Active Sessions47
Lane Jobs24
Memory Used312 MB
🐘 PostgreSQL — Episodic
postgresql://postgres:5432 · 90 day retention
Operations Logged12,847
Audit Entries3,291
DB Size2.4 GB
🧠 Qdrant — Semantic
http://qdrant:6333 · 1536-dim vectors
Knowledge Base8,402 vectors
Conversation History21,093 vectors
Semantic Snapshots847 vectors
📸 Snapshot Engine
Every 5s during execution · Delta stored
Snapshots Today847
Avg Delta Size4.2 KB
Storage Used3.5 GB
Semantic Snapshots
Pre/post execution · Delta audit trail (SOUL.md §3)
Recent Snapshots
Interval: 5s · Trigger: state_change, checkpoint, error
Snapshot IDAgentTaskStateTimestampDelta
Circuit Breakers
Failure thresholds · Recovery timeouts · Fallbacks (SOUL.md §6)
4
Closed (Healthy)
⚠️
0
Open (Tripped)
🔄
0
Half-Open
💰
$342
Budget Used Today
Breaker Status
Live System Logs
Structured JSON · Loki + stdout · 90 day retention
aikoclaw_root · All agents 0 entries
Deploy AIKoClaw
One-click deployment · Terraform · Helm · ArgoCD (SOUL.md §9)
bash
curl -fsSL https://aikoclaw.io/install | bash
aikoclaw init --telegram-token YOUR_TOKEN
aikoclaw spawn --name root
bash
export TELEGRAM_BOT_TOKEN=your_token
docker compose up -d
docker compose logs aikoclaw -f
bash
kubectl create namespace aikoclaw
kubectl apply -f https://aikoclaw.io/k8s/manifests.yaml
kubectl get pods -n aikoclaw
bash
helm repo add aikoclaw https://charts.aikoclaw.io
helm upgrade --install aikoclaw aikoclaw/aikoclaw \
  --set telegram.botToken=YOUR_TOKEN \
  --set domain=your-domain.com
🚀

Minimum

  • 4 CPU · 8 GB RAM
  • 100 GB SSD
  • Public IP + SSL
SOUL.md Configuration
Runtime spec · Version 1.0.0 · Production-Ready Scaffold
Active Runtime Config
Node 20 · TypeScript · Docker · Kubernetes
yaml · soul.md v1.0.0
runtime:
  platform: nodejs_20
  primary_language: typescript
  container_runtime: docker
  orchestration: kubernetes (via helm/argocd)

entity:
  name: AIKoClaw
  version: 1.0.0
  genesis_date: 2026-03-23

memory_tiers:
  redis:    redis://redis:6379        # Ephemeral 24h
  postgres: postgresql://postgres:5432 # Episodic 90d
  qdrant:   http://qdrant:6333        # Semantic vectors

limits:
  max_lane_depth:           1000
  snapshot_interval_ms:     5000
  circuit_breaker_threshold: 5
  rate_limit_rpm:           100

lanes:
  p0_critical: { concurrency: 1, timeout: 30s,  retry: immediate_3x }
  p1_high:     { concurrency: 2, timeout: 2m,   retry: exponential_backoff }
  p2_normal:   { concurrency: 5, timeout: 5m,   retry: exponential_backoff }
  p3_low:      { concurrency: 10, timeout: 30m, retry: none }
  dead_letter: { retention: 30_days, human_review: true }
Settings
Environment · Secrets · Alerting
Core Identity
Rate Limits