mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-29 04:00:09 +00:00
update
This commit is contained in:
parent
6f36829c93
commit
32bdaba4dd
29 changed files with 62 additions and 117 deletions
|
|
@ -1,12 +1,9 @@
|
|||
from fastapi import APIRouter, HTTPException
|
||||
from app.utils.toolkit.notion_mcp_toolkit import NotionMCPToolkit
|
||||
from app.utils.toolkit.google_calendar_toolkit import GoogleCalendarToolkit
|
||||
from utils import traceroot_wrapper as traceroot
|
||||
import traceroot
|
||||
|
||||
# traceroot logger for tool controller
|
||||
logger = traceroot.get_logger("tool_controller")
|
||||
|
||||
|
||||
router = APIRouter(tags=["task"])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue