Commit Graph

16 Commits

Author SHA1 Message Date
marko-kraemer 0ec17b0d3a refactor: completely remove workflow and playbook system
- Remove workflow_tool.py and all workflow-related backend code
- Delete all workflow database tables and create migration
- Remove workflow API endpoints and execution logic
- Clean workflow references from agent tools and triggers
- Remove playbooks tab and UI from agent configuration
- Eliminate workflow_id, workflow_input, and execution_type fields
- Simplify trigger system to agent-only execution
- Remove workflow tool definitions from tool registry
- Clean up TypeScript interfaces and remove workflow types
- Remove playbooks button from chat input
- Update all trigger components to remove workflow selection
- Clean workflow metadata from threads and sidebar
- Remove 80+ critical workflow code references

Simplifies codebase by eliminating complex dual-mode (agent/workflow)
execution system in favor of pure agent-based automation.
2025-10-05 01:51:44 +02:00
Krishav Raj Singh 7274c9bbe6 final prompt 2025-09-28 23:55:06 +05:30
Krishav Raj Singh c6494a4dc2 updated prompt 2025-09-28 01:29:09 +05:30
Vukasin 02da9e2e6d Merge remote-tracking branch 'upstream/main' into feat/new-knowledge-base-and-sematic-search 2025-09-21 14:29:07 +02:00
Saumya c065ed5b1b move billing and admin to core 2025-09-19 10:30:43 +05:30
Vukasin 84518b7815 Merge remote-tracking branch 'upstream/main' into feat/new-knowledge-base-and-sematic-search 2025-09-18 22:36:40 +02:00
Saumya 64d81205e2 Merge branch 'main' of https://github.com/kortix-ai/suna into designer-agent-new 2025-09-18 22:52:42 +05:30
Krishav Raj Singh 61ba0db66f wait prompt 2025-09-18 15:38:50 +05:30
Saumya a931be40bc fix: remove old references of avatar & avatar_color 2025-09-18 12:53:48 +05:30
Vukasin 44caf0460b feat: add kb file validation and improvements 2025-09-17 23:18:49 +02:00
Vukasin 1878df2b24 feat: init globl kb crud 2025-09-17 20:48:09 +02:00
Vukasin 13a8125c1b feat: init kb tool 2025-09-13 11:03:37 +02:00
Krishav Raj Singh 59840c5db3 cleanup 2025-09-12 11:39:52 +05:30
marko-kraemer a700d68d06 landing section 2025-09-04 17:51:47 -07:00
Krishav Raj Singh 14a43f67b0 base prompt for using images 2025-09-05 05:57:06 +05:30
marko-kraemer f73d0f5db6 mv around files, update imports 2025-09-03 22:40:25 -07:00