|
|
|
|
|
by hgomersall
1061 days ago
|
|
So essentially a long running process that responds to events etc. So my understanding is now: when stuff happens, say a database gets updated, or a timer triggers, the agent wrangles the data and passes it to OpenAI for some LLM heavy lifting, then wrangles what is returned somehow. Is that correct? |
|
Creating one of these event driven systems is somewhat trivial. Node has event emitter built in for example.
Being able to monitor, debug, scale it and ensure it’s robust to failure is much harder.
In that respect it sounds kinda like tray.io. [1]
1: https://youtu.be/g_2HNv8HZcA