My Story of Building a TypeScript Framework for Event-Driven AI Agents
Miodrag Vilotijević
While working on agentic systems my co-founder early on detected the core limitation of agentic systems. They are doing this sequentially, so AI agent need to wait other agent to start the work. And they are blocking in nature - if you are building agentic system you probably know that almost any SDK or library has agents with blocking run method (await). So we decided to start addressing this problem and open up new possibilities - if we manage to make agents act more like humans: work autonomo
