What's Changed
- add functionality to cache task_run by @wintonzheng in #1755
- no need to complete verify for cached action anymore by @wintonzheng in #1756
- fix cache task run in db client by @wintonzheng in #1757
- fix: loading skeleton appearing out of order in history table by @wintonzheng in #1759
- llamaindex support by @LawyZheng in #1758
- fix terminate action in caching - do not replay terminate + introduce SINGLE_CLICK_AGENT_LLM_API_HANDLER by @wintonzheng in #1760
- do not use status as a log key by @wintonzheng in #1762
- When replaying cached actions, ignore input_text action with empty text by @wintonzheng in #1763
- fix: row value overflow in history table for task run rows by @wintonzheng in #1764
- post step execution by @wintonzheng in #1765
- fix custom selection issue by @wintonzheng in #1766
- Add credentials table, CRUD endpoints, and credential parameter by @wintonzheng in #1767
- trigger TerminateAction when totp code is not found by @wintonzheng in #1768
- Add make blueprint for contact forms agent by @msalihaltun in #1769
- update user_detail_query by @wintonzheng in #1770
- Make BitwardenService async by @wintonzheng in #1772
- Make get_browser_state async by @satansdeer in #1775
- Define get_persistent_browser_session_by_id by @satansdeer in #1774
- do not clean up workflow in a task v2 block by @wintonzheng in #1771
- do not show child task run in the /runs history page by @wintonzheng in #1777
- make MissingValueForParameter a 400 error by @wintonzheng in #1778
- Add page into query keys of workflow runs query by @wintonzheng in #1779
- makmisi/dont close browser by @wintonzheng in #1780
Full Changelog: v0.1.56...v0.1.57