π¦
Ax
my agent mux
0 installs
Trust: 34 β Low
Other
Ask AI about Ax
Powered by Claude Β· Grounded in docs
I know everything about Ax. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
ax
tmux κΈ°λ° λ©ν° μμ΄μ νΈ LLM μν¬μ€νμ΄μ€ λ§€λμ
axλ Claude, Codex κ°μ μ½λ© μμ΄μ νΈλ₯Ό tmux μΈμ
μΌλ‘ λΆλ¦¬ν΄ μ€ννκ³ , daemon + MCP(Model Context Protocol)λ‘ μμ΄μ νΈ κ° ν΅μ , task μΆμ , on-demand session lifecycle, durable memoryλ₯Ό μ 곡νλ λꡬμ
λλ€.
μ¬μ©μ
ββ ax claude / ax codex
ββ root orchestrator
ββ workspace agents
ββ child orchestrators
ββ ax daemon (message/task/memory broker)
ν΅μ¬ νΉμ§
- tmux μΈμ κΈ°λ° μν¬μ€νμ΄μ€ 격리
- daemon + MCP κΈ°λ° μμ΄μ νΈ κ° λ©μμ§/λꡬ ν΅μ
- κ³μΈ΅μ νλ‘μ νΈ νΈλ¦¬μ μλΈ μ€μΌμ€νΈλ μ΄ν°
- on-demand workspace start / wake / idle sleep
- task μΆμ , stale μ νΈ, recovery μ‘μ
- durable memory (
remember_memory,recall_memories,list_memories,supersede_memory) - opt-in live Codex E2E νλ€μ€
λΉ λ₯Έ μμ
cd /path/to/project
ax init
ax up
ax claude # λλ ax codex
ax upμ daemonμ μμνκ³ workspace / orchestrator artifactλ₯Ό μ€λΉν©λλ€.- λ£¨νΈ μ€μΌμ€νΈλ μ΄ν°λ
ax claudeλλax codexλ‘ ν¬κ·ΈλΌμ΄λ μ€νν©λλ€. - workspaceμ child orchestratorλ μμ μ΄ dispatchλ λ on-demandλ‘ μμλ©λλ€.
μμ μνμ μΈμ μ λ€μ λͺ λ ΉμΌλ‘ νμΈν μ μμ΅λλ€.
ax status
ax top
ax tasks
ax workspace list
μ 리:
ax down
μ€μΉ
μꡬ μ¬ν
tmux3.x μ΄μclaudeCLI (Claude runtime μ¬μ© μ)codexCLI (Codex runtime μ¬μ© μ)
μ€μΉ λ°©λ²
# release binary (macOS arm64 μμ)
curl -Lo ax.tar.gz https://github.com/Ashon/ax/releases/latest/download/ax-aarch64-darwin.tar.gz
tar xzf ax.tar.gz
sudo mv ax /usr/local/bin/
# from source (Rust 1.88+ νμ)
git clone https://github.com/Ashon/ax.git
cd ax
make install
μ μ₯μ ꡬ쑰
ax/
βββ crates/ Cargo workspace members
β βββ ax-cli binary entry (ax)
β βββ ax-tui ratatui watch TUI
β βββ ax-daemon Unix socket daemon
β βββ ax-mcp-server MCP stdio server (33 tools)
β βββ ax-workspace lifecycle + reconcile + artifacts
β βββ ax-config .ax/config.yaml schema + tree
β βββ ax-agent runtime + launch helpers
β βββ ax-tmux tmux session wrappers
β βββ ax-proto wire types
β βββ ax-usage token + trend aggregators
βββ e2e/ cross-crate smoke + live tests
βββ docs/ μ¬μ©μ/κ°λ°μ λ¬Έμ
βββ Makefile cargo wrapper (build / install / test)
λ¬Έμ
- λ¬Έμ μΈλ±μ€
- λΉ λ₯Έ μμ
- μ€μ κ°μ΄λ
- μν€ν μ²
- μ΄μ κ°μ΄λ
- Tasks / Durable Memory
- ν μ€νΈμ Live E2E
- κ°λ° κ°μ΄λ
μ¬ν ꡬν λ νΌλ°μ€λ DEVELOPER_GUIDE.md, μ€κ³ λ ΈνΈλ docs/design/workspace-usage.mdμ λ¨κ²¨ λμμ΅λλ€.
