|
|
@@ -18,12 +18,12 @@ from agent.tools.builtin.subagent import subagent
|
|
|
from agent.tools.builtin.search import search_posts, get_search_suggestions
|
|
|
from agent.tools.builtin.sandbox import (sandbox_create_environment, sandbox_run_shell,
|
|
|
sandbox_rebuild_with_ports,sandbox_destroy_environment)
|
|
|
-from agent.tools.builtin.feishu.chat import (feishu_get_chat_history, feishu_get_contact_replies,
|
|
|
- feishu_send_message_to_contact,feishu_get_contact_list)
|
|
|
|
|
|
# 导入浏览器工具以触发注册
|
|
|
import agent.tools.builtin.browser # noqa: F401
|
|
|
|
|
|
+import agent.tools.builtin.feishu
|
|
|
+
|
|
|
__all__ = [
|
|
|
# 文件操作
|
|
|
"read_file",
|
|
|
@@ -42,8 +42,4 @@ __all__ = [
|
|
|
"sandbox_run_shell",
|
|
|
"sandbox_rebuild_with_ports",
|
|
|
"sandbox_destroy_environment",
|
|
|
- "feishu_get_chat_history",
|
|
|
- "feishu_get_contact_replies",
|
|
|
- "feishu_send_message_to_contact",
|
|
|
- "feishu_get_contact_list"
|
|
|
]
|