forked from asheshgoplani/agent-deck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
31 lines (22 loc) · 1.37 KB
/
llms.txt
File metadata and controls
31 lines (22 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Agent Deck
> Terminal session manager for AI coding agents
Agent Deck is a TUI (Terminal User Interface) that manages multiple AI coding agent sessions from a single dashboard. Built with Go and Bubble Tea, it runs on top of tmux.
## Key Features
- **Multi-agent dashboard**: See status (running/waiting/idle/error) of all sessions at a glance
- **Session forking**: Fork Claude Code conversations to explore different approaches in parallel
- **MCP Manager**: Toggle MCP servers per session without editing config files
- **MCP Socket Pool**: Share MCP processes across sessions, reducing memory by 85-90%
- **Global search**: Search across all Claude conversations with fuzzy and regex matching
- **Git worktrees**: Isolate agent work on separate branches automatically
- **Multi-tool support**: Claude Code, Gemini CLI, Aider, Codex, OpenCode, and any terminal tool
## Install
```bash
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash
```
Or via Homebrew: `brew install asheshgoplani/tap/agent-deck`
## Links
- GitHub: https://github.com/asheshgoplani/agent-deck
- Full documentation for LLMs: https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/llms-full.txt
- Website: https://asheshgoplani.github.io/agent-deck/
- Discord: https://discord.gg/e4xSs6NBN8
- Latest release: https://github.com/asheshgoplani/agent-deck/releases/latest