3hr Long Deep Agents Course Great course from a member of the community on Deep Agents Covers task planning, file systems for context management, subagent-spawning, and long-term memory https://
youtube.com/watch?v=J8DzuM
mSDEU
…
@hwchase17
-

Deep Agents Course: Task Planning, File Systems, Subagents, Memory
By
–
-

Deep Agents uses cache-aware requests to reduce costs
By
–
> Better Caching – Cache misses are the easiest way to drive your cost up. All of our requests are cache aware, so we’re reusing a warm cache wherever possible. We do this for you in Deep Agents – see our blog on it here: https://
x.com/its_ao/status/
2070556265906917860?s=20
… -

KV Cache and Prompt Caching for Production AI Agents
By
–
If I had to choose just one metric, I'd argue that the KV-cache hit rate is the single most important metric for a production-stage AI agent. – Manus AI prompt caching is important! read about how we do it with deep agents
-
Building SmithDB for agent trace databases
By
–
Technical blog on how we built SmithDB (our database purpose built for agent traces)
-
Letta always leader, sleep time compute comes from them
By
–
Letta has always been at the top of that, "sleep time compute" comes from them!
-

LangSmith Engine as Sleep Time Calculation
By
–
Memory for agents is often described as a 'sleep time calculation' or 'daydreaming'. This involves running a background process to analyze agent trajectories and update a
-

Three-step process for agent memory
By
–

Many agent memories follow a simple three-step process:
– execute the agent
– execute a process to examine those traces and analyze them
– update memory accordingly We show how to do this! -

Initial deployment: small step, essential repeatable improvement cycle
By
–
One thing we have observed quite consistently: deploying the first version is only a small part of the work. A key part of building reliable agents is having a repeatable lifecycle to improve them over time.
-

Auto-Harness: Self-Improving Harnesses
By
–
New paper on agents that shape their own harnesses to improve over time. No LangChain, but built on DeepAgents! Three key steps: 1/ Exploitation of weaknesses: identify the modes of
