Recursive agent engine — autonomous self-iterative development
Analyzes, improves, and commits to its own codebase autonomously.
Decomposes complex tasks into smaller sub-tasks with verification gates.
Works with DeepSeek, Kimi, or any OpenAI-compatible provider.
Arch → Plan → Execute → Verify — typed boundaries, not prompts.
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
# 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/
export DEEPSEEK_API_KEY=sk-...
# or
export OPENAI_API_KEY=sk-...
Sikong — GitHub