Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ members = [
"crates/adapter-kimi",
"crates/adapter-hermes",
"crates/adapter-pi",
"crates/adapter-prime-agent",
"crates/adapter-muse",
"crates/adapter-common",
"crates/adapter-smith",
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ More screenshots and demos: [gallery](gallery.md).

## Why construct?

- **tmux for agent fleets** — manage Codex, Claude Code, OpenCode, Muse,
Antigravity, Grok, and smith sessions from your terminal. Sessions live in
the daemon, not your terminal: SSH drops, laptop sleeps — agents keep
- **tmux for agent fleets** — manage Codex, Claude Code, OpenCode, Prime Agent,
Muse, Antigravity, Grok, and smith sessions from your terminal. Sessions live
in the daemon, not your terminal: SSH drops, laptop sleeps — agents keep
working, and you reattach exactly where you left off, scrollback and all.
Single Rust binary.
- **Lineage** — sessions branch like ideas do: fork one when you want a
Expand Down Expand Up @@ -73,6 +73,8 @@ first:
- **Antigravity** — install the `agy` CLI and complete its OAuth login.
- **Grok** — install the `grok` CLI and complete its OAuth login.
- **Muse** — install the `muse` CLI and run `muse login`.
- **Prime Agent** — install the `prime-agent` CLI and configure a provider or
subscription.
- **smith** — built in to construct. Talks to OpenAI, Anthropic, Google Gemini,
or xAI Grok via API key, a local Ollama, a ChatGPT subscription via Codex
OAuth, a Claude subscription via the authenticated Claude Code CLI, or a Grok
Expand Down Expand Up @@ -113,6 +115,7 @@ favorite CLI harness command:
```sh
construct new codex
construct new claude --model opus
construct new prime-agent
construct new muse
```

Expand Down
Loading
Loading