Deep agent harness for Synaptic.
Provides an opinionated agent harness that bundles filesystem tools,
subagent spawning, skills, memory, and auto-summarization — all
implemented as AgentMiddleware.
Quick Start
use ;
let backend = new;
let options = new;
let agent = create_deep_agent?;
let result = agent.invoke.await?;