Continuous conversations with bounded context
How a conversation accepts new work and shortens old history without changing the model call already in progress.
- agent architecture
- durable agents
- context management
Geoff Goodman's blog and project garden
I get nerd sniped by software, lately mostly agents. I build things to see how they work and write down what I learned.
How a conversation accepts new work and shortens old history without changing the model call already in progress.
Why TorkBot uses one foreground conversation and sends slower work to semi-autonomous lanes.
How I got nerd sniped by continuous personal agents and started building TorkBot.
Cancellation stops in-flight work; disposal cleans up resources. A pattern for doing both.
A hierarchical Context interface for cancellation, deadlines, and timeouts in JavaScript.