Sikong

Recursive agent engine — autonomous self-iterative development

curl -fsSL https://sikong.dev/install.sh | sh

Self-iterating

Analyzes, improves, and commits to its own codebase autonomously.

Recursive engine

Decomposes complex tasks into smaller sub-tasks with verification gates.

Agent agnostic

Works with DeepSeek, Kimi, or any OpenAI-compatible provider.

Governance model

Arch → Plan → Execute → Verify — typed boundaries, not prompts.

Quick start

siko setup                    # Interactive configuration
siko run "analyze this"       # Run a task through the assistant
siko assistant --acp          # ACP server for external tool integration
siko dogfood run              # Let Sikong improve itself

Install

# Via install script (recommended)
curl -fsSL https://sikong.dev/install.sh | sh

# Manual
curl -fsSL https://sikong.dev/releases/siko-darwin-arm64.tar.gz | tar -xz
install siko /usr/local/bin/
install siko-agent-host /usr/local/bin/

Configure API keys

export DEEPSEEK_API_KEY=sk-...
# or
export OPENAI_API_KEY=sk-...

Sikong — GitHub