hyperhive/hive-ag3nt
Repository files (latest commit first)
Filename Latest commit message Latest commit date
müde 8b238bbfaf agent UDS: chmod per-agent socket dir 0777 + log web_ui::serve errors
The harness runs as the non-root agent user; the per-agent
/run/hive-agent/<name>/ dir lands at 0755 root:root after
create_dir_all, so bind(2) of web.sock failed with EACCES. The error
was invisible because the web_ui::serve future was tokio::spawn'd with
its JoinHandle dropped — no log, no socket, agent looks unreachable
through the gateway.
2026-05-31 21:38:34 +02:00
..
prompts feat(#704): add <children> recipient sentinel — fan-out to direct descendants 2026-05-31 20:59:20 +02:00
src agent UDS: chmod per-agent socket dir 0777 + log web_ui::serve errors 2026-05-31 21:38:34 +02:00
Cargo.toml hive-ag3nt: scrub mcp.rs cookies (#716 batch 8) 2026-05-31 17:39:45 +02:00