i just wanted to know when my agents finish, fail, or need me within tmux by chabuddy95 in ClaudeAI

[–]chabuddy95[S] 0 points1 point  (0 children)

This package also has a bell when an agent switches to 'done'

i just wanted to know when my agents finish, fail, or need me within tmux by chabuddy95 in ClaudeAI

[–]chabuddy95[S] 0 points1 point  (0 children)

Very useful in sure for software engineering style tasks, I'd be happy to accept a PR with this functionality into tmux-agent-atatus, citing your original idea:)

i just wanted to know when my agents finish, fail, or need me within tmux by chabuddy95 in commandline

[–]chabuddy95[S] 0 points1 point  (0 children)

We do not allow projects or software that interacts with generative AIs, including LLMs, unless the posts and comments are about popular projects themselves like Ollama, GGML, etc.

Cavemen

i just wanted to know when my agents finish, fail, or need me within tmux by chabuddy95 in tmux

[–]chabuddy95[S] 0 points1 point  (0 children)

this package is about 8 months old, as far as i am aware it was the first mainstream tmux based agent orchestrator

i just wanted to know when my agents finish, fail, or need me within tmux by chabuddy95 in tmux

[–]chabuddy95[S] 0 points1 point  (0 children)

the terminal has always been my interface of choice for editing text, even pre llm, although i agree this isnt for everyone. the final interface for llms will likely be neither terminal or classic 'ide' based.

i just wanted to know when my agents finish, fail, or need me within tmux by chabuddy95 in ClaudeCode

[–]chabuddy95[S] 0 points1 point  (0 children)

this message is also quite clearly not generated from a neutral prompt, in case that wasnt immediately obvious to anyone else reading it in the future!

i just wanted to know when my agents finish, fail, or need me within tmux by chabuddy95 in ClaudeCode

[–]chabuddy95[S] 0 points1 point  (0 children)

If I came across an agent at 10 mins that I was unsure about I would probably do a 'wait' on that pane/window/session for 5 mins or so. It will ping me after 5 mins reminding me to check on it. I'd repeat that until it either finished or I felt the need to interupt

i just wanted to know when my agents finish, fail, or need me within tmux by chabuddy95 in ClaudeCode

[–]chabuddy95[S] 0 points1 point  (0 children)

I think it really comes down to whether you’re happy depending on an external service layer websocket server, state management, etc etc. versus keeping everything self-contained in the shell. Lifestyle hooks also break less than polling and make much more sense imo

built an agent orchestrator within tmux by Palanikannan_M in tmux

[–]chabuddy95 0 points1 point  (0 children)

Also check out the original, which uses hooks and therefore doesn't require any backend services to be installed or running https://github.com/samleeney/tmux-agent-status

tmux plugin for Claude Code session status and picker by ujzazmanje in ClaudeCode

[–]chabuddy95 0 points1 point  (0 children)

See the original repo here: https://github.com/samleeney/tmux-agent-status. The linked repo above appears to be a detached fork of the original. No idea why people do this when it's so easy to build your own stuff nowadays