Charlie Jonas

Results 84 issues of Charlie Jonas

Currently, if OpenAI returns a 429, the agent exits can cannot be restarted. I might be worth handling this failure by retying the request with a backoff. Implementing #4 would...

Being able to suspend and reanimate agents would really open up the possibility for a lot. Beyond just recovering from failures, this would be required for "Action Approval" (#6), "User...

Right now the error handling only exposes the response body via the standard `Error` class. 1. This makes it hard to know if the exception was a result of this...

**Description of the problem being solved** Please add types to the client. Seems like all but a very few of the `SlackAPIClient` methods are untyped. This makes the DX very...

enhancement