refactor(#2464): rename hive-ag3nt crate to hive-agent, collapse lib into main
This commit is contained in:
parent
7b54e7aa50
commit
3f1643c594
57 changed files with 101 additions and 130 deletions
|
|
@ -6,7 +6,7 @@
|
|||
//!
|
||||
//! Standalone bin crate: it dials the per-agent MCP socket directly and
|
||||
//! carries its own copy of the retrying request client (below), so it
|
||||
//! does not link the whole `hive-ag3nt` harness lib — a helper author
|
||||
//! does not link the whole `hive-agent` harness lib — a helper author
|
||||
//! wiring up an `extraMcpServers` binary only needs this one small crate.
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
|
@ -66,7 +66,7 @@ async fn main() -> Result<()> {
|
|||
}
|
||||
|
||||
/// Self-contained retrying unix-socket JSON request client. A trimmed
|
||||
/// copy of `hive_ag3nt::client` (no `request_retried` variant — the wake
|
||||
/// copy of `hive_agent::client` (no `request_retried` variant — the wake
|
||||
/// CLI never needs the retry-count) so this bin does not link the harness
|
||||
/// lib. Keeping the retry matters: the socket can be briefly absent while
|
||||
/// hive-c0re restarts under an operator redeploy, and a helper firing a
|
||||
|
|
|
|||
Loading…
Reference in a new issue