munkim / monoid

Turn APIs into AI Agents
https://monoid.so
Apache License 2.0
49 stars 17 forks source link

Add Timeout Handling #11

Open edwisdom opened 11 months ago

edwisdom commented 11 months ago

Description

Currently, there is no timeout for any of the following:

  1. Testing APIs
  2. Testing Actions
  3. Testing Agents

This issue is made worse by the fact that users can't cancel their own requests midway (#5).

Tasks