Long-Running Agents: State, Resumption, and the Database You Need First
Your agent runs in a REPL. A user types a question, the agent loop makes five tool calls, returns an answer, and exits. It works beautifully. You deploy it behind a web service. The user sends a request, the agent starts working, and then:
The reque...
ai-zero-to-hero.hashnode.dev12 min read