run-llama / llama-agents

MIT License
1.01k stars 73 forks source link

Improve ack/response process in message queue #38

Open logan-markewich opened 1 week ago

logan-markewich commented 1 week ago

Some use-cases require a dedicated response from a messages before a process can continue

Currently this is only possible with some tacky workarounds (see the meta tool for example). We should add more dedicated support for this workflow.

nerdai commented 1 week ago

I'm going to attempt to do this along with #25. My current feeling (🤷) is that in doing #25 we may also be able to complete this ticket, and at the very least inform us greatly on the direction we should take with this issue.

logan-markewich commented 1 week ago

@nerdai that's a pretty good idea. Services that already support an ack or similar will inform the design a ton