Yeoh Ing Ji
3e49658204
refactor(tools): extract document tools to handle registry (#3666)
* feat(tools): add document management tool handlers to the agent_tools module
* feat(tools): extraced document tools for create, update, edit, suggest, and manage from tool_implementations.py
* feat(tests): refactor document tool tests to use TOOL_HANDLERS and document_tools
* refactor(tools): add document tool dispatcher and updated tool calling path
* refactor(tools): remove duplicated document management functions
* refactor(tools): removing unused functions and adding new import paths
* refactor(tools): update document tool execute methods to use context dictionary
* refactor(tests): update import paths for document tools in test files
* refactor(tests): update owner parameter format in document management tests
* refactor(tests): update import path for _owned_document_query
* feat(tools): add document management tool handlers to the agent_tools module
* feat(tools): extraced document tools for create, update, edit, suggest, and manage from tool_implementations.py
* feat(tests): refactor document tool tests to use TOOL_HANDLERS and document_tools
* refactor(tools): add document tool dispatcher and updated tool calling path
* refactor(tools): remove duplicated document management functions
* refactor(tools): removing unused functions and adding new import paths
* refactor(tools): update document tool execute methods to use context dictionary
* refactor(tests): update import paths for document tools in test files
* refactor(tests): update owner parameter format in document management tests
* refactor(tests): update import path for _owned_document_query
* refactor: update import paths for document tools
* fix(tests): correct source path for document ID test
2026-06-10 10:41:52 +02:00
..
2026-05-31 23:58:26 +09:00
2026-06-08 09:58:52 +02:00
2026-06-09 21:03:40 +01:00
2026-05-31 23:58:26 +09:00
2026-06-09 10:19:45 +02:00
2026-06-09 08:04:22 +02:00
2026-06-09 22:35:55 +02:00
2026-06-09 22:46:54 +01:00
2026-06-10 10:41:52 +02:00
2026-06-08 10:19:18 +02:00
2026-05-31 23:58:26 +09:00
2026-06-08 09:58:52 +02:00
2026-06-08 11:51:55 +01:00
2026-06-08 09:58:52 +02:00
2026-06-09 07:58:38 +02:00
2026-06-09 17:39:06 +02:00
2026-06-08 10:19:18 +02:00
2026-06-08 10:19:18 +02:00
2026-06-09 16:00:24 +01:00
2026-06-03 13:34:33 +09:00
2026-06-10 10:41:52 +02:00
2026-06-03 14:07:03 +09:00
2026-06-09 16:00:24 +01:00
2026-06-05 16:00:20 +02:00
2026-06-09 01:24:30 +02:00
2026-06-08 09:58:52 +02:00
2026-06-08 09:58:52 +02:00
2026-06-03 14:24:30 +09:00
2026-06-09 20:20:21 +02:00
2026-06-09 20:20:21 +02:00
2026-06-08 20:49:15 +02:00
2026-06-09 09:46:19 +09:00
2026-06-08 09:58:52 +02:00
2026-06-09 01:24:30 +02:00
2026-06-09 11:06:12 +02:00
2026-06-08 09:58:52 +02:00
2026-06-09 01:24:30 +02:00
2026-06-08 09:58:52 +02:00
2026-06-08 21:12:02 +02:00
2026-06-08 11:51:55 +01:00
2026-05-31 23:58:26 +09:00
2026-06-09 01:06:20 +01:00
2026-06-07 18:14:43 +02:00
2026-06-05 13:17:43 +02:00
2026-06-08 21:12:02 +02:00
2026-06-09 01:24:30 +02:00
2026-06-09 09:36:01 +09:00
2026-05-31 23:58:26 +09:00
2026-06-07 12:39:02 +02:00
2026-06-08 09:58:52 +02:00
2026-06-08 10:19:18 +02:00