Expand description
Media-expert agent — WME (Waldiez Media Expert).
Tracks your media consumption (movies, shows, books, podcasts), manages a watchlist/readlist queue, computes binge/read-time estimates, and dispenses expert media tips. No external APIs required.
§Usage (via IO bar)
@wme-agent add movie "Inception" 9 [scifi] → log a movie with rating
@wme-agent add show "Breaking Bad" s1e3 8.5 [drama]→ log a show episode
@wme-agent add book "Dune" 150 [scifi] → log pages read
@wme-agent add podcast "Lex Fridman #420" 95 [tech]→ log podcast (mins)
@wme-agent queue add movie "Oppenheimer" → add to watchlist
@wme-agent queue list → show queue
@wme-agent queue done "Oppenheimer" 8.5 → mark watched + rate
@wme-agent queue drop "Oppenheimer" → remove from queue
@wme-agent stats → full consumption stats
@wme-agent stats movie|show|book|podcast → stats by type
@wme-agent top [n] [movie|show|book|podcast] → top-rated entries
@wme-agent calc binge "Breaking Bad" 5 45 → binge N seasons × M min/ep
@wme-agent calc read 400 30 → read N pages @ M pages/hr
@wme-agent tips streaming|reading|podcasts|focus → media advice
@wme-agent help → this messageAll data is held in memory — restarting the agent resets the log.