suna/backend/agent
mykonos-ibiza 43bc71779e feat(agent-run-limits): implement agent run limit checks and UI dialogs
- Added functionality to check the maximum parallel agent runs allowed within a 24-hour period.
- Introduced `AgentRunLimitError` to handle cases where the limit is exceeded.
- Updated API to return appropriate error responses for agent run limits.
- Created `AgentRunLimitDialog` component to inform users when the limit is reached, displaying currently running agents and options to stop them.
- Integrated limit checks into agent initiation and running processes across relevant components.
2025-08-04 22:23:25 +05:30
..
sample_responses update description and prompt 2025-08-02 18:56:24 +05:30
suna fix potential 2025-08-02 20:57:29 +02:00
tools update description and prompt 2025-08-02 18:56:24 +05:30
versioning refactor versioning 2025-07-29 23:41:22 +05:30
__init__.py agent wip 2025-04-11 00:53:01 +01:00
agent_builder_prompt.py feat: add dynamic datetime variables to agent prompts 2025-08-01 16:11:35 +08:00
api.py feat(agent-run-limits): implement agent run limit checks and UI dialogs 2025-08-04 22:23:25 +05:30
config_helper.py refactor versioning 2025-07-29 23:41:22 +05:30
custom_prompt.py feat: add dynamic datetime variables to agent prompts 2025-08-01 16:11:35 +08:00
gemini_prompt.py feat: add dynamic datetime variables to agent prompts 2025-08-01 16:11:35 +08:00
prompt.py Merge branch 'main' into feat/task_list_tool 2025-08-02 20:46:23 +02:00
run.py Merge branch 'main' into feat/task_list_tool 2025-08-02 20:46:23 +02:00
utils.py feat(agent-run-limits): implement agent run limit checks and UI dialogs 2025-08-04 22:23:25 +05:30